ShaneIsrael / fireshare

Self host your media and share with unique links

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion - support chunked uploading

INSANEMODE opened this issue · comments

If fireshare is behind free tier cloudflare, uploads currently cannot be over 100MB, because cloudflare limits how large a single upload request can be.
image

I could see this being useful. Since it shouldn't be too difficult to add I'll try to find some time to build it in. Until then I'm going to leave this suggestion open.

As a workaround, i used a VPS to handle the connection between me and the server
Basically, i'm using a reverse proxy to handle it and to hide the real IP of the server
Using forward IP client, we still have the IP of the user.
But prevent any DDoS, which is a good thing

Using cloudflare to just do the DNS is good (not proxied)