Compare commits

...

3 commits

Author SHA1 Message Date
sid
34be1c2ed1 Merge pull request 'netdata: trying host path 302' (#99) from develop into master
All checks were successful
Deploy configs / deploy-configs (push) Successful in 21s
Reviewed-on: #99
2026-05-23 12:37:07 +02:00
sid
3bc424eeee netdata: host path fix
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 17s
Flake check / flake-check (pull_request) Successful in 17s
2026-05-23 12:36:24 +02:00
sid
612ea64ae9 netdata: trying host path 302
Some checks failed
Build hosts / build-hosts (pull_request) Failing after 13s
Flake check / flake-check (pull_request) Failing after 19s
2026-05-23 12:32:46 +02:00

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 = {