From b56749182ebf494573b077c70446805a55ecb7f6 Mon Sep 17 00:00:00 2001 From: Eric FELIXINE Date: Tue, 2 Jun 2026 06:57:56 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20update=20TODO=20=E2=80=94=20Honcho=20A?= =?UTF-8?q?PI=20deployed,=20Gitea=20Actions=20configured,=20Smart=20App=20?= =?UTF-8?q?Docker=20ready?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Honcho: - API UP on honcho.digitribe.fr (port 8089) - Workspace 'hermes-agent' and session 'smart-city-session' created - Memory storage working (messages stored via REST API) - Hermes plugin configured in ~/.hermes/honcho.json - Dialectic chat requires valid LLM API key Gitea Actions: - Runner docker-runner-01 registered and working - SSH secrets configured (SERVER_HOST, SERVER_USER, SSH_PRIVATE_KEY) - Workflow: lint + build + deploy Smart App: - Dockerfile web: multi-stage node + nginx - Traefik: smartapp.digitribe.fr - deploy.sh: web/docker/api/all - LocalAI config removed (service no longer exists) --- TODO.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TODO.md b/TODO.md index 49c89c1f..1117ceb4 100644 --- a/TODO.md +++ b/TODO.md @@ -20,6 +20,14 @@ | kafka-fix | Kafka KRaft env vars | `KAFKA_CFG_*` → `KAFKA_*`, `CLUSTER_ID` ajouté, volumes recréés | | git-push | Commits | Pushé sur Gitea (smart-city-digital-twin-martinique + lakehouse) | | **smart-app-mvp** | **Smart App City MVP complet** | **Voir détail ci-dessous** | +| honcho-api | Honcho API déployée | `honcho-api-1` — Up sur `honcho.digitribe.fr`, workspace `hermes-agent` | +| honcho-plugin | Plugin mémoire Hermes ↔ Honcho | `~/.hermes/honcho.json` configuré, baseUrl `http://127.0.0.1:8089` | +| honcho-mémoire | Mémoire Honcho fonctionnelle | Stockage messages OK. Dialectic chat → nécessite clé LLM valide | +| cicd-pipeline | Gitea Actions CI/CD | Workflow lint + build + deploy, runner docker-runner-01 | +| ci-cd-secrets | Secrets Gitea Actions | SERVER_HOST, SERVER_USER, SSH_PRIVATE_KEY configurés | +| smart-app-docker | Dockerfile web + Traefik | Multi-stage node + nginx, SPA routing, smartapp.digitribe.fr | +| smart-app-deploy | Script de déploiement | `deploy.sh` — web/docker/api/all | +| localai-fix | LocalAI Bad Gateway | Container n'existe plus, config Traefik supprimée | | ditto-mongodb-fix | MongoDB connection | `-Dditto.mongodb.uri` dans JAVA_TOOL_OPTIONS | | ditto-secrets | Nouveaux secrets JWT/devops | Générés aléatoirement, sauvegardés `.env.ditto` | | ditto-official-images | Gateway custom → latest | `eclipse/ditto-gateway:latest` officiel |