spawner/user-template-dictionary
XPS\Micro 20a4d60f21 fix: Fix API paths in Dictionary template for Traefik routing
- API calls were using absolute paths (/api/words) but container runs under path prefix
- Added apiBase variable to extract current pathname
- All fetch calls now use relative paths: ${apiBase}/api/words
- Fixes 404 errors when accessing Dictionary template through Traefik
2026-03-19 07:18:15 +01:00
..
templates fix: Fix API paths in Dictionary template for Traefik routing 2026-03-19 07:18:15 +01:00
app.py feat: Add user-template-dictionary with SQLite persistence 2026-03-18 15:57:23 +01:00
Dockerfile feat: Add user-template-dictionary with SQLite persistence 2026-03-18 15:57:23 +01:00
requirements.txt fix: Add requests module for Health Check 2026-03-18 16:46:52 +01:00