This commit is contained in:
Lucy Hochkamp 2024-05-28 17:11:54 +02:00
parent ef53eba774
commit e0a8e0ceb2
No known key found for this signature in database
5 changed files with 375 additions and 40 deletions

View file

@ -60,6 +60,7 @@
systemd.services.caddy.serviceConfig.EnvironmentFile = config.age.secrets.desec.path;
networking.firewall.allowedTCPPorts = [ 80 443 config.services.forgejo.settings.server.SSH_PORT ];
networking.firewall.allowedUDPPorts = [ 443 ];
services.caddy = {
logFormat = "level INFO";
enable = true;