Commit Graph

5 Commits

Author SHA1 Message Date
XPS\Micro
95960ab7a9 add debug admin API for logs and database management 2026-02-01 13:41:28 +01:00
XPS\Micro
b41fd980ce fix: add SMTP and missing environment variables to docker-compose.yml
- Fix USER_TEMPLATE_IMAGES quoting in .env.example (prevent bash metacharacter issues)
- Add all SMTP configuration variables to docker-compose environment
- Add EMAIL service variables (FRONTEND_URL, MAGIC_LINK_EXPIRY, RATE_LIMIT)
- Add JWT and resource limit variables
- Improve environment variable organization with comments

SMTP variables were defined in .env but not passed to container, causing
email service configuration issues.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-02-01 10:24:51 +01:00
XPS\Micro
e0bafb142f fix: change frontend healthcheck from wget to curl for Debian slim compatibility
- Switched from wget to curl for frontend healthcheck
- wget is not installed in node:20-slim (Debian-based)
- curl is pre-installed and compatible with Debian slim images
- Consistent with spawner API healthcheck (also uses curl)
2026-01-31 13:14:50 +01:00
XPS\Micro
f822b93e2e Fix redirect loop: remove /login /signup from Traefik backend routes 2026-01-30 22:16:52 +01:00
XPS\Micro
c363351483 Initial project structure with documentation 2026-01-30 18:00:41 +01:00