Update documentation and push code to Gitea repository

Update documentation files (DAT.md, DEX.md, WIKI.md) to version 1.4, incorporating changes related to Gitea synchronization, the `GITEA_TOKEN` secret, and the `scripts/push-gitea.sh` script.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 923ae0e3-a363-4db8-b04a-e8baca2a1330
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: cae3c6dc-0372-4c09-9980-7184f80535a3
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8af7d2ec-2cc3-4ece-8af3-9f071488d072/923ae0e3-a363-4db8-b04a-e8baca2a1330/qCk7LE3
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
pironantoine
2026-04-04 14:09:32 +00:00
parent fc0c9f2e9a
commit 50bc1f5ce9
3 changed files with 30 additions and 6 deletions
+4 -1
View File
@@ -5,7 +5,7 @@
**Hébergement** : Replit (dev) / Auto-hébergeable (RockyLinux, Debian)
**Dépôt** : `voix-du-peuple` (Gitea)
**Statut** : Actif — avril 2026
**Version doc** : 1.3
**Version doc** : 1.4
---
@@ -73,6 +73,8 @@ Page `/flyer` : flyer format A4 avec grand QR code. L'URL encodée est modifiabl
| QR code | `qrcode.react` |
| Police | Bahnschrift (titres), Inter (corps) |
| Couleur principale | Pétrol foncé `hsl(185 42% 28%)` — sans connotation partisane |
| Accessibilité | Dark mode · Police dyslexie · Contraste élevé · Texte agrandi (panneau dans la navbar) |
| Dépôt | Gitea — push via `bash scripts/push-gitea.sh` (token `GITEA_TOKEN`) |
---
@@ -82,6 +84,7 @@ Page `/flyer` : flyer format A4 avec grand QR code. L'URL encodée est modifiabl
DATABASE_URL — URL PostgreSQL
MISTRAL_API_KEY — Clé API Mistral
SESSION_SECRET — Secret Flask
GITEA_TOKEN — Token d'accès Gitea (push sécurisé)
FILTER_MODEL — Modèle de modération (optionnel)
SYNTHESIS_MODEL — Modèle de synthèse (optionnel)
```