szabodanika / microbin

A secure, configurable file-sharing and URL shortening web app written in Rust.
https://microbin.eu
BSD 3-Clause "New" or "Revised" License
2.7k stars 169 forks source link

Not able to see full list of option #193

Open mariushosting opened 1 year ago

mariushosting commented 1 year ago

I can't see the full list of options I have only expiration and privacy only public.

unable

szabodanika commented 1 year ago

Hi @mariushosting, did you check the new configuration options? They changed dramatically since v1.2.1 and you need to enable a lot of things to see more options.

https://microbin.eu/docs/installation-and-configuration/configuration

https://github.com/szabodanika/microbin/blob/master/.env

mariushosting commented 1 year ago

Hi @mariushosting, did you check the new configuration options? They changed dramatically since v1.2.1 and you need to enable a lot of things to see more options.

https://microbin.eu/docs/installation-and-configuration/configuration

https://github.com/szabodanika/microbin/blob/master/.env

Very confusing some ENV options should be activated by default like Password Pusher and PrivateBin and users should remove them if they want non vice versa. With MicroBin you have less option by default.

szabodanika commented 1 year ago

If you use the docker setup script and/or follow the configuration guide on the website, this should not be an issue, but I see where you're coming from and I can certainly look into having some options enabled by default, or making microbin configurable in runtime.

BrandonG777 commented 1 year ago

I was also confused because..

MICROBIN_PRIVATE = defaults to false despite documentation stating otherwise @ https://microbin.eu/docs/installation-and-configuration/configuration/

BrandonG777 commented 1 year ago

actually it looks like everything is defaulting to false.