kommode/gitea: allow ildkule's ipv6 address to read metrics

This commit is contained in:
Oystein Kristoffer Tveit 2025-03-16 20:40:07 +01:00
parent 5c32798dcf
commit c683e2184a
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

@ -159,6 +159,7 @@ in {
proxyPass = "http://unix:${cfg.settings.server.HTTP_ADDR}";
extraConfig = ''
allow ${values.hosts.ildkule.ipv4}/32;
allow ${values.hosts.ildkule.ipv6}/128;
deny all;
'';
};