creating first admin and update restrictions for ordinary users

This commit is contained in:
2026-03-04 17:06:43 +03:00
parent 08e48aac29
commit ea06c16aac
16 changed files with 128 additions and 58 deletions

18
docker/caddy/caddy.conf Normal file
View File

@@ -0,0 +1,18 @@
example.com {
encode gzip
# --- API ---
handle_path /api/* {
reverse_proxy backend:8000
}
# --- Frontend ---
root * /var/www/site
file_server
log {
output stdout
format console
}
}