Inspired by Original Author 👍
Description: Cloudflare's warp account, no this is warp plus!
-
Clone this repo
-
Build a docker image
-
Run docker container
docker run -d -p 8000:5000 -v $PWD:/app --restart unless-stopped --memory='512m' --cpus=0.5 IMAGE:VERSION
-
That's it!
-
To expose your private port (local) to public internet here are some awesome examples
I chose: ssh -v -R 80:localhost:8000 localhost.run
-
localhost.run
will generate a link and *visit it.
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.