steve
2d4eac6583
refactor: migrate admin auth from HTTP Basic to Flask-Login sessions
...
Replaces browser-cached Basic Auth credentials with proper server-side
session management. Logout now fully invalidates the session. Adds an
HTML login form at /admin/login, SECRET_KEY env var support, and updates
README with key generation instructions and role table.
2026-03-10 11:41:16 -06:00
steve
b2e7eeb570
feat: add hardened HTTP Basic Auth for admin interface
2026-03-10 10:07:09 -06:00
steve
d260bc6f9f
docs: remove outdated project structure section from README
2025-04-04 18:48:20 -06:00
steve
412d373421
docs: add Portainer setup instructions to README
2025-04-04 16:28:34 -06:00
steve
bae3ddda32
- make the newsletter checkbox generic
...
- Added LOGO_URL to `example.env` and index.html template
- Rewrote README.md to reflect current methods of installing and configuring
2025-04-04 15:36:12 -06:00
steve
caf6f9e970
docs: update README
...
Added section about API use
2025-04-02 19:28:21 -06:00
Steve Dogiakos
86529e0728
Rename production.Dockerfile to development.Dockerfile.
...
It was a late night, ok? Updated README.md to include removal of DB from repo.
2025-04-02 09:29:25 -06:00
Steve Dogiakos
f528ef6f38
docs: add screenshot to README and update .gitignore
2025-04-02 08:02:47 -06:00
Steve Dogiakos
5f5dd41586
docs: update project structure section in README
2025-04-01 22:09:54 -06:00
Steve Dogiakos
fdc4d098cc
docs: revise README to reflect current project state
2025-04-01 22:04:35 -06:00
steve
1e191e9bcb
docs: update README for Flask branch
2025-04-01 17:19:43 -06:00
steve
745c2940e3
docs: fix README formatting
2025-01-27 13:58:30 -07:00
steve
d7a45a2452
feat: add Node.js guestbook skeleton
2025-01-27 13:25:14 -07:00