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

This commit is contained in:
h7x4 2025-03-16 20:40:07 +01:00
parent 5c32798dcf
commit c683e2184a
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146

View File

@ -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;
'';
};