| 12345678910111213141516171819202122232425262728293031323334353637 |
- ---
- kind: compose
- metadata:
- icon:
- provider: selfh
- id: passbolt
- name: Passbolt
- description: |-
- Passbolt is an open-source password manager designed for teams and businesses. It provides a secure way to store,
- share, and manage passwords and sensitive information collaboratively.
- ## References
- - **Project:** https://www.passbolt.com/
- - **Documentation:** https://help.passbolt.com/
- - **GitHub:** https://github.com/passbolt/passbolt
- version: 5.6.1-1-ce
- author: Christian Lempa
- date: '2025-12-10'
- tags:
- - traefik
- - database
- draft: true
- schema: 1.2
- spec:
- general:
- vars:
- service_name:
- default: passbolt
- traefik:
- vars:
- traefik_host:
- default: passbolt
- database:
- vars:
- database_name:
- default: passbolt
- database_user:
- default: passbolt
|