Add NAS code

This commit is contained in:
Alexandre
2020-12-09 20:28:18 +01:00
committed by GitHub
parent fcf7a3e57d
commit 2bbdd655a2

View File

@@ -28,16 +28,26 @@
"media:rw", "media:rw",
"ssl" "ssl"
], ],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"full_access": true,
"webui": "http://[HOST]:[PORT:7878]", "webui": "http://[HOST]:[PORT:7878]",
"boot": "auto", "boot": "auto",
"options": { "options": {
"PUID": 1001, "PUID": 1001,
"PGID": 1001 "PGID": 1001,
"localdisks": ["sda1"],
"networkdisks": "<//SERVER/SHARE>",
"cifsusername": "<username>",
"cifspassword": "<password>"
}, },
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"TZ": "str?" "TZ": "str?",
"localdisks": ["str"],
"networkdisks": "str",
"cifsusername": "str",
"cifspassword": "str"
}, },
"snapshot_exclude": [ "snapshot_exclude": [
"**/Backups/*", "**/Backups/*",