initial commit

This commit is contained in:
syntaxbullet
2026-05-13 17:26:13 +02:00
commit 99569d2cf3
43 changed files with 8725 additions and 0 deletions

9
Caddyfile Normal file
View File

@@ -0,0 +1,9 @@
{$APP_DOMAIN} {
encode zstd gzip
request_body {
max_size {$MAX_UPLOAD_SIZE}
}
reverse_proxy bmp:3000
}