feat(ci): stabilize infrastructure and deployment pipeline

This commit is contained in:
2026-01-12 18:41:32 +01:00
parent f6b3931177
commit f819c6d708
7 changed files with 95 additions and 2 deletions

9
Caddyfile Normal file
View File

@@ -0,0 +1,9 @@
:80 {
root * /usr/share/caddy
file_server
# Client cache
header {
Cache-Control "public, max-age=86400"
}
}