mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 01:25:09 +01:00
move website to garage
dynamic updates at any time without a nixos rebuild!
This commit is contained in:
parent
56cf4e9212
commit
6b97a53344
36 changed files with 88 additions and 96 deletions
|
|
@ -53,5 +53,12 @@ in
|
|||
};
|
||||
environmentFile = config.age.secrets.garage_secrets.path;
|
||||
};
|
||||
services.caddy.virtualHosts."garage.noratrieb.dev" = {
|
||||
logFormat = "";
|
||||
extraConfig = ''
|
||||
encode zstd gzip
|
||||
reverse_proxy * localhost:3900
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue