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

Open
opened 2025-11-22 20:37:57 -06: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: 🔄 Open

Base: mainHead: passbolt-template


📝 Commits (3)

  • 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

📊 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:** 🔄 Open **Base:** `main` ← **Head:** `passbolt-template` --- ### 📝 Commits (3) - [`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 ### 📊 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 2025-11-22 20:37:57 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#410