Phase 1 MVP — echo bot factory
All checks were successful
Docker Build / build-and-push-image (push) Successful in 1m8s

This commit is contained in:
2026-05-09 12:23:59 +02:00
commit ee832de089
28 changed files with 1376 additions and 0 deletions

15
bots.example.yaml Normal file
View File

@@ -0,0 +1,15 @@
# Bot routing config (non-secret). One entry per bot.
# Tokens / secret_token live in Vault and are injected as env vars
# BOT_<UPPER_SLUG>_TOKEN, BOT_<UPPER_SLUG>_SECRET
#
# `<UPPER_SLUG>` = uppercase(slug) with `-` replaced by `_`.
bots:
factory:
handler: echo
# Phase 2 example (not implemented yet)
# webappbot:
# handler: http
# url: http://webapp.webapp.svc.cluster.local:8080/telegram/update
# timeout: 5s