XPS\Micro
436b1c0b0e
feat: Add cookie-based JWT authentication for user containers - secure access control
2026-03-19 10:11:55 +01:00
XPS\Micro
5d59a67552
fix: Add requests module for Health Check
...
- Health Check uses 'import requests' but module was missing
- This caused container to be marked as unhealthy
- Added requests==2.31.0 to requirements.txt
2026-03-18 16:46:52 +01:00
XPS\Micro
6ae94aeeb0
fix: Update Werkzeug to latest stable version 3.1.6
...
- Previous version 3.0.0 is outdated
- 3.1.6 includes security fixes and performance improvements
- Fully compatible with Flask 3.0.0
2026-03-18 16:04:41 +01:00
XPS\Micro
e811c4fe3d
feat: Add user-template-dictionary with SQLite persistence
...
- New template: user-template-dictionary with Flask backend
- Features: Add/Edit/Delete words, SQLite database per user
- Persistent storage: Docker Volumes mount to /data/
- Modern HTML/CSS/JS Frontend with error handling
- REST API: GET/POST/PUT/DELETE endpoints
- Health checks and comprehensive logging
- Comprehensive documentation in docs/templates/DICTIONARY_TEMPLATE.md
- Updated templates.json and .env.example
Files:
- user-template-dictionary/Dockerfile
- user-template-dictionary/app.py
- user-template-dictionary/requirements.txt
- user-template-dictionary/templates/index.html
- docs/templates/DICTIONARY_TEMPLATE.md
- templates.json (updated)
- .env.example (updated)
2026-03-18 15:57:23 +01:00