{"id":17560173,"url":"https://github.com/vd2org/teleport-node","last_synced_at":"2025-08-06T14:31:58.632Z","repository":{"id":220725470,"uuid":"752438803","full_name":"vd2org/teleport-node","owner":"vd2org","description":"This repository enables quick and secure setup of a Teleport node using Docker and Docker Compose.","archived":false,"fork":false,"pushed_at":"2024-11-12T04:47:13.000Z","size":83,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-12T05:27:51.706Z","etag":null,"topics":["compose","docker","remote-access","security","ssh","teleport"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"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/vd2org.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-03T21:01:35.000Z","updated_at":"2024-11-12T04:47:16.000Z","dependencies_parsed_at":"2024-03-01T05:33:40.220Z","dependency_job_id":"40e41270-17af-423e-956a-44b58a778f8a","html_url":"https://github.com/vd2org/teleport-node","commit_stats":null,"previous_names":["vd2org/teleport-node"],"tags_count":113,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vd2org%2Fteleport-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vd2org%2Fteleport-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vd2org%2Fteleport-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vd2org%2Fteleport-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vd2org","download_url":"https://codeload.github.com/vd2org/teleport-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228909843,"owners_count":17990566,"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":["compose","docker","remote-access","security","ssh","teleport"],"created_at":"2024-10-21T11:23:57.647Z","updated_at":"2024-12-09T14:45:49.000Z","avatar_url":"https://github.com/vd2org.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Teleport node\n-------------\n\nThis project provides a simple solution to start a **[teleport](https://goteleport.com/)** node on a host through Docker. \n\nThe Docker image copies the teleport binary to the host and runs it in host mode.\n\nThe default root path is `/var/teleport-node`, which can be adjusted by setting the `HOST_ROOT` variable.\n\n### Supported platforms\n\n* linux/amd64\n* linux/arm64\n\n### Available versions\n\n[Here](https://github.com/users/vd2org/packages/container/package/teleport-node)\n\n### Creating an Auth Token\n\nUse the following command to create a new auth token:\n\n```shell\ntctl nodes add\n```\n\nThis will generate a new token like this:\n\n```shell\n\u003e docker exec -ti teleport tctl nodes add\nThe invite token: ddnp9yobukji84aturqa59oiqsxux896\nThis token will expire in 30 minutes.\n```\n\n### Starting with Docker\n\nYou can start the teleport node using Docker with the following command:\n\n```shell\ndocker run -d --name teleport-node \\\n  --privileged \\\n  --network=host \\\n  --ipc=host \\\n  --pid=host \\\n  --volume=/:/rootfs \\\n  --restart=always \\\n  -e \"INIT_PROXY_SERVER=teleport.example.com:443\" \\\n  -e \"INIT_TOKEN=ddnp9yobukji84aturqa59oiqsxux896\" \\\n  ghcr.io/vd2org/teleport-node:v17.0.1\n```\n\n### Starting with Docker Compose\n\nYou can also start the teleport node using Docker Compose with the following command:\n\n```shell\ncurl https://raw.githubusercontent.com/vd2org/teleport-node/v17.0.1/compose.yml |\nINIT_TOKEN=ddnp9yobukji84aturqa59oiqsxux896 INIT_PROXY_SERVER=teleport.example.com:443 docker compose -p teleport-node -f - up -d\n```\n\n### Upgrading an existing container\n\nTo upgrade an existing image, use the following command:\n\n```shell\ncurl https://raw.githubusercontent.com/vd2org/teleport-node/v17.0.1/compose.yml | docker compose -p teleport-node -f - up -d\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvd2org%2Fteleport-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvd2org%2Fteleport-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvd2org%2Fteleport-node/lists"}