Initial psopeeps site import

This commit is contained in:
2026-06-11 01:32:41 -04:00
commit 47088e40c7
51 changed files with 12402 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
email {$ACME_EMAIL}
}
{$SITE_DOMAIN} {
encode zstd gzip
root * /srv/site
file_server
header {
X-Content-Type-Options "nosniff"
X-Frame-Options "SAMEORIGIN"
Referrer-Policy "strict-origin-when-cross-origin"
Permissions-Policy "geolocation=(), microphone=(), camera=()"
}
log {
output stdout
format console
}
handle_path /api/* {
reverse_proxy app:{$APP_PORT}
}
}