This is an upload-proxy for nest.rip.
It uses the cloudflare network to provide a stable connection the nest.rip backend providing stable upload speeds. It also masks the ip address for our users. However there is about a 50ms extra latency
- Provide a stable upload speed
- Hide IP-Address
If you'd like to host your own version, there are some things you need to do:
- Install the wrangler cli
- Login with cloudflare workers using
wrangler login
, make sure you have enabled workers in your cloudflare account - Set the API_URL secret using
wrangler secret put API_URL
in nest.rip's case it ishttps://api.nest.rip/files/upload
- Publish the worker to workers.dev using
wrangler publish -e dev
Yes