{"id":13580501,"url":"https://github.com/hojulian/tailscale-relay","last_synced_at":"2025-04-09T17:14:39.045Z","repository":{"id":119105868,"uuid":"281421595","full_name":"hojulian/tailscale-relay","owner":"hojulian","description":"Tailscale docker image in relay mode","archived":false,"fork":false,"pushed_at":"2020-12-26T14:59:40.000Z","size":5,"stargazers_count":21,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T17:14:34.296Z","etag":null,"topics":["docker","tailscale"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/hojulian.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}},"created_at":"2020-07-21T14:33:26.000Z","updated_at":"2025-02-02T06:54:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"104fd94b-2854-4efb-9e39-97596763656e","html_url":"https://github.com/hojulian/tailscale-relay","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hojulian%2Ftailscale-relay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hojulian%2Ftailscale-relay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hojulian%2Ftailscale-relay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hojulian%2Ftailscale-relay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hojulian","download_url":"https://codeload.github.com/hojulian/tailscale-relay/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248074924,"owners_count":21043490,"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":["docker","tailscale"],"created_at":"2024-08-01T15:01:52.450Z","updated_at":"2025-04-09T17:14:39.023Z","avatar_url":"https://github.com/hojulian.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"# tailscale-relay\n\nThis is a docker image based on `alpine:3.12` for setting up a [tailscale](https://tailscale.com) instance in relay mode.\n\n## Prerequisites\n\n- Defined docker network via `docker network create -d bridge \u003cnetwork name\u003e`\n- Subnet network via `docker inspect \u003cNETWORK ID\u003e | grep Subnet`\n- Auth key from https://login.tailscale.com/admin/authkeys (e.g. `tskey-123abc...`)\n\n## Requirements\n\n- `--cap-add=NET_ADMIN`\n- Volume for persistent storage `/tailscale`\n\n## Use\n\nRun the following `docker run` command.\n\n- `AUTHKEY=tskey-123abc...`\n- `ROUTES=172.31.0.0/16`\n\n```bash\ndocker run -d \\\n    -v /tailscale \\\n    --cap-add=NET_ADMIN \\\n    --network=\u003cdocker_net\u003e \\\n    -e \"ROUTES=\u003cdocker_network\u003e\" \\\n    -e \"AUTHKEY=\u003cyour_auth_key\u003e\" \\\n    xumr0x/tailscale-relay:latest\n```\n\nFind this image on [Docker Hub](https://hub.docker.com/r/xumr0x/tailscale-relay)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhojulian%2Ftailscale-relay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhojulian%2Ftailscale-relay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhojulian%2Ftailscale-relay/lists"}