mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 12:24:04 +02:00
update pgid type
This commit is contained in:
@@ -68,6 +68,7 @@
|
|||||||
"/dev/nvme1",
|
"/dev/nvme1",
|
||||||
"/dev/nvme2"
|
"/dev/nvme2"
|
||||||
],
|
],
|
||||||
|
"image": "ghcr.io/alexbelgium/librespeed-{arch}",
|
||||||
"init": false,
|
"init": false,
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
"ingress_port": 80,
|
"ingress_port": 80,
|
||||||
@@ -79,8 +80,8 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"IPINFO_APIKEY": "",
|
"IPINFO_APIKEY": "",
|
||||||
"CUSTOM_RESULTS": false,
|
"CUSTOM_RESULTS": false,
|
||||||
"PGID": "1000",
|
"PGID": 1000,
|
||||||
"PUID": "1000"
|
"PUID": 1000
|
||||||
},
|
},
|
||||||
"panel_admin": false,
|
"panel_admin": false,
|
||||||
"panel_icon": "mdi:speedometer",
|
"panel_icon": "mdi:speedometer",
|
||||||
|
|||||||
Reference in New Issue
Block a user