1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Update password

This commit is contained in:
RGBCube 2024-01-12 20:12:34 +03:00
parent 3b6d557aea
commit 5c57d6488d
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View file

@ -18,6 +18,12 @@ in serverSystemConfiguration {
admin_email = "metrics@${domain}"; admin_email = "metrics@${domain}";
admin_password = "$__file{${config.age.secrets."cube.mail.password".path}}"; admin_password = "$__file{${config.age.secrets."cube.mail.password".path}}";
}; };
settings.server.http_addr = "::";
settings.users = {
default_theme = "system";
};
}; };
services.nginx.virtualHosts.${fqdn} = { services.nginx.virtualHosts.${fqdn} = {
@ -25,7 +31,7 @@ in serverSystemConfiguration {
useACMEHost = domain; useACMEHost = domain;
locations."/" = { locations."/" = {
proxyPass = "http://0.0.0.0:${toString config.services.grafana.port}"; proxyPass = "http://[::]:${toString config.services.grafana.port}";
proxyWebsockets = true; proxyWebsockets = true;
}; };
}; };

Binary file not shown.