{"id":27161583,"url":"https://github.com/cordalace/telepod","last_synced_at":"2025-04-09T00:49:35.541Z","repository":{"id":162586551,"uuid":"622321255","full_name":"cordalace/telepod","owner":"cordalace","description":"This is a read-only mirror from https://codeberg.org/cordalace/telepod","archived":false,"fork":false,"pushed_at":"2023-11-12T14:36:35.000Z","size":185,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-11-12T22:21:41.912Z","etag":null,"topics":["notifications","podman","telegram"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cordalace.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,"governance":null}},"created_at":"2023-04-01T19:02:14.000Z","updated_at":"2023-05-10T20:10:55.000Z","dependencies_parsed_at":"2023-11-11T22:21:44.498Z","dependency_job_id":"c38d2fae-7b77-459e-89da-aee6203a93b1","html_url":"https://github.com/cordalace/telepod","commit_stats":null,"previous_names":[],"tags_count":9,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cordalace%2Ftelepod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cordalace%2Ftelepod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cordalace%2Ftelepod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cordalace%2Ftelepod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cordalace","download_url":"https://codeload.github.com/cordalace/telepod/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247953111,"owners_count":21023946,"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":["notifications","podman","telegram"],"created_at":"2025-04-09T00:49:35.092Z","updated_at":"2025-04-09T00:49:35.534Z","avatar_url":"https://github.com/cordalace.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# telepod\n\n**Telepod** adds Telegram notifications feature to\n[podman auto-update](https://docs.podman.io/en/latest/markdown/podman-auto-update.1.html).\n\nTelepod looks up for running containers and checks if an image has changed since last run.\nIf the image has been updated Telepod sends a telegram message.\n\n![Conversation example](https://cordalace.pages.dev/telepod-conversation-small.png \"Conversation example\")\n\n## Environment variables\n\n- `TELEGRAM_CHAT_ID`\n- `TELEGRAM_BOT_TOKEN`\n\n## Use with cron\n\n```\n*/5 *  * * *   TELEGRAM_CHAT_ID=-1003920707150 TELEGRAM_BOT_TOKEN=7917343448:906-MIX0YZRc6cHETY5KEmrDBA5fHW4Ye26 /usr/local/bin/telepod\n```\n\n## Use with systemd\n\nFile `~/.config/systemd/user/telepod.timer`:\n\n```\n[Unit]\nDescription=Telepod image update notifications\n\n[Timer]\nOnCalendar=*:0/5\nUnit=telepod.target\n\n[Install]\nWantedBy=timers.target\n```\n\nFile `~/.config/systemd/user/telepod.service`:\n\n```\n[Unit]\nDescription=Telepod image update notifications\nAfter=network.target\n\n[Service]\nType=oneshot\nEnvironment=\"TELEGRAM_CHAT_ID=-1003920707150\"\nEnvironment=\"TELEGRAM_BOT_TOKEN=7917343448:906-MIX0YZRc6cHETY5KEmrDBA5fHW4Ye26\"\nExecStart=/usr/local/bin/telepod\n```\n\n## User\n\nTelepod tracks container versions of the current user. It could be\nstarted as root or as regular user.\n\n## Versions file\n\nTelepod tracks image versions in json-file:\n\n- `/var/lib/telepod/db.json` if started as root\n- `$XDG_STATE_HOME/telepod/db.json` if started as regular user\n\n## Repository mirrors\n\nThis project has [Github](https://github.com/cordalace/telepod) and\n[Gitlab](https://gitlab.com/cordalace/telepod) mirrors, to contribute please use\n[Codeberg](https://codeberg.org/cordalace/telepod).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcordalace%2Ftelepod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcordalace%2Ftelepod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcordalace%2Ftelepod/lists"}