Add Transmission service configuration and templates

This commit is contained in:
gyurix
2025-04-22 22:03:16 +02:00
parent 135c8b419e
commit 0d3753b945
6 changed files with 264 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"transmission": {
"USER": "#VAULTWARDEN_USER",
"PASS": "#VAULTWARDEN_PASS",
"WHITELIST": "#VAULTWARDEN_WHITELIST",
"PEERPORT": "#VAULTWARDEN_PEERPORT",
"HOST_WHITELIST": "#VAULTWARDEN_HOST_WHITELIST"
}
}