initial vibes

This commit is contained in:
root
2026-09-13 15:08:12 +02:00
commit 46cc687f57
24 changed files with 2754 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
sandbox.clearsky.dev {
handle /api/* {
reverse_proxy backend:8080
}
handle /assets/* {
root * /srv
header Cache-Control "public, max-age=31536000, immutable"
file_server
}
handle {
root * /srv
header Cache-Control "no-cache"
try_files {path} /index.html
file_server
}
}