mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
[PR #10] [CLOSED] feat: add One Time Secret template #166
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/10
Author: @drudge
Created: 3/12/2025
Status: ❌ Closed
Base:
main← Head:onetimesecret📝 Commits (10+)
9588529feat: add One Time Secret templatea0085b4Merge branch 'main' into onetimesecretb5ae891chore: update GitHub Actions workflows for build and deploy previewe5ac8f9fix: correct workflow trigger syntax in build preview deploymentfe211b3chore: update Cloudflare deployment secrets in deploy preview workflow899a91achore: refactor build preview workflow for improved clarity and efficiency1dbefadchore: update pnpm version in build preview workflow436cd4echore: enable caching for pnpm in build preview workflowcdf7613chore: fix indentation in build preview workflow003610dchore: remove pnpm caching from build preview workflow📊 Changes
4 files changed (+82 additions, -0 deletions)
View changed files
➕
blueprints/onetimesecret/docker-compose.yml(+45 -0)➕
blueprints/onetimesecret/onetimesecret.svg(+6 -0)➕
blueprints/onetimesecret/template.yml(+15 -0)📝
meta.json(+16 -0)📄 Description
This pull request introduces support for the One Time Secret service by adding necessary configurations and metadata. The primary changes include the addition of the
docker-compose.ymlfile for service orchestration, thetemplate.ymlfile for environment configuration, and updates to themeta.jsonfile to include metadata for the One Time Secret service.Key changes:
Service Orchestration:
docker-compose.ymlfile to configure and manage the One Time Secret and Redis services. This includes setting environment variables, defining health checks, and specifying service dependencies.Environment Configuration:
template.ymlfile to define variables, environment settings, and domain configurations for the One Time Secret service.Metadata Update:
meta.jsonto include metadata for the One Time Secret service, such as its ID, name, version, description, links, logo, and tags.Template request: Buddy works (#16)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.