caddy: redo stuff
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
pkgs,
|
||||
config,
|
||||
service_configs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
@@ -35,11 +34,14 @@
|
||||
hash = "sha256-PpumQCgIZp9wENL1XZvf7CdUAW9W0pQP5wqtG9oOUpM=";
|
||||
}}";
|
||||
Password_PBKDF2 = "@ByteArray(U6PmgkmajHD6Nu5rLbazHw==:ycEEnAMGTxwAhkFiQtdkc6mbGArmnZ2Tkujk6wt4CCytlX0mzGgjQVLKzRb8vSV/S1Yu6+PuAO5gC8IxGR97jA==)";
|
||||
};
|
||||
|
||||
AuthSubnetWhitelist="127.0.0.1";
|
||||
AuthSubnetWhitelistEnabled = true;
|
||||
};
|
||||
|
||||
serverConfig.Preferences.Downloads = {
|
||||
SavePath = service_configs.hdd_path + "/torrents";
|
||||
TempPath = service_configs.hdd_path + "/torrents/incomplete";
|
||||
SavePath = service_configs.torrent.SavePath;
|
||||
TempPath = service_configs.torrent.TempPath;
|
||||
};
|
||||
|
||||
serverConfig.BitTorrent.Session = {
|
||||
|
||||
Reference in New Issue
Block a user