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