[PR #162] [MERGED] This PR replaces and supersedes #39. #255

Closed
opened 2025-11-22 20:33:33 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/162
Author: @rubixvi
Created: 6/2/2025
Status: Merged
Merged: 6/20/2025
Merged by: @Siumauricio

Base: mainHead: main


📝 Commits (10+)

  • eddeffc feat(blueprint): added docuseal
  • ef4e89c feat: add Docuseal document management system
  • 9e5f306 feat: restructure docker-compose for Docuseal application setup
  • 4d2cb89 feat(docker-compose): remove unused port mapping and clean up redis service configuration
  • 0ace485 Update blueprints/docuseal/docker-compose.yml
  • 4358a5e Update blueprints/docuseal/docker-compose.yml
  • 5cbc3f6 Update blueprints/docuseal/template.toml
  • de59f31 Merge branch 'main' of github.com:rubixvi/templates
  • bdc650c This PR replaces and supersedes #39.
  • 1f37b84 fix: add missing commas in environment variable definitions

📊 Changes

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

View changed files

blueprints/kutt/docker-compose.yml (+24 -0)
blueprints/kutt/kutt.png (+0 -0)
blueprints/kutt/template.toml (+26 -0)
📝 meta.json (+13 -0)

📄 Description

This pull request adds support for the Kutt URL shortener application by introducing its configuration, metadata, and environment setup. The changes include defining the Docker Compose setup, adding a template for deployment configuration, and updating the metadata file to include Kutt's details.

This PR replaces and supersedes #39.

Changes and improvements:

  • Fully resolved merge conflict in meta.json
  • Added missing JWT secret handling using ${password:32}
  • Synced template.toml and docker-compose.yml with proper environment variable mapping
  • Ensured domain and service configuration matches Dokploy standards
  • Minor cleanup for clarity and deployment safety

Original credit to @maelpr for the initial submission.

This version ensures a clean, deployable, and secure Dokploy template for Kutt.


🔄 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/162 **Author:** [@rubixvi](https://github.com/rubixvi) **Created:** 6/2/2025 **Status:** ✅ Merged **Merged:** 6/20/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`eddeffc`](https://github.com/Dokploy/templates/commit/eddeffcab9f6d0a3d12e938f6c4e422a1d307ce8) feat(blueprint): added docuseal - [`ef4e89c`](https://github.com/Dokploy/templates/commit/ef4e89c8487953b05df077e0e3c7590e9824f2e5) feat: add Docuseal document management system - [`9e5f306`](https://github.com/Dokploy/templates/commit/9e5f3068029172db63d413e8f333fd965d23524f) feat: restructure docker-compose for Docuseal application setup - [`4d2cb89`](https://github.com/Dokploy/templates/commit/4d2cb8966cfb316eae160cf12deae080255504e4) feat(docker-compose): remove unused port mapping and clean up redis service configuration - [`0ace485`](https://github.com/Dokploy/templates/commit/0ace48553821a1795eaa702dfc84bdb3fa19990e) Update blueprints/docuseal/docker-compose.yml - [`4358a5e`](https://github.com/Dokploy/templates/commit/4358a5ef61ca2fa42c7d2826c82393475c95f5b1) Update blueprints/docuseal/docker-compose.yml - [`5cbc3f6`](https://github.com/Dokploy/templates/commit/5cbc3f6427b015456c2fcec88ddcb2b9822384b3) Update blueprints/docuseal/template.toml - [`de59f31`](https://github.com/Dokploy/templates/commit/de59f31fefab01e4773d86f90fce7c9dbc8971d1) Merge branch 'main' of github.com:rubixvi/templates - [`bdc650c`](https://github.com/Dokploy/templates/commit/bdc650cacc2b84272fd23e6a8f2922e3f56a4f10) This PR replaces and supersedes #39. - [`1f37b84`](https://github.com/Dokploy/templates/commit/1f37b84f058982a3e29f26890fbde40804af0978) fix: add missing commas in environment variable definitions ### 📊 Changes **4 files changed** (+63 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/kutt/docker-compose.yml` (+24 -0) ➕ `blueprints/kutt/kutt.png` (+0 -0) ➕ `blueprints/kutt/template.toml` (+26 -0) 📝 `meta.json` (+13 -0) </details> ### 📄 Description This pull request adds support for the Kutt URL shortener application by introducing its configuration, metadata, and environment setup. The changes include defining the Docker Compose setup, adding a template for deployment configuration, and updating the metadata file to include Kutt's details. This PR replaces and supersedes #39. Changes and improvements: - Fully resolved merge conflict in meta.json - Added missing JWT secret handling using `${password:32}` - Synced `template.toml` and `docker-compose.yml` with proper environment variable mapping - Ensured domain and service configuration matches Dokploy standards - Minor cleanup for clarity and deployment safety Original credit to @maelpr for the initial submission. This version ensures a clean, deployable, and secure Dokploy template for Kutt. --- <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:33:33 -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#255