feat(blueprints): replace unsend with usesend configuration#350
Merged
Siumauricio merged 18 commits intoDokploy:mainfrom Sep 14, 2025
Merged
feat(blueprints): replace unsend with usesend configuration#350Siumauricio merged 18 commits intoDokploy:mainfrom
Siumauricio merged 18 commits intoDokploy:mainfrom
Conversation
…ervice configuration
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.
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.