server: rework service based media server
This commit is contained in:
parent
cf9a5b90bd
commit
eb1d01174d
10 changed files with 47 additions and 10 deletions
|
|
@ -40,6 +40,7 @@ in {
|
|||
incomplete-dir = storage.downloads.incomplete;
|
||||
watch-dir = storage.downloads.watch;
|
||||
|
||||
rpc-authentication-required = false;
|
||||
# rpc settings
|
||||
# rpc is how we connect to the service remotely
|
||||
rpc-port = ports.transmission.web;
|
||||
|
|
@ -54,6 +55,8 @@ in {
|
|||
"10.*"
|
||||
];
|
||||
|
||||
rpc-bind-address = "192.168.15.1";
|
||||
|
||||
# basic anti bruteforce protection
|
||||
anti-brute-force-enabled = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue