Skip to content

minlaxz/warp-plus

Repository files navigation

Unlimited data for Cloudflare warp-plus

Inspired by Original Author 👍

Description: Cloudflare's warp account, no this is warp plus!

  1. Clone this repo

  2. Build a docker image

  3. Run docker container

    docker run -d -p 8000:5000 -v $PWD:/app --restart unless-stopped --memory='512m' --cpus=0.5 IMAGE:VERSION

  4. That's it!

  5. To expose your private port (local) to public internet here are some awesome examples

    I chose: ssh -v -R 80:localhost:8000 localhost.run

  6. localhost.run will generate a link and *visit it.

OR you can also pull a pre-built docker image

from docker hub > docker pull minlaxz/warp-plus:1.1

from GitHub container registry > docker pull ghcr.io/minlaxz/warp-plus/warp:1.1

then re-follow the steps 3, (4), 5 and 6

The other thing that needed to be mentioned is that I simply made this work using deta.sh.

Honestly deta.sh describes that their service will be a lifetime free service, but it turns out like "what a lie"

I am going to host the service on another platform.

TODO

[ ] Host the service on anther SAAS.