All articles

📦 Passbolt debian package

3 min. read

Diego Lendoiro

Diego Lendoiro

4 June, 2020

Installation issues forum, a place full of sorrow

Getting started

sudo apt-get update
sudo apt-get install \
    apt-transport-https \
    ca-certificates \
    curl \
    gnupg-agent \
    software-properties-common \
    certbot \
    python3-certbot-nginx

sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 0xDE8B853FC155581D

echo "deb https://download.passbolt.com/ce/debian buster stable" |\
sudo tee /etc/apt/sources.list.d/passbolt.list
sudo apt-get update
sudo apt-get install passbolt-ce-server
  • Create an empty local MariaDB database for later population.
  • Create a user with permissions for the newly created database. This is the user passbolt will use later to connect to MariaDB.
  • Configure a new Nginx server block for passbolt
  • Configure SSL through let’s encrypt or using provided local SSL certificates
DEBIAN_FRONTEND=noninteractive apt-get install \
  --no-install-recommends passbolt-ce-server

Continue reading

Installing Passbolt CE on a RaspberryPI

9 min. read

Installing Passbolt CE on a RaspberryPI

Step by step survival guide

Passbolt team

Passbolt team

19 June, 2020

We have been busy (and we’ll prove it)!

7 min. read

We have been busy (and we’ll prove it)!

Luckily, we are pushing code more frequently than we are blogging. Here is an overview of what we have been busy with in the past few…

Kevin Muller

Kevin Muller

27 March, 2020

Flag of European UnionMade in Europe. Privacy by default.