Commit Graph

2 Commits

Author SHA1 Message Date
enix
ac770382e8 feat(docker): add HTTP Basic Authentication support (#214)
* feat(docker): add HTTP Basic Authentication support

* fix: address review feedback

* Update docker-entrypoint.sh



* Update .env.example

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: use bcrypt for htpasswd and ensure .htpasswd file always exists

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-10 05:41:02 +00:00
Stan
bf3a30fa12 feat: Add server-side storage for persistent diagram management
- Express.js backend for diagram CRUD operations
- Filesystem persistence via Docker volume mount
- Automatic storage detection in UI
- Overwrite protection with confirmation dialogs
- Server storage enabled by default in Docker

Closes #48
2025-08-14 12:58:55 +01:00