caddy support multi domain
This commit is contained in:
parent
f15e521895
commit
fdcc829acf
13 changed files with 344 additions and 141 deletions
|
|
@ -11,6 +11,10 @@ in
|
|||
|
||||
age.secrets = {
|
||||
tailscale-authKey.file = ../../secrets/tailscale-authKey.age;
|
||||
grafana-admin-pwd = {
|
||||
file = ../../secrets/grafana-admin-pwd.age;
|
||||
owner = "grafana";
|
||||
};
|
||||
};
|
||||
|
||||
my = {
|
||||
|
|
@ -21,7 +25,10 @@ in
|
|||
};
|
||||
|
||||
monitoring = {
|
||||
grafana.enable = true;
|
||||
grafana = {
|
||||
enable = true;
|
||||
adminPasswordFile = config.age.secrets.grafana-admin-pwd.path;
|
||||
};
|
||||
prometheus.enable = true;
|
||||
loki.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue