server: rework service based media server

This commit is contained in:
ooks-io 2024-12-02 12:28:46 +11:00
parent cf9a5b90bd
commit eb1d01174d
10 changed files with 47 additions and 10 deletions

View file

@ -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;