Login page animations

This commit is contained in:
2026-04-30 21:38:54 +12:00
parent 373f7c47c0
commit 4f876372c2
7 changed files with 87 additions and 14 deletions
+2 -2
View File
@@ -40,7 +40,7 @@ The frontend now supports:
- `PUBLIC_API_BASE_URL` for browser requests
- `INTERNAL_API_BASE_URL` for server-side SvelteKit requests inside Docker
This is important for a same-domain deployment such as `https://clients.lean-101.com`, where the browser should call the public domain while the frontend container should call the backend container directly.
This is important for a same-domain deployment such as `https://clients.lean-101.com.au`, where the browser should call the public domain while the frontend container should call the backend container directly.
### Example `/srv` deploy
@@ -56,7 +56,7 @@ This follows the same external pattern as your website container:
- one compose project under `/srv/lean101-clients`
- one host-facing port, `8081`, for the app
- your existing public reverse proxy forwards `clients.lean-101.com` to `127.0.0.1:8081`
- your existing public reverse proxy forwards `clients.lean-101.com.au` to `127.0.0.1:8081`
If your server already has a host-level nginx handling domains and TLS, use `deploy/nginx/clients.lean-101.proxy.conf` as the upstream template and point the domain at `http://127.0.0.1:8081`.