[PR #893] feat: add HedgeDoc template #14310

Open
opened 2026-06-17 06:29:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/893
Author: @autonomousventurelab-jpg
Created: 5/20/2026
Status: 🔄 Open

Base: canaryHead: avl/add-hedgedoc-template


📝 Commits (1)

  • a93faf4 feat: add HedgeDoc template

📊 Changes

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

View changed files

blueprints/hedgedoc/docker-compose.yml (+37 -0)
blueprints/hedgedoc/hedgedoc.svg (+32 -0)
blueprints/hedgedoc/template.toml (+16 -0)
📝 meta.json (+19 -0)

📄 Description

/claim #152

Summary

  • Add a HedgeDoc template using the official quay.io/hedgedoc/hedgedoc:1.10.8 image.
  • Configure Postgres persistence, upload persistence, Dokploy domain routing, and generated credentials.
  • Add the HedgeDoc logo and sorted meta.json entry.

Validation

  • node build-scripts/process-meta.js
  • npm --prefix build-scripts run validate-template -- --dir ../blueprints/hedgedoc
  • npm --prefix build-scripts run validate-docker-compose -- --file ../blueprints/hedgedoc/docker-compose.yml
  • git diff --check

I have not live-imported this into a Dokploy instance yet, but the template passes the repository validators and keeps the compose file within the Dokploy template constraints.


🔄 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/893 **Author:** [@autonomousventurelab-jpg](https://github.com/autonomousventurelab-jpg) **Created:** 5/20/2026 **Status:** 🔄 Open **Base:** `canary` ← **Head:** `avl/add-hedgedoc-template` --- ### 📝 Commits (1) - [`a93faf4`](https://github.com/Dokploy/templates/commit/a93faf4101f2fca4d875caddfc911efd73859795) feat: add HedgeDoc template ### 📊 Changes **4 files changed** (+104 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/hedgedoc/docker-compose.yml` (+37 -0) ➕ `blueprints/hedgedoc/hedgedoc.svg` (+32 -0) ➕ `blueprints/hedgedoc/template.toml` (+16 -0) 📝 `meta.json` (+19 -0) </details> ### 📄 Description /claim #152 ## Summary - Add a HedgeDoc template using the official `quay.io/hedgedoc/hedgedoc:1.10.8` image. - Configure Postgres persistence, upload persistence, Dokploy domain routing, and generated credentials. - Add the HedgeDoc logo and sorted `meta.json` entry. ## Validation - `node build-scripts/process-meta.js` - `npm --prefix build-scripts run validate-template -- --dir ../blueprints/hedgedoc` - `npm --prefix build-scripts run validate-docker-compose -- --file ../blueprints/hedgedoc/docker-compose.yml` - `git diff --check` I have not live-imported this into a Dokploy instance yet, but the template passes the repository validators and keeps the compose file within the Dokploy template constraints. --- <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-06-17 06:29: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#14310