feat(merope/deluge): re-enable web ui

This commit is contained in:
Gabriel Fontes
2025-09-17 17:36:48 -03:00
parent 54c982f8c3
commit 1b1b0fa335
+12 -1
View File
@@ -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 = {