mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 09:35:10 +01:00
grafana
This commit is contained in:
parent
ec7be408a1
commit
d12f733cf7
23 changed files with 72 additions and 16 deletions
|
|
@ -71,8 +71,8 @@ in
|
|||
}
|
||||
|
||||
${
|
||||
if name == "vps1" then
|
||||
builtins.readFile ./Caddyfile else ""
|
||||
if name == "vps1" || name == "vps3" then
|
||||
builtins.readFile ./${name}.Caddyfile else ""
|
||||
}
|
||||
''
|
||||
);
|
||||
|
|
|
|||
4
newinfra/nix/modules/ingress/vps3.Caddyfile
Normal file
4
newinfra/nix/modules/ingress/vps3.Caddyfile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
grafana.noratrieb.dev {
|
||||
encode zstd gzip
|
||||
reverse_proxy * localhost:3000
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue