gerd.forgejo: minor temp solution until we can get a cert again...

This commit is contained in:
eyjhb 2024-08-08 19:38:46 +02:00
parent f792e23584
commit eeabaec9f9
No known key found for this signature in database
GPG key ID: 609F508E3239F920

View file

@ -19,6 +19,10 @@
}; };
# TODO(eyJhb): remove after our ban expires (and nginx config)
# already issued for this exact set of domains in the last 168 hours: git.fricloud.dk, retry after 2024-08-10T01:34:44Z
security.acme.certs."git.fricloud.dk".extraDomainNames = [ "git2.fricloud.dk" ];
services.nginx = { services.nginx = {
virtualHosts."git.fricloud.dk" = { virtualHosts."git.fricloud.dk" = {
forceSSL = true; forceSSL = true;