FE-0: Projektgrundgerüst (SvelteKit, Tailwind, Docker, Caddy)

This commit is contained in:
faligam
2026-09-06 06:26:03 +00:00
commit 631b17ae05
21 changed files with 441 additions and 0 deletions

12
Caddyfile Normal file
View File

@@ -0,0 +1,12 @@
:443 {
reverse_proxy web:3000
@notPrivateIP not remote_ip 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 127.0.0.0/8
encode gzip zstd
header {
X-Content-Type-Options nosniff
X-Frame-Options DENY
X-XSS-Protection "1; mode=block"
}
}