vineethmn / vaultwarden-docker-compose

A self hosted password manager,
GNU General Public License v2.0
42 stars 23 forks source link

Allow Signup when set in .env #5

Closed karladler closed 2 weeks ago

karladler commented 2 weeks ago

https://github.com/vineethmn/vaultwarden-docker-compose/blob/f8e7fdbf637f30e9e487ff231faa9b669ebf2bb7/docker-compose.yml#L15C6-L15C29

I think this should take the environment variable instead of overwriting it hardcoded to false

vineethmn commented 2 weeks ago

This setting was enforced to avoid any unauthorized signups. I have added note in instruction (Readme) to set this to true for initial setup.