Follow the guide in the wiki to install and configure Bitwarden self-hosted on Google Cloud
2.0.2 - 7 November 2023
fail2ban
SMTP env variable documentation in .env.template
(#79)fail2ban
logs to STDOUT / docker loggingdocker-compose
to latest version (#76). Requires manual updating of ~/.bash_alias
with the following command:$ docker-compose version
$ sed -i "s|docker/compose|docker compose|g" ~/.bash_alias
$ source ~/.bash_alias
$ docker-compose version
2.0.1 - 25 October 2023
.env
for full restoration. Off by default. Please encrypt your backup if including .env
3 April 2023 Alert: Recent changes to Vaultwarden may cause Vaultwarden to fail to start due to default environmental variables.
.env.template
has been updated in this repo, however, if you are affected, you must also update.env
and comment out allYUBICO_*
variables, so that they appear as:#YUBICO_CLIENT_ID= #YUBICO_SECRET_KEY= #YUBICO_SERVER=
Restart with
docker-compose
, and Vaultwarden should come up as normal. Credit to @AySz88 for reporting this.