Update CMD in service-transmission.json to create additional download and watch directories, and modify template.json to enable advanced settings for host whitelist

This commit is contained in:
gyurix
2025-04-23 08:12:13 +02:00
parent f2cea40944
commit 4f7960aef7
2 changed files with 13 additions and 2 deletions

View File

@@ -35,7 +35,8 @@
{
"description": "You can add host whitelist: (optional)",
"key": "TRANSMISSION_HOST_WHITELIST",
"value": ""
"value": "",
"advance": "true"
}
]
}