Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minlaxz/warp-plus
Add Cloudflare warp-plus-data to your account.
https://github.com/minlaxz/warp-plus
docker docker-image flask flask-api warp-plus
Last synced: about 2 months ago
JSON representation
Add Cloudflare warp-plus-data to your account.
- Host: GitHub
- URL: https://github.com/minlaxz/warp-plus
- Owner: minlaxz
- License: mit
- Created: 2021-03-10T08:34:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T22:46:02.000Z (9 months ago)
- Last Synced: 2024-04-23T06:12:59.865Z (9 months ago)
- Topics: docker, docker-image, flask, flask-api, warp-plus
- Language: Python
- Homepage: http://hmm.gh.minlaxz.lol/warp-plus/
- Size: 48.8 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Unlimited data for Cloudflare warp-plus
===Inspired by [Original Author](https://github.com/ALIILAPRO/warp-plus-cloudflare) :+1:
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](https://github.com/anderspitman/awesome-tunneling)
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](https://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.