[PR #350] [MERGED] feat(blueprints): replace unsend with usesend configuration #386

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

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/350
Author: @rubixvi
Created: 9/9/2025
Status: Merged
Merged: 9/14/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

5 files changed (+45 additions, -45 deletions)

View changed files

blueprints/unsend/unsend.png (+0 -0)
📝 blueprints/usesend/docker-compose.yml (+23 -23)
📝 blueprints/usesend/template.toml (+4 -5)
blueprints/usesend/usesend.png (+0 -0)
📝 meta.json (+18 -17)

📄 Description

Unsend has been rebranded to usesend

This pull request renames the "unsend" blueprint to "usesend" throughout the codebase, updating all related service names, environment variables, and metadata to reflect the new branding. It also updates references in configuration files and documentation links to point to the new project.

Blueprint and Service Renaming:

  • Renamed the blueprint directory and all related service names from unsend to usesend in docker-compose.yml, including database, Redis, storage, and main application services. Environment variables and user credentials were also updated accordingly. [1] [2] [3] [4]

Configuration Updates:

  • Updated template.toml to use the new usesend service names and database references, ensuring all environment variables and service URLs are consistent with the new naming.

Metadata and Documentation:

  • Changed the application metadata in meta.json to use the new usesend identifiers, name, logo, and updated all links to point to the new GitHub repository and documentation site. Added the "self-hosted" tag.

🔄 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/350 **Author:** [@rubixvi](https://github.com/rubixvi) **Created:** 9/9/2025 **Status:** ✅ Merged **Merged:** 9/14/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 **5 files changed** (+45 additions, -45 deletions) <details> <summary>View changed files</summary> ➖ `blueprints/unsend/unsend.png` (+0 -0) 📝 `blueprints/usesend/docker-compose.yml` (+23 -23) 📝 `blueprints/usesend/template.toml` (+4 -5) ➕ `blueprints/usesend/usesend.png` (+0 -0) 📝 `meta.json` (+18 -17) </details> ### 📄 Description # Unsend has been rebranded to usesend This pull request renames the "unsend" blueprint to "usesend" throughout the codebase, updating all related service names, environment variables, and metadata to reflect the new branding. It also updates references in configuration files and documentation links to point to the new project. **Blueprint and Service Renaming:** * Renamed the blueprint directory and all related service names from `unsend` to `usesend` in `docker-compose.yml`, including database, Redis, storage, and main application services. Environment variables and user credentials were also updated accordingly. [[1]](diffhunk://#diff-d0ed9ccf132c987aa5268da0648d6f07a0b235b1fb88e7ac475030b8041dde1eL1-R11) [[2]](diffhunk://#diff-d0ed9ccf132c987aa5268da0648d6f07a0b235b1fb88e7ac475030b8041dde1eL22-R22) [[3]](diffhunk://#diff-d0ed9ccf132c987aa5268da0648d6f07a0b235b1fb88e7ac475030b8041dde1eL32-R32) [[4]](diffhunk://#diff-d0ed9ccf132c987aa5268da0648d6f07a0b235b1fb88e7ac475030b8041dde1eL41-R67) **Configuration Updates:** * Updated `template.toml` to use the new `usesend` service names and database references, ensuring all environment variables and service URLs are consistent with the new naming. **Metadata and Documentation:** * Changed the application metadata in `meta.json` to use the new `usesend` identifiers, name, logo, and updated all links to point to the new GitHub repository and documentation site. Added the "self-hosted" tag. --- <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:18 -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#386