Upload / Up1

Client-side encrypted image host web server
MIT License
813 stars 97 forks source link

Disable public uploads #40

Closed ClayF closed 8 years ago

ClayF commented 8 years ago

I'm looking to use this as a private tool for filesharing via ShareX, but it seems to me that anyone with the URL can upload files. I'm looking to only allow downloads.

k3d3 commented 8 years ago

There's an api_key setting in config.js - just set that to nothing and it'll prevent uploads on the web side. You'll still need to set the API key in ShareX though.

ClayF commented 8 years ago

Ah. I see it now. I was confused because it still allowed me to download the files I uploaded through the web interface. I did not realize it was a cached copy.