feat(web03/bocal): Add preparation.pdf

This commit is contained in:
Tom Hubrecht 2025-01-15 09:43:47 +01:00
parent 79cb15120d
commit 93f51cf972
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -13,6 +13,10 @@
nginx = {
enableACME = true;
forceSSL = true;
locations = {
"= /preparation.pdf".root = "/users/guests/bocal/www/";
};
};
webHookSecret = config.age.secrets."webhook-bocal_token".path;