fucking people locked me out of my torrent client by trying to brute force the password, cant have shit in this house

This commit is contained in:
baritone 2025-03-28 14:56:18 +01:00
parent 425dc9d60f
commit 3c7dc25094

View file

@ -10,7 +10,6 @@
sonarr.port = 8989;
radarr.port = 7878;
jackett.port = 9117;
transmission.port = 9091;
};
vm-index = 1;
@ -149,10 +148,7 @@ in {
services.transmission = pkgs.lib.mkIf enable-services {
enable = true;
openPeerPorts = true;
openRPCPort = true;
home = "/mnt/transmission";
webHome = "${pkgs.flood-for-transmission}";
credentialsFile = "/mnt/transmission-secrets.json";
settings = {
download-dir = "/mnt/transmission";
incomplete-dir = "/mnt/transmission/.incomplete";
@ -161,15 +157,9 @@ in {
peer-port-random-on-start = true;
download-queue-enabled = false;
rpc-host-whitelist = builtins.concatStringsSep "," ["transmission.spoodythe.one" "10.0.101.10" "10.0.${toString vm-index}.254" host];
rpc-whitelist = builtins.concatStringsSep "," ["127.0.0.1" "10.0.101.10" "10.0.${toString vm-index}.254" host];
rpc-bind-address = "0.0.0.0";
rpc-authentication-required = true;
rpc-username = "admin";
};
downloadDirPermissions = "775";
# performanceNetParameters = true;
# extraFlags = ["--log-info" "--logfile" "/var/log/transmission.log"];
performanceNetParameters = true;
};
# debugging