root-gg / plik

Plik is a temporary file upload system (Wetransfer like) in Go.
https://plik.root.gg
Other
1.47k stars 168 forks source link

Add prefix to download path #447

Open mazzz1y opened 2 years ago

mazzz1y commented 2 years ago

Hello,

I see that possible to customize download domain, but not download path. I think it might be useful when service is under reverse proxy

Some user wants to open only one path(/public/{file,archive,stream} for example) for world and hide another paths. Currently users needs to make exclusions for /file, /archive, /stream.

I can change global path setting, but I want to change it only for download link

Thank you