{"id":26570207,"url":"https://github.com/pando85/flux-telegram-notification","last_synced_at":"2025-12-30T22:40:36.315Z","repository":{"id":54991686,"uuid":"329073272","full_name":"pando85/flux-telegram-notification","owner":"pando85","description":"Flux notification webhook to forward notifications to Telegram using templates","archived":false,"fork":false,"pushed_at":"2021-01-18T16:37:50.000Z","size":73,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-08-06T00:42:04.758Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pando85.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-12T18:14:55.000Z","updated_at":"2021-05-16T19:33:09.000Z","dependencies_parsed_at":"2022-08-14T08:30:25.975Z","dependency_job_id":null,"html_url":"https://github.com/pando85/flux-telegram-notification","commit_stats":null,"previous_names":[],"tags_count":2,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pando85%2Fflux-telegram-notification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pando85%2Fflux-telegram-notification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pando85%2Fflux-telegram-notification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pando85%2Fflux-telegram-notification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pando85","download_url":"https://codeload.github.com/pando85/flux-telegram-notification/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245025971,"owners_count":20549067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-22T21:49:31.901Z","updated_at":"2025-12-30T22:40:36.288Z","avatar_url":"https://github.com/pando85.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flux-telegram-notification [![Build Status](https://travis-ci.org/pando85/flux-telegram-notification.svg?branch=master)](https://travis-ci.org/pando85/flux-telegram-notification)  [![](https://images.microbadger.com/badges/image/pando85/flux-telegram-notification.svg)](https://cloud.docker.com/repository/docker/pando85/flux-telegram-notification) [![](https://images.microbadger.com/badges/version/pando85/flux-telegram-notification.svg)](https://cloud.docker.com/repository/docker/pando85/flux-telegram-notification) [![License](https://img.shields.io/github/license/pando85/flux-telegram-notification.svg)](https://github.com/pando85/flux-telegram-notification/blob/master/LICENSE)\n\nFlux notification webhook to forward notifications to Telegram using templates and based in [OpenAPI specs](docs/api/v1/openapi.yaml).\n\n## Config\n\n| *Env* | *Description* | *Default* |\n|---------|---------------|-----------|\n|`API_SPECS_PATH`| OpenAPI specs path | `docs/api/v1/openapi.yaml` |\n|`LOG_LEVEL`| Log level: `[DEBUG, INFO, WARNING, ERROR, CRITICAL]`| `INFO` |\n|`TELEGRAM_BOT_TOKEN`| Telegram bot token | `` |\n|`TEMPLATE_PATH`| Jinja2 template used to forward messages | `forwarder/resources/templates/default.j2` |\n|`FILTER_EXPRESION`| Python code to filter event object when it returns true | `\"commit_status\" in event.metadata and event.metadata[\"commit_status\"] == \"update\"` |\n\n### Alertmanager\n\nMust set up a [provider](https://toolkit.fluxcd.io/components/notification/provider/#generic-webhook). Replace `{CHAT_ID}` with a desired Telegram chat ID.\n\n```yaml\napiVersion: notification.toolkit.fluxcd.io/v1beta1\nkind: Provider\nmetadata:\n  name: flux-telegram-notification\n  namespace: flux-system\nspec:\n  type: generic\n  address: http://flux-telegram-notification:8080/v1/event/{CHAT_ID}\n```\n\nYou can contact with [@myidbot](https://telegram.me/myidbot) to get your current chat ID.\n\n## Deployment\n\n- [Kubernetes example](k8s/example.yml)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpando85%2Fflux-telegram-notification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpando85%2Fflux-telegram-notification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpando85%2Fflux-telegram-notification/lists"}