fundbureau: single-page site + Docker/Proxmox deploy

This commit is contained in:
2026-06-29 23:47:33 +02:00
commit 2a55706a88
17 changed files with 368 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Caddy site block for fundbureau. Replace the upstream IP with the container's
# IP, reload caddy (`caddy reload` / `systemctl reload caddy`), verify, then
# retire any old container. Keeping the domain here makes a cutover a one-line
# upstream change.
fundbureau.xyz, www.fundbureau.xyz {
encode zstd gzip
reverse_proxy CHANGE_ME_CONTAINER_IP:8080
}