Passbolt
This is dockerised passbolt with traefik
Install
cp .env.sample .env
# Modify element in .env
# Create the first admin
docker-compose \
exec passbolt su -m -c "/usr/share/php/passbolt/bin/cake \
passbolt register_user \
-u YOUR_EMAIL \
-f YOUR_NAME \
-l YOUR_LASTNAME \
-r admin" -s /bin/sh www-data