lazyflat: combined alert + apply behind authenticated web UI

Three isolated services (alert scraper, apply HTTP worker, web UI+DB)
with argon2 auth, signed cookies, CSRF, rate-limited login, kill switch,
apply circuit breaker, audit log, and strict CSP.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Moritz 2026-04-21 09:51:35 +02:00
commit 69f2f1f635
46 changed files with 4183 additions and 0 deletions

14
.gitignore vendored Normal file
View file

@ -0,0 +1,14 @@
__pycache__/
*.pyc
*.pyo
.venv/
venv/
.env
.env.local
data/
*.sqlite
*.sqlite-wal
*.sqlite-shm
.DS_Store
.idea/
.vscode/