mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Make grafana more secure
This commit is contained in:
parent
6f4658d7da
commit
8333e7662a
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ in serverSystemConfiguration {
|
|||
admin_password = "$__file{${config.age.secrets."cube/password.grafana".path}}";
|
||||
admin_user = "admin";
|
||||
|
||||
cookie_secure = true;
|
||||
disable_gravatar = true;
|
||||
|
||||
disable_initial_admin_creation = true; # Just in case.
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue