1
0
Fork 0

Configure ACME

This commit is contained in:
Avery 2025-02-16 17:14:00 +01:00
parent 46feeb2ef9
commit 9c232d1fb6
12 changed files with 14 additions and 149 deletions

View file

@ -43,6 +43,7 @@ in {
locations."/" = {
proxyPass = "http://127.0.0.1:${toString portDefinitions.forgejo-http}";
};
useACMEHost = "rcia.dev";
};
};
systemd.services.forgejo.preStart = ''