Date: 28/01/2026 01:30 - 03:30 Status: TERMINE
Pages creees dans /stock_8to/33800-stack/projects/connectors-front/src/routes/actions/ :
| Page | Fichier | Description |
|---|---|---|
| Liste | index.tsx |
Liste actions avec filtres (type, connector, tags) |
| Templates | templates/index.tsx |
Selection template pour creation rapide |
| Nouveau | new/index.tsx |
Creation action custom (SSH/API) |
| Details | [id]/index.tsx |
Details + execution avec input |
| Edition | [id]/edit/index.tsx |
Modification action existante |
| Historique | [id]/history/index.tsx |
Historique executions |
API client : Methodes ajoutees dans src/lib/api.ts
Probleme initial : Port 5400 deja utilise par wireguard-sidecar
Solution finale :
network_mode: container:wireguard-sidecar dans smart-deployFichier : conf.prod.gouroubleu.yml
network_mode: "container:wireguard-sidecar"
env:
SUPABASE_URL: "http://192.168.1.12:8200/rest/v1"
SUPABASE_AUTH_URL: "http://192.168.1.12:8200"
Fichier : /stock_8to/33800-stack/monitoring/gitlab-jobs.html
Fonctionnalites :
URL : https://dashboard.nowhere84.com/gitlab-jobs.html
Fichier : /stock_8to/33800-stack/projects/connectors-front/src/routes/connectors/instance/[id]/index.tsx
ACTION_TEMPLATES ajoutes :
SSH : uptime, df -h, free -h, docker ps, top CPU
Jellyfin : Liste films, series, recents, sessions, system info
Proxmox : Nodes, VMs, Storage
AI-Orchestrator : Status GPU, outils, jobs
Fichier : /stock_8to/33800-stack/scripts/deploy/strategies/docker.sh
Ajout support network_mode :
wireguard-sidecar (docker-compose manuel)
|
+-- expose ports 5403, 5410
|
+-- reseau: supabase-prod_supabase-prod
connectors-api (smart-deploy)
|
+-- network_mode: container:wireguard-sidecar
|
+-- supabase via IP hote (192.168.1.12:8200)
network_mode: container:X casse la resolution DNS Docker. Solution actuelle : utiliser IP hote pour supabase.
Tous les changements commites et pushes vers GitLab. Pipelines success pour connectors-api et connectors-front.