Commit Graph

8 Commits

Author SHA1 Message Date
djalim fcc9547a30 feat(dev): add compose files and dev-login bypass route
- compose.prod.yml: production stack with registry image, healthcheck,
  migration service
- compose.test.yml: local test stack with source mount and LOCAL=true
- routes/dev-login.ts: fake admin JWT login, only active when LOCAL=true
- routes/_middleware.ts: expose /dev-login as public route

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-26 23:01:59 +02:00
Kevin FEDYNA 8a5461827e Optimized code and wrote documentation 2025-01-22 11:15:43 +01:00
Kevin FEDYNA 3ce1273455 Started documenting code 2025-01-22 00:54:43 +01:00
Kevin FEDYNA fa66621abc Fixed partial handling and added cookies 2025-01-21 16:09:36 +01:00
fedyna-k 46a417f411 Added auto database creation based on sql scripts and jwt key cache 2025-01-16 23:13:58 +01:00
Kevin FEDYNA 9db588ff02 Partials OK, auto navbar and content 2025-01-15 15:43:52 +01:00
Kevin FEDYNA eea49969b5 Added catalog generation, need to bug fix 2025-01-15 10:15:02 +01:00
fedyna-k ccad788e19 Added implementation for base page and log in log out 2025-01-14 23:34:40 +01:00