Align sonarr

This commit is contained in:
Alexandre
2021-05-24 07:57:42 +02:00
committed by GitHub
parent 2a10c11e20
commit 42538f0f43

View File

@@ -38,10 +38,8 @@
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0, "PGID": 0,
"localdisks": [ "localdisks": ["sda1"],
"sda1" "networkdisks": "<//SERVER/SHARE> <//SERVER2/SHARE2>",
],
"networkdisks": "<//SERVER/SHARE>",
"cifsusername": "<username>", "cifsusername": "<username>",
"cifspassword": "<password>" "cifspassword": "<password>"
}, },
@@ -49,16 +47,10 @@
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"TZ": "str?", "TZ": "str?",
"localdisks": [ "localdisks": ["str"],
"str"
],
"networkdisks": "str", "networkdisks": "str",
"cifsusername": "str", "cifsusername": "str",
"cifspassword": "str" "cifspassword": "str"
}, },
"snapshot_exclude": [ "smbv1": "bool?"
"**/Backups/*",
"**/logs/*",
"**/MediaCover/*"
]
} }