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",