· Report Bug · Request Feature ·
Setup for vaultwarden an unofficial Bitwarden compatible server.
Follow Creating a release.
- Follow local setup.
- Follow the Customization section and set all variables with
Required in dev
true
. - Navigate to
http://localhost:3300
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 |
Follow contributing.