Github bot : json sorted

This commit is contained in:
alexbelgium
2025-05-11 00:35:11 +00:00
committed by GitHub
parent 1d72c96a14
commit e03fc3aa8a
2 changed files with 6 additions and 6 deletions

View File

@@ -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",

View File

@@ -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",