Passbolt is an open source password manager for businesses and IT teams. It helps centralize, organize, and share passwords securely with collaborators and teams while enforcing strong security policies. Passbolt is open source, self-hosted and respects your privacy. Passbolt Community Edition (CE) is free and will remain free forever. More information on https://www.passbolt.com
Package | Version | License |
---|---|---|
Passbolt | 4.9.1 | GNU Affero General Public License v3.0 |
Nginx | 1.18.0 | Custom |
Certbot | 0.40 | Apache 2 |
mariadb-server | 10.3.25 | GPL v2 |
php-fpm | 8.2 | PHP License |
Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
In addition to creating a Droplet from the Passbolt CE 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB Passbolt CE Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in 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": "passboltsa-passboltce-20-04"}' \
"https://api.digitalocean.com/v2/droplets"
ssh root@this_Droplet_ip
or ssh root@your_domain.com
. Use this same ssh connection to gather the randomly generated mysql credentials in /root/.mysql_credentials
you will need them for the web installation wizard.https://your_domain.com
and you will then see the web installation wizard. In case of issues check out the installation documentation on the help site. You can also you can post a new entry on the community forum.