[PR #948] [MERGED] feat: add Joplin Server template #16260

Closed
opened 2026-07-14 23:16:40 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/948
Author: @rohitmulani63-ops
Created: 6/22/2026
Status: Merged
Merged: 7/7/2026
Merged by: @Siumauricio

Base: canaryHead: codex/add-joplin-server-template


📝 Commits (3)

  • dfdfd8a feat: add Joplin Server template
  • 1b46b1d chore: pin joplin-server template version
  • bd9012b Update blueprints/joplin-server/template.toml

📊 Changes

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

View changed files

blueprints/joplin-server/docker-compose.yml (+30 -0)
blueprints/joplin-server/joplin-server.svg (+5 -0)
blueprints/joplin-server/template.toml (+18 -0)
📝 meta.json (+17 -0)

📄 Description

/claim #152

What is this PR about?

This PR adds a new Joplin Server Dokploy template. Adds a Joplin Server template with PostgreSQL, generated database password, APP_BASE_URL wired to the Dokploy domain, and routing on port 22300.

Validation

  • Ran node dedupe-and-sort-meta.js
  • Ran npm --prefix build-scripts run validate-template -- --dir ../blueprints/joplin-server
  • Ran npm --prefix build-scripts run validate-docker-compose -- --file ../blueprints/joplin-server/docker-compose.yml
  • Ran git diff --check

Not run: full Docker runtime smoke test, because Docker is unavailable locally.

Notes

I kept this as a focused single-template PR so it stays easy to review. Maintainer edits are enabled.


🔄 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/948 **Author:** [@rohitmulani63-ops](https://github.com/rohitmulani63-ops) **Created:** 6/22/2026 **Status:** ✅ Merged **Merged:** 7/7/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `codex/add-joplin-server-template` --- ### 📝 Commits (3) - [`dfdfd8a`](https://github.com/Dokploy/templates/commit/dfdfd8a7880a3963bc4bc98b970ca0265981727f) feat: add Joplin Server template - [`1b46b1d`](https://github.com/Dokploy/templates/commit/1b46b1d24f6507c97f258055f8ec725f122c45ad) chore: pin joplin-server template version - [`bd9012b`](https://github.com/Dokploy/templates/commit/bd9012b484d75a9212521d42e10a9582f6fc092b) Update blueprints/joplin-server/template.toml ### 📊 Changes **4 files changed** (+70 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/joplin-server/docker-compose.yml` (+30 -0) ➕ `blueprints/joplin-server/joplin-server.svg` (+5 -0) ➕ `blueprints/joplin-server/template.toml` (+18 -0) 📝 `meta.json` (+17 -0) </details> ### 📄 Description /claim #152 ## What is this PR about? This PR adds a new Joplin Server Dokploy template. Adds a Joplin Server template with PostgreSQL, generated database password, APP_BASE_URL wired to the Dokploy domain, and routing on port 22300. ## Validation - Ran `node dedupe-and-sort-meta.js` - Ran `npm --prefix build-scripts run validate-template -- --dir ../blueprints/joplin-server` - Ran `npm --prefix build-scripts run validate-docker-compose -- --file ../blueprints/joplin-server/docker-compose.yml` - Ran `git diff --check` Not run: full Docker runtime smoke test, because Docker is unavailable locally. ## Notes I kept this as a focused single-template PR so it stays easy to review. Maintainer edits are enabled. --- <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-07-14 23:16:40 -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#16260