Update config.json

This commit is contained in:
Alexandre
2021-10-14 19:36:42 +02:00
committed by GitHub
parent bb4f2cf8fd
commit 48a318c081

View File

@@ -34,6 +34,8 @@
], ],
"name": "Grav NAS", "name": "Grav NAS",
"options": { "options": {
"PUID": 0,
"PGID": 0,
"networkdisks": "<//SERVER/SHARE>,<//SERVER2/SHARE2>", "networkdisks": "<//SERVER/SHARE>,<//SERVER2/SHARE2>",
"cifsusername": "<username>", "cifsusername": "<username>",
"cifspassword": "<password>" "cifspassword": "<password>"
@@ -49,6 +51,8 @@
"DAC_READ_SEARCH" "DAC_READ_SEARCH"
], ],
"schema": { "schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?", "TZ": "str?",
"localdisks": "str?", "localdisks": "str?",
"networkdisks": "str?", "networkdisks": "str?",