From 3092753cd0d2a1091f5632b3b608b9f5aecb143c Mon Sep 17 00:00:00 2001 From: Eliz Date: Sat, 3 May 2025 17:36:48 +0000 Subject: [PATCH] Add ingress port --- librespeed/config.json | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/librespeed/config.json b/librespeed/config.json index 8fef6f0bb..b9a8800f9 100644 --- a/librespeed/config.json +++ b/librespeed/config.json @@ -70,11 +70,13 @@ ], "environment": { "PGID": "1000", - "PUID": "1000" + "PUID": "1000", + "FM_HOME": "/config", + "HOME": "/config" }, "init": false, "ingress": true, - "ingress_stream": true, + "ingress_port": 8096, "map": [ "addon_config:rw" ], @@ -91,25 +93,15 @@ "ports_description": { "8096/tcp": "web interface (Not required for Ingress)" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], "schema": { "PGID": "int?", "PUID": "int?", "IPINFO_APIKEY": "str?", "CUSTOM_RESULTS": "bool?", "PASSWORD": "str?", - "TZ": "str?", - "cifsdomain": "str?", - "cifspassword": "str?", - "cifsusername": "str?", - "localdisks": "str?", - "networkdisks": "str?" + "TZ": "str?" }, "slug": "librespeed", - "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", "version": "5.4.1b" }