Update service-transmission.json and transmission-secret.json to streamline directory setup and add new environment variables

This commit is contained in:
gyurix
2025-04-23 00:19:03 +02:00
parent 2c5217f021
commit f2cea40944
3 changed files with 21 additions and 13 deletions

View File

@@ -18,9 +18,24 @@
"type": "password"
},
{
"description": "Please add your transmission timezone: (optional",
"description": "Please add your transmission timezone: (optional)",
"key": "TRANSMISSION_TZ",
"value": "Europe/Budapest"
},
{
"description": "You can add whitelist ip addresses: (optional)",
"key": "TRANSMISSION_WHITELIST",
"value": ""
},
{
"description": "You can add additional peer port: (optional)",
"key": "TRANSMISSION_PEERPORT",
"value": ""
},
{
"description": "You can add host whitelist: (optional)",
"key": "TRANSMISSION_HOST_WHITELIST",
"value": ""
}
]
}