From 2580968d1190f05ae3a547771d5de64b8b724011 Mon Sep 17 00:00:00 2001 From: Eliz Date: Sat, 3 May 2025 17:44:46 +0000 Subject: [PATCH] update port --- librespeed/config.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/librespeed/config.json b/librespeed/config.json index 30e9163f4..0f619c8bc 100644 --- a/librespeed/config.json +++ b/librespeed/config.json @@ -70,7 +70,8 @@ ], "init": false, "ingress": true, - "ingress_port": 8096, + "ingress_port": 80, + "ingress_stream": true, "map": [ "addon_config:rw" ], @@ -84,10 +85,10 @@ "panel_admin": false, "panel_icon": "mdi:speedometer", "ports": { - "8096/tcp": 8096 + "80/tcp": 80 }, "ports_description": { - "8096/tcp": "web interface (Not required for Ingress)" + "80/tcp": "web interface (Not required for Ingress)" }, "schema": { "IPINFO_APIKEY": "str?",