mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-23 09:11:50 +02:00
@@ -1,8 +1,13 @@
|
|||||||
|
## 5.4.1b (03-04-2025)
|
||||||
|
|
||||||
|
- Fix default PGID
|
||||||
|
- Fix ingress port
|
||||||
|
|
||||||
## 5.4.1a (03-04-2025)
|
## 5.4.1a (03-04-2025)
|
||||||
|
|
||||||
- Fixed ingress
|
- Fix ingress
|
||||||
- Added config for IPINFO_APIKEY
|
- Add config for IPINFO_APIKEY
|
||||||
- Added descriptions for configs
|
- Add descriptions for configs
|
||||||
|
|
||||||
## 5.4.1 (02-04-2025)
|
## 5.4.1 (02-04-2025)
|
||||||
|
|
||||||
|
|||||||
@@ -68,49 +68,38 @@
|
|||||||
"/dev/nvme1",
|
"/dev/nvme1",
|
||||||
"/dev/nvme2"
|
"/dev/nvme2"
|
||||||
],
|
],
|
||||||
"environment": {
|
|
||||||
"PGID": "0",
|
|
||||||
"PUID": "0"
|
|
||||||
},
|
|
||||||
"image": "ghcr.io/alexbelgium/librespeed-{arch}",
|
"image": "ghcr.io/alexbelgium/librespeed-{arch}",
|
||||||
"init": false,
|
"init": false,
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
|
"ingress_port": 80,
|
||||||
"ingress_stream": true,
|
"ingress_stream": true,
|
||||||
"map": [
|
"map": [
|
||||||
"addon_config:rw"
|
"addon_config:rw"
|
||||||
],
|
],
|
||||||
"name": "LibreSpeed",
|
"name": "LibreSpeed",
|
||||||
"options": {
|
"options": {
|
||||||
"PGID": 0,
|
"IPINFO_APIKEY": "",
|
||||||
"PUID": 0
|
"CUSTOM_RESULTS": false,
|
||||||
|
"PGID": 1000,
|
||||||
|
"PUID": 1000
|
||||||
},
|
},
|
||||||
"panel_admin": false,
|
"panel_admin": false,
|
||||||
"panel_icon": "mdi:speedometer",
|
"panel_icon": "mdi:speedometer",
|
||||||
"ports": {
|
"ports": {
|
||||||
"8096/tcp": 8096
|
"80/tcp": 8096
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8096/tcp": "web interface (Not required for Ingress)"
|
"80/tcp": "web interface (Not required for Ingress)"
|
||||||
},
|
},
|
||||||
"privileged": [
|
|
||||||
"SYS_ADMIN",
|
|
||||||
"DAC_READ_SEARCH"
|
|
||||||
],
|
|
||||||
"schema": {
|
"schema": {
|
||||||
"PGID": "int",
|
|
||||||
"PUID": "int",
|
|
||||||
"TZ": "str?",
|
|
||||||
"IPINFO_APIKEY": "str?",
|
"IPINFO_APIKEY": "str?",
|
||||||
"PASSWORD": "str?",
|
|
||||||
"CUSTOM_RESULTS": "bool?",
|
"CUSTOM_RESULTS": "bool?",
|
||||||
"cifsdomain": "str?",
|
"PASSWORD": "str?",
|
||||||
"cifspassword": "str?",
|
"TZ": "str?",
|
||||||
"cifsusername": "str?",
|
"PGID": "int",
|
||||||
"localdisks": "str?",
|
"PUID": "int"
|
||||||
"networkdisks": "str?"
|
|
||||||
},
|
},
|
||||||
"slug": "librespeed",
|
"slug": "librespeed",
|
||||||
"udev": true,
|
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "5.4.1a"
|
"version": "5.4.1b"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user