From e0e2763069c2d759bb585b6b3513ed4a471418d3 Mon Sep 17 00:00:00 2001 From: Alexandre Pires Date: Wed, 25 Sep 2024 20:27:03 +0200 Subject: [PATCH] Refactor m3uproxy.json to support v0.1.0 --- .../k8sapps/resources/m3uproxy/m3uproxy.json | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/terraform/k8sapps/resources/m3uproxy/m3uproxy.json b/terraform/k8sapps/resources/m3uproxy/m3uproxy.json index f4815e5..a8108c4 100644 --- a/terraform/k8sapps/resources/m3uproxy/m3uproxy.json +++ b/terraform/k8sapps/resources/m3uproxy/m3uproxy.json @@ -1,16 +1,10 @@ { "port": 8080, - "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 - }, + "playlist": "conf/playlist.json", + "epg": "https://m3upt.com/epg", + "default_timeout": 3, + "num_workers": 10, + "scan_time": 3600, "security": { "geoip": { "database": "GeoIP/GeoLite2-Country.mmdb",