feat: add ssl

This commit is contained in:
Katharina Heidenreich 2026-03-15 20:42:53 +01:00
parent e3a3f16fd6
commit c3406d7df6
2 changed files with 9 additions and 5 deletions

View file

@ -64,10 +64,7 @@ rec {
ip = ips.pi;
reverse_proxy = {
port = 6167;
extraConfig = {
enableACME = true;
forceSSL = true;
};
ssl = true;
};
domainOverride = "v2202603344638441294.bestsrv.de";
};