From 437a73e8f6ca866cc4a7b793d8af2ca50ad34e78 Mon Sep 17 00:00:00 2001 From: Alexandre Pires Date: Tue, 24 Sep 2024 22:37:26 +0200 Subject: [PATCH] Refactor m3uproxy.json to include stream server configuration --- .../{collabora.tf => collabora.tf.disabled} | 0 .../k8sapps/resources/m3uproxy/m3uproxy.json | 17 +++++++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) rename terraform/k8sapps/{collabora.tf => collabora.tf.disabled} (100%) diff --git a/terraform/k8sapps/collabora.tf b/terraform/k8sapps/collabora.tf.disabled similarity index 100% rename from terraform/k8sapps/collabora.tf rename to terraform/k8sapps/collabora.tf.disabled diff --git a/terraform/k8sapps/resources/m3uproxy/m3uproxy.json b/terraform/k8sapps/resources/m3uproxy/m3uproxy.json index 703b2ef..f4815e5 100644 --- a/terraform/k8sapps/resources/m3uproxy/m3uproxy.json +++ b/terraform/k8sapps/resources/m3uproxy/m3uproxy.json @@ -1,11 +1,16 @@ { "port": 8080, - "playlist": "conf/playlist.json", - "epg": "https://m3upt.com/epg", - "no_service_image": "assets/no_service_pt.jpg", - "default_timeout": 3, - "num_workers": 10, - "scan_time": 3600, + "stream_server": { + "playlist": "conf/playlist.json", + "epg": "https://m3upt.com/epg", + "no_service_image": "assets/no_service_pt.jpg", + "default_timeout": 3, + "num_workers": 10, + "hide_inactive": true, + "scan_time": 3600, + "kodi": true, + "force_https_url": true + }, "security": { "geoip": { "database": "GeoIP/GeoLite2-Country.mmdb",