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

plik with http basic authentication #459

Closed ben-64 closed 1 year ago

ben-64 commented 1 year ago

Is it possible to use plik server behind a reverse proxy using an HTTP basic authentication set by the reverse proxy.

Thank you in advance

logiczny commented 1 year ago

Surely you can, google how to setup a nginx or apache reverse proxy and then add basic auth to the virtual host.