{"id":21949759,"url":"https://github.com/taichunmin/docker-cloudflare-warp","last_synced_at":"2025-04-23T01:36:40.882Z","repository":{"id":68244028,"uuid":"118399445","full_name":"taichunmin/docker-cloudflare-warp","owner":"taichunmin","description":"Docker image for Cloudflare Warp. In favor of alpine, the docker image size is only 22 MB.","archived":false,"fork":false,"pushed_at":"2018-03-16T03:02:40.000Z","size":6,"stargazers_count":23,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T20:51:12.130Z","etag":null,"topics":["cloudflare","cloudflare-warp","docker","docker-image","dockerhub","dockerhub-image","warp"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/taichunmin/cloudflare-warp/","language":"Shell","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/taichunmin.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":"2018-01-22T03:07:50.000Z","updated_at":"2025-02-16T08:31:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f379e6b-08d0-4c28-ada9-1e582bb49043","html_url":"https://github.com/taichunmin/docker-cloudflare-warp","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/taichunmin%2Fdocker-cloudflare-warp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taichunmin%2Fdocker-cloudflare-warp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taichunmin%2Fdocker-cloudflare-warp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taichunmin%2Fdocker-cloudflare-warp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taichunmin","download_url":"https://codeload.github.com/taichunmin/docker-cloudflare-warp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250354223,"owners_count":21416747,"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":["cloudflare","cloudflare-warp","docker","docker-image","dockerhub","dockerhub-image","warp"],"created_at":"2024-11-29T05:35:48.736Z","updated_at":"2025-04-23T01:36:40.870Z","avatar_url":"https://github.com/taichunmin.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub stars](https://img.shields.io/github/stars/taichunmin/docker-cloudflare-warp.svg)](https://github.com/taichunmin/docker-cloudflare-warp/stargazers)\n[![GitHub license](https://img.shields.io/github/license/taichunmin/docker-cloudflare-warp.svg)](https://github.com/taichunmin/docker-cloudflare-warp/blob/master/LICENSE)\n![Docker Stars](https://img.shields.io/docker/stars/taichunmin/cloudflare-warp.svg)\n![Docker Pulls](https://img.shields.io/docker/pulls/taichunmin/cloudflare-warp.svg)\n![Docker Automated build](https://img.shields.io/docker/automated/taichunmin/cloudflare-warp.svg)\n![Docker Build Status](https://img.shields.io/docker/build/taichunmin/cloudflare-warp.svg)\n\n# docker-cloudflare-warp\n\nDocker image for Cloudflare Warp. In favor of alpine, the docker image size is only 22 MB.\n\n## Usage\n\n1. Write a `docker-compose.yml` file.\n  ```yml\n  version: '2'\n\n  services:\n    warp:\n      image: taichunmin/cloudflare-warp:latest\n      volumes:\n        - ./cloudflare-warp:/root/.cloudflare-warp\n      environment:\n        - WRAP_HOSTNAME=your.domain.com\n        - WRAP_URL=http://127.0.0.1\n  ```\n2. use `docker-compose up -d` to start container.\n  ```shell\n  Creating minioasis_warp_1    ... done\n  ```\n3. you need to use `docker-compose logs warp` to login to cloudflare warp once.\n  ```shell\n  Attaching to docker_warp_1\n  warp_1             | Please open the following URL and log in with your Cloudflare account:\n  warp_1             |\n  warp_1             | https://www.cloudflare.com/a/warp?callback=https%3A%2F%2Flogin.cloudflarewarp.com%2FXXXXXXXXXXXX\n  warp_1             |\n  warp_1             | Leave cloudflare-warp running to install the certificate automatically.\n  ```\n\n## DEMO\n\n```shell\n$ git clone git@github.com:taichunmin/docker-cloudflare-warp.git\n\n$ cp .env.example .env\n\n$ nano .env\n\n# edit WRAP_HOSTNAME=your.domain.com\n\n$ sudo docker-compose up -d\n\nCreating network \"dockercloudflarewarp_default\" with the default driver\nCreating dockercloudflarewarp_nginx_1 ... done\nCreating dockercloudflarewarp_warp_1  ... done\n\n$ sudo docker-compose logs -f warp\n\nAttaching to dockercloudflarewarp_warp_1\nwarp_1   | Please open the following URL and log in with your Cloudflare account:\nwarp_1   |\nwarp_1   | https://www.cloudflare.com/a/warp?callback=https%3A%2F%2Flogin.cloudflarewarp.com%2FXXXXXXXXXXXX\nwarp_1   |\nwarp_1   | Leave cloudflare-warp running to install the certificate automatically.\nwarp_1   | You have successfully logged in.\nwarp_1   | If you wish to copy your credentials to a server, they have been saved to:\nwarp_1   | /root/.cloudflare-warp/cert.pem\nwarp_1   | time=\"2018-01-22T03:35:32Z\" level=info msg=\"Proxying tunnel requests to http://nginx\"\nwarp_1   | time=\"2018-01-22T03:35:32Z\" level=info msg=\"Autoupdate frequency is set to 24h0m0s\"\nwarp_1   | time=\"2018-01-22T03:35:32Z\" level=info msg=\"Starting metrics server\" addr=127.0.0.1:33915\nwarp_1   | time=\"2018-01-22T03:35:34Z\" level=info msg=\"Connected to NRT\"\nwarp_1   | time=\"2018-01-22T03:35:34Z\" level=info msg=\"There are currently 1 active tunnels for this zone. Your quota is 10\" subsystem=rpc\nwarp_1   | time=\"2018-01-22T03:35:34Z\" level=info msg=\"Registered at https://your.domain.com\"\nwarp_1   | time=\"2018-01-22T03:35:37Z\" level=info msg=\"Connected to NRT\"\nwarp_1   | time=\"2018-01-22T03:35:37Z\" level=info msg=\"There are currently 1 active tunnels for this zone. Your quota is 10\" subsystem=rpc\nwarp_1   | time=\"2018-01-22T03:35:37Z\" level=info msg=\"Registered at https://your.domain.com\"\nwarp_1   | time=\"2018-01-22T03:35:37Z\" level=info msg=\"Connected to SIN\"\nwarp_1   | time=\"2018-01-22T03:35:37Z\" level=info msg=\"There are currently 1 active tunnels for this zone. Your quota is 10\" subsystem=rpc\nwarp_1   | time=\"2018-01-22T03:35:37Z\" level=info msg=\"Registered at https://your.domain.com\"\nwarp_1   | time=\"2018-01-22T03:35:38Z\" level=info msg=\"Connected to SIN\"\nwarp_1   | time=\"2018-01-22T03:35:38Z\" level=info msg=\"There are currently 1 active tunnels for this zone. Your quota is 10\" subsystem=rpc\nwarp_1   | time=\"2018-01-22T03:35:38Z\" level=info msg=\"Registered at https://your.domain.com\"\n```\n\n## LICENSE\n\nMIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaichunmin%2Fdocker-cloudflare-warp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaichunmin%2Fdocker-cloudflare-warp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaichunmin%2Fdocker-cloudflare-warp/lists"}