Update config.json

This commit is contained in:
Alexandre
2020-12-01 14:09:58 +01:00
committed by GitHub
parent bdee5f5b94
commit 0fbedf647f

View File

@@ -1,6 +1,6 @@
{ {
"name": "Emby beta with smb and hdd", "name": "Emby beta with smb and hdd",
"version": "1.2", "version": "1.3",
"slug": "emby_nas", "slug": "emby_nas",
"legacy": false, "legacy": false,
"maintenance": { "maintenance": {
@@ -37,7 +37,7 @@
"options": { "options": {
"PUID": 1001, "PUID": 1001,
"PGID": 1001, "PGID": 1001,
"localdisks": ["-<sda1>"], "localdisks": ["-sda1"],
"networkdisks": "<//SERVER/SHARE>", "networkdisks": "<//SERVER/SHARE>",
"cifsusername": "<username>", "cifsusername": "<username>",
"cifspassword": "<password>" "cifspassword": "<password>"