1
0
Fork 0

Configure ACME

This commit is contained in:
Avery 2025-02-16 17:14:00 +01:00
parent d1a2d2da3f
commit aaf9a98e7a
Signed by: Avery
GPG key ID: B684FD451B692E04
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 = ''