Commit Graph

4 Commits

Author SHA1 Message Date
d8b102fbf9 server: don't reject Telegram updates with unknown fields
All checks were successful
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
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
13dc7aee13 rename: homelab-gateway → telegram-gateway
All checks were successful
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
ee832de089 Phase 1 MVP — echo bot factory
All checks were successful
Docker Build / build-and-push-image (push) Successful in 1m8s
2026-05-09 12:23:59 +02:00