From 7ab022b4ab759a1e466e3b85653f0e3dbd3a96b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ante=20Br=C3=A4hler?= <58339175+antebrl@users.noreply.github.com> Date: Wed, 19 Mar 2025 01:14:58 +0100 Subject: [PATCH 1/2] fix: group of CURRENT RESTREAM channel --- backend/controllers/CentralChannelController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/controllers/CentralChannelController.js b/backend/controllers/CentralChannelController.js index 869f25d..c4d2f71 100644 --- a/backend/controllers/CentralChannelController.js +++ b/backend/controllers/CentralChannelController.js @@ -119,7 +119,7 @@ module.exports = { const backendBaseUrl = BACKEND_URL ? BACKEND_URL : `${req.headers['x-forwarded-proto'] ?? 'http'}://${req.get('Host')}:${req.headers['x-forwarded-port'] ?? ''}`; let playlistStr = `#EXTM3U -#EXTINF:-1 tvg-name="CURRENT RESTREAM" tvg-logo="https://cdn-icons-png.freepik.com/512/9294/9294560.png" group-title="DE",CURRENT RESTREAM +#EXTINF:-1 tvg-name="CURRENT RESTREAM" tvg-logo="https://cdn-icons-png.freepik.com/512/9294/9294560.png" group-title="StreamHub",CURRENT RESTREAM ${backendBaseUrl}/proxy/current`; //TODO: dynamically add channels from ChannelService From 42de5e7aa3b71f3dc1cfbd225ef91ccd80763301 Mon Sep 17 00:00:00 2001 From: antebrl Date: Fri, 21 Mar 2025 18:57:31 +0100 Subject: [PATCH 2/2] chore: update image versions --- deployment/ghcr-docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/ghcr-docker-compose.yml b/deployment/ghcr-docker-compose.yml index fe05c07..3931c78 100644 --- a/deployment/ghcr-docker-compose.yml +++ b/deployment/ghcr-docker-compose.yml @@ -1,12 +1,12 @@ version: "3.9" services: iptv_restream_frontend: - image: ghcr.io/antebrl/iptv-restream/frontend:v2.1 + image: ghcr.io/antebrl/iptv-restream/frontend:v2.2 networks: - app-network iptv_restream_backend: - image: ghcr.io/antebrl/iptv-restream/backend:v2.1 + image: ghcr.io/antebrl/iptv-restream/backend:v2.2 volumes: - streams_data:/streams - channels:/channels @@ -20,7 +20,7 @@ services: # Nginx Reverse Proxy iptv_restream_nginx: - image: ghcr.io/antebrl/iptv-restream/nginx:v2.1 + image: ghcr.io/antebrl/iptv-restream/nginx:v2.2 volumes: - streams_data:/streams ports: