From bd3dc774bc1a2858b24acd3887bc12a479fcc995 Mon Sep 17 00:00:00 2001 From: Elmadani Date: Tue, 24 Feb 2026 22:10:27 +0000 Subject: [PATCH] docs: use generic node names, remove internal server aliases --- README.md | 4 ++-- docs/ARCHITECTURE.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6874fd9..9ad1e22 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ ix-tools/ ├── scripts/ # Deployment & operations │ ├── install.sh # Universal installer │ ├── deploy-oasis.sh # Deploy to OASIS VPS -│ ├── deploy-arche.sh # Deploy to ARCHE VPS +│ ├── deploy-node1.sh # Deploy to ARCHE VPS │ └── monitor.sh # Health monitoring │ └── docs/ # Documentation @@ -104,4 +104,4 @@ The IX engine itself uses the [SALKA-IX License](https://git.inference-x.com/elm --- -*Built by the Anti-Atlas craton — continuing the work of the khettara builders.* +*Built by the community — continuing the work of open infrastructure builders.* diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index c3dec94..10337cd 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -3,7 +3,7 @@ ## Infrastructure ``` -inference-x.com (ARCHE · OVH) build.inference-x.com (OASIS · Hetzner) +inference-x.com (NODE-1 · OVH) build.inference-x.com (NODE-2 · Hetzner) ├── nginx reverse proxy ├── ix-saas (Node.js, PM2, port 4080) ├── Gitea (port 3000) ├── echo brain (port 8089) └── Site vitrine (HTML) ├── invoke gateway (port 3001)