Passbolt CE

Passbolt CE
Passbolt CE
by Passbolt SA

Version 5.14.0-1

OS Debian 13

Developer Tools

Description

Software Included

Version
5.14.0-1
License
AGPL-3
Package
Version
1.26.3-3+deb13u7
License
BSD-2-clause
Package
Version
4.0.0-2+deb13u1
License
LetsEncrypt
Package
php-fpm
Version
2:8.4+96
License
Expat
Version
1:11.8.6-0+deb13u1
License
GPL-2

Getting started after deploying Passbolt CE

API Creation

In addition to creating a Droplet from the Passbolt CE 1-Click App via the control panel, you can also use the DigitalOcean API.

As an example, to create a 4GB Passbolt CEDroplet in the NYC3 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":"nyc3","size":"s-2vcpu-4gb","image":"passboltsa-passboltce-20-04"}' \
      "https://api.digitalocean.com/v2/droplets"