[PR #376] [MERGED] Add Passbolt template blueprint to Dokploy templates #986

Closed
opened 2026-04-16 11:22:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/376
Author: @Juupeee
Created: 9/17/2025
Status: Merged
Merged: 12/14/2025
Merged by: @Siumauricio

Base: canaryHead: passbolt-template


📝 Commits (4)

  • 1a29671 feat(templates): add Passbolt blueprint for Dokploy
  • 6cd9e15 fix(meta): sort meta.json entries
  • 771430d fix: passbolt template had several issues that broke deployment
  • cdb9160 Update blueprints/passbolt/template.toml

📊 Changes

4 files changed (+146 additions, -0 deletions)

View changed files

blueprints/passbolt/docker-compose.yml (+79 -0)
blueprints/passbolt/passbolt.svg (+8 -0)
blueprints/passbolt/template.toml (+41 -0)
📝 meta.json (+18 -0)

📄 Description

This pull request adds a new template blueprint for deploying Passbolt using Dokploy. Key changes include:

  • docker-compose.yml: Defines the Passbolt service and MariaDB, with support for environment variables, persistent volumes, and healthchecks.
  • template.toml: Allows configuration of main domain, database credentials, and email settings via Dokploy template variables.
  • meta.json: Adds metadata for the Passbolt template (ID, version, description, logo, and tags) to enable UI listing.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/376 **Author:** [@Juupeee](https://github.com/Juupeee) **Created:** 9/17/2025 **Status:** ✅ Merged **Merged:** 12/14/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `passbolt-template` --- ### 📝 Commits (4) - [`1a29671`](https://github.com/Dokploy/templates/commit/1a296717a9c53615ef512a5191196350a7c7dd02) feat(templates): add Passbolt blueprint for Dokploy - [`6cd9e15`](https://github.com/Dokploy/templates/commit/6cd9e154ebce72555c985681d1ce3f6f48bf9e59) fix(meta): sort meta.json entries - [`771430d`](https://github.com/Dokploy/templates/commit/771430d9e6b626f843f840129a2102661b3cc3c4) fix: passbolt template had several issues that broke deployment - [`cdb9160`](https://github.com/Dokploy/templates/commit/cdb9160ea1275f86892493d0a90065b17e6916ab) Update blueprints/passbolt/template.toml ### 📊 Changes **4 files changed** (+146 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/passbolt/docker-compose.yml` (+79 -0) ➕ `blueprints/passbolt/passbolt.svg` (+8 -0) ➕ `blueprints/passbolt/template.toml` (+41 -0) 📝 `meta.json` (+18 -0) </details> ### 📄 Description This pull request adds a new template blueprint for deploying Passbolt using Dokploy. Key changes include: - `docker-compose.yml`: Defines the Passbolt service and MariaDB, with support for environment variables, persistent volumes, and healthchecks. - `template.toml`: Allows configuration of main domain, database credentials, and email settings via Dokploy template variables. - `meta.json`: Adds metadata for the Passbolt template (ID, version, description, logo, and tags) to enable UI listing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 11:22:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#986