Skip to content

Setup for vaultwarden an unofficial Bitwarden compatible server.

License

Notifications You must be signed in to change notification settings

Good-Games-Munich/vaultwarden

Repository files navigation

Contributors Forks Stargazers Issues


Logo

🔒 Vaultwarden

· Report Bug · Request Feature ·

About The Project

Setup for vaultwarden an unofficial Bitwarden compatible server.

Setup

Production

Follow Creating a release.

Development

  1. Follow local setup.
  2. Follow the Customization section and set all variables with Required in dev true.
  3. Navigate to http://localhost:3300

Customization

Create a environment file touch .env. Override variables in the {variable name}={variable value} format. All required variables need to be overridden for the respected environment.

Variable Description Required in dev Required in prod Default value
SMTP_HOST SMTP host. true true none
SMTP_FROM SMTP from email. true true none
SMTP_USERNAME SMTP username. true true none
SMTP_PASSWORD SMTP password. true true none
HOST URL to be used by the reverse proxy. E.g. vault.domain.de. false true none

Contributing

Follow contributing.