Update config.json

This commit is contained in:
Alexandre
2021-10-30 21:17:18 +02:00
committed by GitHub
parent fe4be3655d
commit 5f1d4b74bf

View File

@@ -14,7 +14,8 @@
"incomplete_dir": "/share/incomplete", "incomplete_dir": "/share/incomplete",
"networkdisks": "//ADDRESS/SHARE", "networkdisks": "//ADDRESS/SHARE",
"cifsusername": "username", "cifsusername": "username",
"cifspassword": "password" "cifspassword": "password",
"DNS_server": "8.8.8.8,1.1.1.1"
}, },
"ports": { "ports": {
"9091/tcp": 9091, "9091/tcp": 9091,
@@ -36,6 +37,7 @@
"networkdisks": "str?", "networkdisks": "str?",
"cifsusername": "str?", "cifsusername": "str?",
"cifspassword": "str?", "cifspassword": "str?",
"DNS_server": "str?",
"smbv1": "bool?" "smbv1": "bool?"
}, },
"slug": "transmission_ls", "slug": "transmission_ls",