mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-13 15:14:43 +02:00
feat(finlab): console Claude Code finance in-cluster + toolkit d'analyse
Intègre finlab (ex-projet Projets/Finance) au lab comme une console Claude Code web spécialisée finance — l'esprit OpenAlice, mais c'est le vrai Claude Code sur l'abonnement (login persisté, pas d'API facturée), agentique, avec la boîte à outils finlab (Yahoo Finance) branchée en MCP. - tools/finlab/ : source finlab rapatriée + Dockerfile (Python 3.12 + Node + claude-code + ttyd) + persona workspace/CLAUDE.md + branchement MCP + entrypoint (seed du workspace no-clobber sur le PVC) - .github/workflows/build-finlab.yml : build GHCR funk-finlab + bump manifest (main) - k8s/apps/finlab/ : Deployment/Service/PVC/IngressRoute (finance.lab.local) + Middleware basicAuth (shell web protégé) ; PVC = HOME (login) + workspace - k8s/apps-of-apps/apps/finlab.yaml : Application ArgoCD - .mcp.json (racine) : outils finlab dans les sessions Claude Code du lab - admin/ia/finlab.md + READMEs + CLAUDE.md : doc + enregistrement Analyse/aide à la décision uniquement — aucun ordre réel (paper trading Alpaca fictif seul exécutable). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
35ad1deb64
commit
b649afd059
39 changed files with 2110 additions and 2 deletions
11
k8s/apps/finlab/middleware.yaml
Normal file
11
k8s/apps/finlab/middleware.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
apiVersion: traefik.io/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
name: finlab-auth
|
||||
namespace: ai
|
||||
spec:
|
||||
# La console expose un SHELL web (ttyd) → on la protège par basicAuth Traefik, même en LAN.
|
||||
# Le secret `finlab-auth` (htpasswd) est créé MANUELLEMENT (hors git) — voir README.
|
||||
basicAuth:
|
||||
secret: finlab-auth
|
||||
realm: FinLab
|
||||
Loading…
Add table
Add a link
Reference in a new issue