move website to garage

dynamic updates at any time without a nixos rebuild!
This commit is contained in:
nora 2025-08-13 21:31:45 +02:00
parent 56cf4e9212
commit 6b97a53344
36 changed files with 88 additions and 96 deletions

View file

@ -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
'';
};
}