Version 1.32.0
OS Ubuntu 18.04
Bitwarden is an open source password management tool that allows you to securely store, share, and sync passwords and other senitive data. No matter what platform or environment you use, Bitwarden offers an array of official, high quality client applications that can easily connect to your self-hosted Bitwarden server.
Before you begin with your Bitwarden One-Click Droplet, you will need to obtain:
ssh root@your_droplet_ip
Once you connect, you'll be prompted to complete Bitwarden's installation. Provide the hostname that you will use (be sure you have setup the DNS record), your installation ID and key, and answer the questions about how you will configure SSL with your Bitwarden installation. Bitwarden requires a secure https connection to operate. The installer can generate a self-signed certificate for you if you do not have one.
After you have completed the installation, you can visit your Bitwarden domain in a web browser, register a Bitwarden user account, and log in.
Your Bitwarden One-Click Droplet has also been preconfigured with automatic updates so you won't need to worry about keeping the Bitwarden server application up to date. Update checks will occur weekly.
Finally, application settings (such as a SMTP mail server) can be configured in /root/bwdata/env/global.override.env
. If you need to make changes to your server's installation settings, you can do so in /root/bitwarden/bwdata/config.yml
.
More information on managing your Bitwarden server can be found at https://help.bitwarden.com/hosting/.
In addition to creating a Droplet from the Bitwarden 1-Click App via the control panel, you can also use the DigitalOcean API.
As an example, to create a 4GB Bitwarden Droplet in the SFO2 region, you can use the following curl command. You’ll need to either save your API access token to an environment variable or substitute it into the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image":"bitwarden-18-04"}' \
"https://api.digitalocean.com/v2/droplets"
Developers supporting developers
Ask anything related to system administration, programming, devops, open source, or the DigitalOcean platform.
Partner with us to build traction for your open source project or software company