Fix ingress for Librespeed

This commit is contained in:
Eliz
2025-05-03 13:47:22 +00:00
parent 9c3f5e32b0
commit 380aa6057f
3 changed files with 22 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
## 5.4.1a (03-04-2025)
- Fixed ingress
- Added config for IPINFO_APIKEY
- Added descriptions for configs
## 5.4.1 (02-04-2025) ## 5.4.1 (02-04-2025)
- Initial release - Initial release

View File

@@ -74,10 +74,11 @@
}, },
"image": "ghcr.io/alexbelgium/librespeed-{arch}", "image": "ghcr.io/alexbelgium/librespeed-{arch}",
"init": false, "init": false,
"ingress": true,
"ingress_stream": true,
"map": [ "map": [
"config:rw", "config:rw",
"share:rw", "share:rw"
"media:rw"
], ],
"name": "LibreSpeed", "name": "LibreSpeed",
"options": { "options": {
@@ -100,6 +101,7 @@
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
"TZ": "str?", "TZ": "str?",
"IPINFO_APIKEY": "str?",
"PASSWORD": "str?", "PASSWORD": "str?",
"CUSTOM_RESULTS": "bool?", "CUSTOM_RESULTS": "bool?",
"cifsdomain": "str?", "cifsdomain": "str?",
@@ -111,6 +113,6 @@
"slug": "librespeed", "slug": "librespeed",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "5.4.1", "version": "5.4.1a",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8096]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8096]"
} }

View File

@@ -0,0 +1,11 @@
---
configuration:
CUSTOM_RESULTS:
name: Custom results
description: >-
(optional) set to true to enable custom results page in /config/www/results/index.php.
To enable a custom results page set the environment variable CUSTOM_RESULTS=true and start (or restart) the container at least once for /config/www/results/index.php to be created and modify this file to your liking.
IPINFO_APIKEY:
name: ipinfo.io API key
description: >-
(optional) Access token from ipinfo.io. Required for detailed IP information.