From 703e5614ef935e60d6862f748335e1d1116afb0f Mon Sep 17 00:00:00 2001 From: Nicolas Cantu Date: Sun, 21 Sep 2025 13:35:04 +0000 Subject: [PATCH] align for IA agents + grafana --- IA_agents/deploy.md | 4 +++- IA_agents/flux.md | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/IA_agents/deploy.md b/IA_agents/deploy.md index 843449d..e0ae1c2 100644 --- a/IA_agents/deploy.md +++ b/IA_agents/deploy.md @@ -113,7 +113,9 @@ Pour tous les projets contenant un **Dockerfile**, avant de pousser sur la branc - Mettre à jour le Dockerfile pour maîtriser les prérequis : - inclure `sudo apt update && sudo apt upgrade`, - - installer `jq`, `curl`, `sed`, `gawk`, `inetutils-tools`, `iputils-*`,. + - installer `build-essential`, `autoconf`, `automake`, `libtool`, `pkg-config`, `cmake`, `ninja-build`, `clang`, `lldb`, `lld`, `make`, `tree`, `ncdu`, `mc`, `exuberant-ctags`, `cscope`, `vim`, `emacs`, `jq`, `curl`, `sed`, `gawk`, `inetutils-tools`, `iputils-*`, `net-tools`, `iproute2` + - installer python3 (dernière version) et mettre à jour + - installer go (dernière version) et mettre à jour - installer rust (dernière version) et mettre à jour - installer `npm` (dernière version), instaler `wscat` (dernière version) et mettre à jour - Construire l’image pour test. diff --git a/IA_agents/flux.md b/IA_agents/flux.md index 7e7d0e8..4ca6213 100644 --- a/IA_agents/flux.md +++ b/IA_agents/flux.md @@ -21,8 +21,8 @@ | Service | Domaine | Port | Protocole | URL d'accès | Statut | |---------|---------|------|-----------|-------------|--------| | **Bootstrap Relay** | dev3.4nkweb.com | 443 | WSS | wss://dev3.4nkweb.com/ws/ | ✅ Actif | -| **Signer Externe** | dev3.4nkweb.com | 9090 | WS | ws://dev3.4nkweb.com:9090 | ❌ Inactif | -| **Signer Base** | dev3.4nkweb.com | 443 | HTTPS | https://dev3.4nkweb.com | ⚠️ 502 Bad Gateway | +| **Signer Externe** | dev3.4nkweb.com | 9090 | WS | ws://dev3.4nkweb.com:9090 | ✅ Actif | +| **Signer Base** | dev3.4nkweb.com | 443 | HTTPS | https://dev3.4nkweb.com | ✅ Actif | | **Mempool** | mempool2.4nkweb.com | 443 | HTTPS | https://mempool2.4nkweb.com | ✅ Actif | | **Storage** | dev4.4nkweb.com | 443 | HTTPS | https://dev4.4nkweb.com/storage | ✅ Actif |