This commit is contained in:
Alexandre
2020-12-10 15:45:25 +01:00
3 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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