Ajout de la webapp Docker (FastAPI + HTML/JS vanilla)

- Backend FastAPI avec auth par cookie (users dans config.json)
- Upload PDF drag & drop, progression en temps réel (SSE)
- Identification des séries via Ollama (config URL dans config.json)
- Téléchargement ICS par série + historique des traitements
- Bouton vider le cache (site web + mapping LLM)
- Docker Swarm ready (docker-compose.yml + Dockerfile)
- Compatible iOS/Android/PC (responsive mobile-first)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
sylvain
2026-03-08 13:08:18 +01:00
parent 325d676ccf
commit d4067e9105
10 changed files with 1478 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
fastapi==0.115.5
uvicorn[standard]==0.32.1
python-multipart==0.0.12
pdfplumber==0.11.4
icalendar==6.0.1
requests==2.32.3
beautifulsoup4==4.12.3