Commit Graph
5 Commits
Author SHA1 Message Date
arcodange 6228169ac1 docs: HOWTO_ADD_BOT — 3 cases (outbound only / echo via gateway / agent-driven)
Docker Build / build-and-push-image (push) Successful in 40s
2026-05-09 13:12:55 +02:00
arcodange d8b102fbf9 server: don't reject Telegram updates with unknown fields
Docker Build / build-and-push-image (push) Successful in 42s
DisallowUnknownFields rejected real Telegram payloads (entities, from,
date, etc. that our minimal structs don't cover). Lenient decode is the
right default for an upstream webhook we don't control.
2026-05-09 13:06:40 +02:00
arcodange 5044890e7d chart: pin image.tag to 'latest'
Workflow Gitea Actions ne produit que :latest et la branch ref ;
appVersion (0.1.0) n'existe pas → ImagePullBackOff.
2026-05-09 12:51:16 +02:00
arcodange 13dc7aee13 rename: homelab-gateway → telegram-gateway
Docker Build / build-and-push-image (push) Successful in 44s
Aligns the project name with the public URL (tg.arcodange.fr) and the
Arcodange organization conventions. The 'homelab-gateway' name was too
generic.

Touches: chart name + helpers, image registry path, Go module path,
secret/configmap names, deployment mountPath, all docs.
2026-05-09 12:35:03 +02:00
arcodange ee832de089 Phase 1 MVP — echo bot factory
Docker Build / build-and-push-image (push) Successful in 1m8s
2026-05-09 12:23:59 +02:00