Refactor nftables, vpn and transmission configuration
This commit is contained in:
parent
465a5d2887
commit
dcbdfdc422
24 changed files with 292 additions and 192 deletions
13
templates/transmission/config.j2
Normal file
13
templates/transmission/config.j2
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"download-dir": "/app/downloads",
|
||||
"incomplete-dir": "/app/incomplete_downloads",
|
||||
"incomplete-dir-enabled": true,
|
||||
"peer-port": {{ transmission_peer_port }},
|
||||
"rpc-port": {{ transmission_web_port }},
|
||||
"rpc-host-whitelist-enabled": false,
|
||||
"rpc-whitelist-enabled": false,
|
||||
"ratio-limit": {{ transmission_ratelimit_ratio }},
|
||||
"ratio-limit-enabled": true,
|
||||
"speed-limit-up": 5,
|
||||
"speed-limit-up-enabled": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue