a1d708d083512520dca6543bfe0e0b3d733cd17b
Add a key-value settings table (Setting model) with DB > env > default resolution chain. Replace hardcoded Ollama constants in ollama_service with dynamic _get_config() lookups. Add /api/config/ endpoints for settings CRUD and tag management (create, rename). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Plesna Gerance
Extracteur de comptes rendus de gerance Oralia/ICS.
Prerequis
- Python >= 3.10
- uv
- Node.js >= 22
- poppler-utils (
apt install poppler-utilsoupacman -S poppler)
Installation
uv sync
cd frontend && npm install
Developpement
Lancer backend et frontend dans deux terminaux separés :
make dev_back # Backend sur http://localhost:8000 (auto-reload)
make dev_front # Frontend sur http://localhost:5173 (hot-reload)
Ou les deux en parallele :
make dev
Ouvrir http://localhost:5173 — le proxy Vite redirige /api vers le backend.
Production (Docker)
make docker
Accessible sur http://localhost:8080.
Description
Languages
Python
48.7%
Vue
48.1%
JavaScript
1.9%
PowerShell
0.4%
Inno Setup
0.3%
Other
0.3%