Update config.json

This commit is contained in:
Alexandre
2020-11-29 19:16:40 +01:00
committed by GitHub
parent 6bb1e8a778
commit a4279860d5

View File

@@ -1,6 +1,6 @@
{
"name": "emby_nas",
"version": "1.7",
"version": "1.8",
"slug": "emby_nas",
"legacy": false,
"maintenance": {
@@ -36,8 +36,8 @@
"options": {
"PUID": 1001,
"PGID": 1001,
"localdisks": ["/dev/sdb1"],
"networkdisks": ["<//SERVER/SHARE>"],
"localdisks": "/dev/sdb1",
"networkdisks": "<//SERVER/SHARE>",
"cifsusername": "<username>",
"cifspassword": "<password>"
},
@@ -45,8 +45,8 @@
"PUID": "int",
"PGID": "int",
"TZ": "str?",
"localdisks": ["str"],
"networkdisks": ["str"],
"localdisks": "str",
"networkdisks": "str",
"cifsusername": "str",
"cifspassword": "str"
}