mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
@@ -26,12 +26,12 @@
|
||||
"webui": "http://[HOST]:[PORT:8443]",
|
||||
"boot": "auto",
|
||||
"environment": {
|
||||
"PUID": "0",
|
||||
"PGID": "0"
|
||||
"PUID": 0,
|
||||
"PGID": 0
|
||||
},
|
||||
"options": {
|
||||
"PUID": "0",
|
||||
"PGID": "0"
|
||||
"PUID": 0,
|
||||
"PGID": 0
|
||||
},
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
|
||||
@@ -30,9 +30,9 @@
|
||||
"PGID": "0"
|
||||
},
|
||||
"options": {
|
||||
"PUID": "0",
|
||||
"PGID": "0",
|
||||
"localdisks": ["-sda1"],
|
||||
"PUID": 0,
|
||||
"PGID": 0,
|
||||
"localdisks": ["sda1"],
|
||||
"networkdisks": "<//SERVER/SHARE>",
|
||||
"cifsusername": "<username>",
|
||||
"cifspassword": "<password>"
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
"authentication_required": false,
|
||||
"username": "",
|
||||
"password": "",
|
||||
"localdisks": ["-sda1"],
|
||||
"localdisks": ["sda1"],
|
||||
"openvpn_enabled": false,
|
||||
"openvpn_config": "",
|
||||
"openvpn_username": "",
|
||||
|
||||
Reference in New Issue
Block a user