mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
[PR #350] [MERGED] feat(blueprints): replace unsend with usesend configuration #386
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:main📝 Commits (10+)
eddeffcfeat(blueprint): added docusealef4e89cfeat: add Docuseal document management system9e5f306feat: restructure docker-compose for Docuseal application setup4d2cb89feat(docker-compose): remove unused port mapping and clean up redis service configuration0ace485Update blueprints/docuseal/docker-compose.yml4358a5eUpdate blueprints/docuseal/docker-compose.yml5cbc3f6Update blueprints/docuseal/template.tomlde59f31Merge branch 'main' of github.com:rubixvi/templatesbdc650cThis PR replaces and supersedes #39.1f37b84fix: 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:
unsendtousesendindocker-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:
template.tomlto use the newusesendservice names and database references, ensuring all environment variables and service URLs are consistent with the new naming.Metadata and Documentation:
meta.jsonto use the newusesendidentifiers, 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.