{"id":24788834,"url":"https://github.com/nnxmms/teleport-proxy-update","last_synced_at":"2026-05-02T13:35:24.563Z","repository":{"id":271374389,"uuid":"913214352","full_name":"nnxmms/Teleport-Proxy-Update","owner":"nnxmms","description":"Bash script for automatically updating a Teleport Proxy instance.","archived":false,"fork":false,"pushed_at":"2025-01-17T19:00:02.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T17:15:01.249Z","etag":null,"topics":["bash","teleport-tools"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nnxmms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-07T08:52:47.000Z","updated_at":"2025-01-17T19:00:03.000Z","dependencies_parsed_at":"2025-01-08T21:02:35.772Z","dependency_job_id":null,"html_url":"https://github.com/nnxmms/Teleport-Proxy-Update","commit_stats":null,"previous_names":["nnxmms/teleport-proxy-update"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nnxmms%2FTeleport-Proxy-Update","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nnxmms%2FTeleport-Proxy-Update/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nnxmms%2FTeleport-Proxy-Update/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nnxmms%2FTeleport-Proxy-Update/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nnxmms","download_url":"https://codeload.github.com/nnxmms/Teleport-Proxy-Update/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245267570,"owners_count":20587459,"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":["bash","teleport-tools"],"created_at":"2025-01-29T17:15:12.349Z","updated_at":"2026-05-02T13:35:24.504Z","avatar_url":"https://github.com/nnxmms.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Teleport-Proxy-Update\n\n\u003e Date: 07.01.2024\n\nThis script can be used to automatically update a Teleport instance to the newest release. It retrieves the latest version and performs the update only if a newer version is available.\n\n## Usage\n\nYou can use the script like this:\n\n```bash\ncurl https://raw.githubusercontent.com/nnxmms/Teleport-Proxy-Update/refs/heads/main/update-teleport-proxy.sh | bash\n```\n\nBy default, the `EDITION` is set to `oss`, which is the Community edition of Teleport.\n\n## Available Editions\n\nYou can specify the desired edition using the `-e` or `--edition` parameter. The following editions are supported:\n- oss (default): Community Edition\n- cloud: Cloud Edition\n- enterprise: Enterprise Edition\n\n### Example usage for a specific edition:\n\n```bash\ncurl https://raw.githubusercontent.com/nnxmms/Teleport-Proxy-Update/refs/heads/main/update-teleport-proxy.sh | bash -s -- --edition cloud\n```\n\nor\n\n```bash\ncurl https://raw.githubusercontent.com/nnxmms/Teleport-Proxy-Update/refs/heads/main/update-teleport-proxy.sh | bash -s -- -e enterprise\n```\n\n## Automate with Cron\n\nTo run the script automatically e.g. every day at 03:00 AM, you can use the following cron job:\n\n### Update Teleport Proxy\n\n```bash\n0 3 * * * curl https://raw.githubusercontent.com/nnxmms/Teleport-Proxy-Update/refs/heads/main/update-teleport-proxy.sh | bash\n```\n\n### Update Teleport Proxy (Specific Edition)\n\nTo specify a particular edition (e.g., cloud), modify the cron job as follows:\n\n```bash\n0 3 * * * curl https://raw.githubusercontent.com/nnxmms/Teleport-Proxy-Update/refs/heads/main/update-teleport-proxy.sh | bash -s -- --edition cloud\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnnxmms%2Fteleport-proxy-update","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnnxmms%2Fteleport-proxy-update","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnnxmms%2Fteleport-proxy-update/lists"}