GDIndex icon indicating copy to clipboard operation
GDIndex copied to clipboard

Can I do it on a vps ?

Open coxr15 opened this issue 4 years ago • 3 comments

Cloudflare is giving me error for some reason . Maybe because my files are very big 20-30 gigs .

Can I host this index on a vps ?

coxr15 avatar Feb 26 '20 07:02 coxr15

Maybe, you could find a way to use node.js to emulate Cloudflare Workers's envorioment. But I won't recommend you to do that, because It will use a lot of traffic.

maple3142 avatar Feb 26 '20 09:02 maple3142

Do not advertise

maple3142 avatar Aug 08 '20 09:08 maple3142

There is a way to do this. However it is not working with GDIndex as of right now but with GoIndex (no advertisement). Reason is the xfetch. For some reason this line https://github.com/maple3142/GDIndex/blob/master/worker/xfetch.js#L111 with FormData is doing some trouble. That is why I try to rewrite it without xfetch step by step. Have done few parts already.

This is what you want https://github.com/StrangerSystems/cloudworker Alternatively https://github.com/gja/cloudflare-worker-local

blackjack4494 avatar Sep 01 '20 02:09 blackjack4494