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

Ability to automatically put password option on True #436

Closed ClumsyNavigator closed 2 years ago

ClumsyNavigator commented 2 years ago

I'm looking to automatically put the password option for downloads on On. If possible even to disable to turn this off.

Is this a possibility?

camathieu commented 2 years ago

https://github.com/root-gg/plik/issues/264

camathieu commented 2 years ago

This has been addressed in https://github.com/root-gg/plik/pull/434

You'll be able to use the following in plikd.cfg in the next release : FeaturePassword = "forced"

camathieu commented 2 years ago

Released in https://github.com/root-gg/plik/releases/tag/1.3.6

ClumsyNavigator commented 2 years ago

I can tell you it works like a charm! Thanks!