mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-24 07:15:07 -05:00
feat(merope/deluge): re-enable web ui
This commit is contained in:
@@ -26,7 +26,18 @@
|
||||
# Outgoing is random
|
||||
random_outgoing_ports = true;
|
||||
};
|
||||
openFirewall = true; # Forward listen ports
|
||||
web = {
|
||||
enable = true;
|
||||
port = 8112;
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts = {
|
||||
"deluge.m7.rs" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/".proxyPass = "http://localhost:${toString config.services.deluge.web.port}";
|
||||
};
|
||||
};
|
||||
|
||||
sops.secrets.deluge-accounts = {
|
||||
|
||||
Reference in New Issue
Block a user