grafana basic auth
This commit is contained in:
parent
57328d19e9
commit
11da229f3f
9 changed files with 23 additions and 2 deletions
|
|
@ -5,6 +5,7 @@
|
|||
../common.nix
|
||||
../../services/openssh.nix
|
||||
../../services/nginx.nix
|
||||
../../services/prometheus-node.nix
|
||||
./nginx.nix
|
||||
./synapse.nix
|
||||
./draupnir.nix
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
imports = [
|
||||
../common.nix
|
||||
../../services/openssh.nix
|
||||
../../services/prometheus-node.nix
|
||||
./hedgedoc.nix
|
||||
../../services/nginx.nix
|
||||
./nginx.nix
|
||||
|
|
|
|||
|
|
@ -4,8 +4,9 @@
|
|||
imports = [
|
||||
../common.nix
|
||||
../../services/openssh.nix
|
||||
../../services/prometheus-node.nix
|
||||
../../services/nginx.nix
|
||||
#./nginx.nix
|
||||
./nginx.nix
|
||||
#./prometheus.nix
|
||||
#./grafana.nix
|
||||
];
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
kTLS = true;
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
#basicAuthFile = config.age.secrets.grafana_basic_auth.path;
|
||||
basicAuthFile = config.age.secrets.grafana_basic_auth.path;
|
||||
locations = {
|
||||
"/" = {
|
||||
#proxyPass = "http://";
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
imports = [
|
||||
../common.nix
|
||||
../../services/openssh.nix
|
||||
../../services/prometheus-node.nix
|
||||
./postgres.nix
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
../common.nix
|
||||
../../services/openssh.nix
|
||||
./openssh.nix
|
||||
../../services/prometheus-node.nix
|
||||
../../services/nginx.nix
|
||||
./nginx.nix
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue