From e03fc3aa8ab8afa2b5b52cdc60bc57211c9db3b9 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 11 May 2025 00:35:11 +0000 Subject: [PATCH] Github bot : json sorted --- filebrowser/config.json | 2 +- librespeed/config.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/filebrowser/config.json b/filebrowser/config.json index 22aab353c..189cff59f 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -81,8 +81,8 @@ "homeassistant": "2025.5.0", "image": "ghcr.io/alexbelgium/filebrowser-{arch}", "ingress": true, - "ingress_stream": true, "ingress_port": 8071, + "ingress_stream": true, "map": [ "addon_config:rw", "media:rw", diff --git a/librespeed/config.json b/librespeed/config.json index 6d4afe86a..51be07fa2 100644 --- a/librespeed/config.json +++ b/librespeed/config.json @@ -69,17 +69,17 @@ "/dev/nvme2" ], "image": "ghcr.io/alexbelgium/librespeed-{arch}", - "init": false, "ingress": true, "ingress_port": 80, "ingress_stream": true, + "init": false, "map": [ "addon_config:rw" ], "name": "LibreSpeed", "options": { - "IPINFO_APIKEY": "", "CUSTOM_RESULTS": false, + "IPINFO_APIKEY": "", "PGID": 1000, "PUID": 1000 }, @@ -92,12 +92,12 @@ "80/tcp": "web interface (Not required for Ingress)" }, "schema": { - "IPINFO_APIKEY": "str?", "CUSTOM_RESULTS": "bool?", + "IPINFO_APIKEY": "str?", "PASSWORD": "str?", - "TZ": "str?", "PGID": "int", - "PUID": "int" + "PUID": "int", + "TZ": "str?" }, "slug": "librespeed", "url": "https://github.com/alexbelgium/hassio-addons",