# WEVADS — Platform Documentation **Version:** Arsenal ADX — 9 février 2026 **Maintainer:** WEVAL Consulting (Yacine) **Server:** Hetzner — `89.167.40.150` --- ## Quick Start ### Services & Ports | Port | Service | Description | |------|---------|-------------| | 5821 | Apache — WEVADS ADX | Plateforme principale (`/opt/wevads/public`) | | 5890 | Apache — Arsenal | Arsenal APIs & Screens (`/opt/wevads-arsenal/public`) | | 8080 | Apache — Auxiliary | Service auxiliaire | | 5432 | PostgreSQL | Base de données `adx_system` (schema `admin`) | | 11434 | Ollama | LLM local (`llama3.2:3b`) | | 5822 | FMG App | `/opt/fmgapp/public` | | 5823 | BCG App | `/opt/bcgapp/public` | | 5824 | DKIM Service | `/var/www/dkim` | ### Vérification rapide ```bash bash /opt/backups/healthcheck.sh # Healthcheck complet ss -tlnp | grep -E "5821|5890|8080|5432|11434" # Services UP ``` --- ## Architecture ``` WEVADS ADX Platform │ :5821 │ :5890 │ :8080 │ WEVADS Core │ Arsenal │ Auxiliary │ │ HAMID IA ─── Brain Engine ─── Weval Mind ─── BPMS │ (11 providers) (10 winners) (Auto-cycles) │ │ ┌────────────────────────────────────────────────┐ │ │ PostgreSQL :5432 — adx_system.admin │ │ │ 100+ tables │ 29 KB │ 10 Brain Winners │ │ └────────────────────────────────────────────────┘ │ │ Ollama :11434 ── PowerMTA ── Tracking (OVH) │ ``` ## Répertoires Clés | Chemin | Contenu | |--------|---------| | `/opt/wevads/` | Core platform, configs | | `/opt/wevads/config/` | Configs (HAMID, Azure, Huawei, etc.) | | `/opt/wevads/scripts/` | Automation scripts | | `/opt/wevads-arsenal/public/` | 80 écrans HTML + 113 APIs PHP | | `/opt/backups/` | Backup, healthcheck, pre-deploy, rollback | | `/opt/wevads/docs/` | Documentation (ce dossier) | ## Base de Données - **Database:** `adx_system` — Schema: `admin` — User: `admin` - Tables clés : `brain_winners`, `knowledge_base`, `office365_accounts`, `send_jobs`, `send_logs`, `sending_ips`, `sending_domains`, `ai_providers`, `ai_config` ## ⚠️ Disk Usage : 83% (119G/150G) Surveiller régulièrement. Voir RUNBOOK.md pour le nettoyage.