Merge pull request 'netdata runs on host sid' (#46) from develop into master
All checks were successful
Deploy configs / deploy-configs (push) Successful in 27s

Reviewed-on: #46
This commit is contained in:
sid 2026-05-05 13:43:19 +02:00
commit ecd78dc589
2 changed files with 6 additions and 2 deletions

View file

@ -14,10 +14,13 @@
hosts { hosts {
${hosts.sid.ip} ${ca-fqdn} ${hosts.sid.ip} ${ca-fqdn}
${hosts.rx4.ip} rx4.tail # Intranet services
${hosts.sid.ip} ${services.netdata.fqdn} ${hosts.sid.ip} ${services.netdata.fqdn}
${hosts.sid.ip} ${services.vaultwarden.fqdn} ${hosts.sid.ip} ${services.vaultwarden.fqdn}
${hosts.sid.ip} ${services.webdav.fqdn} ${hosts.sid.ip} ${services.webdav.fqdn}
# Tailnet hosts
${hosts.rx4.ip} rx4.tail
${hosts.sid.ip} sid.tail ${hosts.sid.ip} sid.tail
${hosts.vde.ip} vde.tail ${hosts.vde.ip} vde.tail
fallthrough fallthrough

View file

@ -51,7 +51,8 @@ in
useACMEHost = "sid-internal"; useACMEHost = "sid-internal";
forceSSL = ssl; forceSSL = ssl;
locations."/" = { locations."/" = {
proxyPass = "http://${constants.hosts.rx4.ip}:${toString constants.services.netdata.port}"; # proxyPass = "http://${constants.hosts.sid.ip}:${toString constants.services.netdata.port}";
proxyPass = "http://127.0.0.1:${toString constants.services.netdata.port}";
proxyWebsockets = true; proxyWebsockets = true;
}; };
}; };