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:
commit
69f2f1f635
46 changed files with 4183 additions and 0 deletions
16
alert/requirements.txt
Normal file
16
alert/requirements.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
beautifulsoup4==4.14.3
|
||||
bs4==0.0.2
|
||||
certifi==2026.1.4
|
||||
charset-normalizer==3.4.4
|
||||
dotenv==0.9.9
|
||||
googlemaps==4.10.0
|
||||
idna==3.11
|
||||
markdown-it-py==4.0.0
|
||||
mdurl==0.1.2
|
||||
Pygments==2.19.2
|
||||
python-dotenv==1.2.1
|
||||
requests==2.32.5
|
||||
rich==14.3.1
|
||||
soupsieve==2.8.3
|
||||
typing_extensions==4.15.0
|
||||
urllib3==2.6.3
|
||||
Loading…
Add table
Add a link
Reference in a new issue