Merge pull request 'netdata: proxy child nodes' (#97) from develop into master
All checks were successful
Deploy configs / deploy-configs (push) Successful in 29s

Reviewed-on: #97
This commit is contained in:
sid 2026-05-23 12:20:04 +02:00
commit f61aa8d878

View file

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