mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Update password
This commit is contained in:
parent
3b6d557aea
commit
5c57d6488d
2 changed files with 7 additions and 1 deletions
|
@ -18,6 +18,12 @@ in serverSystemConfiguration {
|
|||
admin_email = "metrics@${domain}";
|
||||
admin_password = "$__file{${config.age.secrets."cube.mail.password".path}}";
|
||||
};
|
||||
|
||||
settings.server.http_addr = "::";
|
||||
|
||||
settings.users = {
|
||||
default_theme = "system";
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts.${fqdn} = {
|
||||
|
@ -25,7 +31,7 @@ in serverSystemConfiguration {
|
|||
useACMEHost = domain;
|
||||
|
||||
locations."/" = {
|
||||
proxyPass = "http://0.0.0.0:${toString config.services.grafana.port}";
|
||||
proxyPass = "http://[::]:${toString config.services.grafana.port}";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue