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:
parent
425dc9d60f
commit
3c7dc25094
|
@ -10,7 +10,6 @@
|
||||||
sonarr.port = 8989;
|
sonarr.port = 8989;
|
||||||
radarr.port = 7878;
|
radarr.port = 7878;
|
||||||
jackett.port = 9117;
|
jackett.port = 9117;
|
||||||
transmission.port = 9091;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
vm-index = 1;
|
vm-index = 1;
|
||||||
|
@ -149,10 +148,7 @@ in {
|
||||||
services.transmission = pkgs.lib.mkIf enable-services {
|
services.transmission = pkgs.lib.mkIf enable-services {
|
||||||
enable = true;
|
enable = true;
|
||||||
openPeerPorts = true;
|
openPeerPorts = true;
|
||||||
openRPCPort = true;
|
|
||||||
home = "/mnt/transmission";
|
home = "/mnt/transmission";
|
||||||
webHome = "${pkgs.flood-for-transmission}";
|
|
||||||
credentialsFile = "/mnt/transmission-secrets.json";
|
|
||||||
settings = {
|
settings = {
|
||||||
download-dir = "/mnt/transmission";
|
download-dir = "/mnt/transmission";
|
||||||
incomplete-dir = "/mnt/transmission/.incomplete";
|
incomplete-dir = "/mnt/transmission/.incomplete";
|
||||||
|
@ -161,15 +157,9 @@ in {
|
||||||
peer-port-random-on-start = true;
|
peer-port-random-on-start = true;
|
||||||
download-queue-enabled = false;
|
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";
|
downloadDirPermissions = "775";
|
||||||
# performanceNetParameters = true;
|
performanceNetParameters = true;
|
||||||
# extraFlags = ["--log-info" "--logfile" "/var/log/transmission.log"];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# debugging
|
# debugging
|
||||||
|
|
Loading…
Reference in a new issue