ABOUT
Passbolt is a hybrid credential platform. It is built-first for modern IT teams, yet simple enough for everyone. A sovereign, battle-tested solution that delivers for a team of 5, or an organisation of 5000.
infoType `cat ~/passbolt.creds` to see MariaDB database credentials. You will need those to setup Passbolt.
infoThe application uses self-signed certificates. You can also use Let's Encrypt to get a valid certificate for your domain. Please read the documentation for more information.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU2048 MB RAM2 GB disk
Config path/etc/passbolt/passbolt.php
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/passbolt.sh'; sha='160c6f010d126903e2e8bfc10b4496d41008f9d5f69ab1ef0d2481f330f66aec'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/passbolt.shSHA-256 160c6f010d126903e2e8bfc10b4496d41008f9d5f69ab1ef0d2481f330f66aec LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.