chore: update TODO — Honcho API deployed, Gitea Actions configured, Smart App Docker ready

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)
This commit is contained in:
Eric FELIXINE
2026-06-02 06:57:56 -04:00
parent 808dbbe4f3
commit b56749182e

View File

@@ -20,6 +20,14 @@
| kafka-fix | Kafka KRaft env vars | `KAFKA_CFG_*``KAFKA_*`, `CLUSTER_ID` ajouté, volumes recréés | | 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) | | 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** | | **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-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-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 | | ditto-official-images | Gateway custom → latest | `eclipse/ditto-gateway:latest` officiel |