Squash merge feature/library-reorganization

This commit is contained in:
Codex
2026-04-22 06:46:23 -05:00
parent 7f4a4beb5a
commit fe2a04343c
72 changed files with 14520 additions and 0 deletions

17
ops/Caddyfile Normal file
View File

@@ -0,0 +1,17 @@
{
auto_https off
}
https://{$APP_HOST} {
tls /certs/dev-proxy-cert.pem /certs/dev-proxy-key.pem
handle_path /api/* {
reverse_proxy backend:8000
}
reverse_proxy frontend:5173
}
http://{$APP_HOST} {
redir https://{$APP_HOST}{uri}
}