ShaneIsrael / fireshare

Self host your media and share with unique links
GNU General Public License v3.0
682 stars 41 forks source link

Suggestion - support chunked uploading #187

Open INSANEMODE opened 1 year ago

INSANEMODE commented 1 year ago

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

ShaneIsrael commented 1 year ago

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.

RisedSky commented 12 months ago

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)

sausje commented 3 weeks ago

A year later I would also love to see this implemented...