| 123456789101112131415161718192021222324252627282930313233343536373839 |
- ---
- 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.9.0-1-ce
- author: Christian Lempa
- date: '2026-02-10'
- tags:
- - traefik
- - database
- draft: true
- schema: "1.2"
- spec:
- general:
- vars:
- service_name:
- default: passbolt
- container_timezone:
- type: str
- traefik:
- vars:
- traefik_host:
- default: passbolt
- database:
- vars:
- database_name:
- default: passbolt
- database_user:
- default: passbolt
|