netdata: proxy child nodes
All checks were successful
Flake check / flake-check (pull_request) Successful in 21s
Build hosts / build-hosts (pull_request) Successful in 24s

This commit is contained in:
sid 2026-05-23 12:18:21 +02:00
parent 1b7f7cbcad
commit b6194de7bd

View file

@ -74,6 +74,11 @@ in
proxyPass = "http://127.0.0.1:${toString constants.services.netdata.port}";
recommendedProxySettings = true;
};
locations."~ ^/host/" = {
proxyPass = "http://127.0.0.1:${toString constants.services.netdata.port}";
recommendedProxySettings = true;
};
};
security.acme = {
@ -126,6 +131,7 @@ in
[${config.sops.placeholder."netdata/stream/rx4/uuid"}]
enabled = yes
default history = 3600
allow from = *
'';
};
};