mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-21 11:00:32 +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]",
|
"webui": "http://[HOST]:[PORT:8443]",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"environment": {
|
"environment": {
|
||||||
"PUID": "0",
|
"PUID": 0,
|
||||||
"PGID": "0"
|
"PGID": 0
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": "0",
|
"PUID": 0,
|
||||||
"PGID": "0"
|
"PGID": 0
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
|
|||||||
@@ -30,9 +30,9 @@
|
|||||||
"PGID": "0"
|
"PGID": "0"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": "0",
|
"PUID": 0,
|
||||||
"PGID": "0",
|
"PGID": 0,
|
||||||
"localdisks": ["-sda1"],
|
"localdisks": ["sda1"],
|
||||||
"networkdisks": "<//SERVER/SHARE>",
|
"networkdisks": "<//SERVER/SHARE>",
|
||||||
"cifsusername": "<username>",
|
"cifsusername": "<username>",
|
||||||
"cifspassword": "<password>"
|
"cifspassword": "<password>"
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
"authentication_required": false,
|
"authentication_required": false,
|
||||||
"username": "",
|
"username": "",
|
||||||
"password": "",
|
"password": "",
|
||||||
"localdisks": ["-sda1"],
|
"localdisks": ["sda1"],
|
||||||
"openvpn_enabled": false,
|
"openvpn_enabled": false,
|
||||||
"openvpn_config": "",
|
"openvpn_config": "",
|
||||||
"openvpn_username": "",
|
"openvpn_username": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user