[PR #10] [CLOSED] feat: add One Time Secret template #166

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

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/10
Author: @drudge
Created: 3/12/2025
Status: Closed

Base: mainHead: onetimesecret


📝 Commits (10+)

  • 9588529 feat: add One Time Secret template
  • a0085b4 Merge branch 'main' into onetimesecret
  • b5ae891 chore: update GitHub Actions workflows for build and deploy preview
  • e5ac8f9 fix: correct workflow trigger syntax in build preview deployment
  • fe211b3 chore: update Cloudflare deployment secrets in deploy preview workflow
  • 899a91a chore: refactor build preview workflow for improved clarity and efficiency
  • 1dbefad chore: update pnpm version in build preview workflow
  • 436cd4e chore: enable caching for pnpm in build preview workflow
  • cdf7613 chore: fix indentation in build preview workflow
  • 003610d chore: 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.yml file for service orchestration, the template.yml file for environment configuration, and updates to the meta.json file to include metadata for the One Time Secret service.

Key changes:

Service Orchestration:

  • Added docker-compose.yml file 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:

  • Added template.yml file to define variables, environment settings, and domain configurations for the One Time Secret service.

Metadata Update:


🔄 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/10 **Author:** [@drudge](https://github.com/drudge) **Created:** 3/12/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `onetimesecret` --- ### 📝 Commits (10+) - [`9588529`](https://github.com/Dokploy/templates/commit/95885291d237ee8ba69c1aa8f10fd2e06d93886e) feat: add One Time Secret template - [`a0085b4`](https://github.com/Dokploy/templates/commit/a0085b44d0eff85ddd25ec253374c2625c87e2ce) Merge branch 'main' into onetimesecret - [`b5ae891`](https://github.com/Dokploy/templates/commit/b5ae891d5dfab03bdd729743d6d7b59d44cdf3b1) chore: update GitHub Actions workflows for build and deploy preview - [`e5ac8f9`](https://github.com/Dokploy/templates/commit/e5ac8f96ba9a753bcafbdf3a23a6620bcc9b61cb) fix: correct workflow trigger syntax in build preview deployment - [`fe211b3`](https://github.com/Dokploy/templates/commit/fe211b36fab08157ece112c9b884c1feb20447d8) chore: update Cloudflare deployment secrets in deploy preview workflow - [`899a91a`](https://github.com/Dokploy/templates/commit/899a91a254dea402f930d93aa122c73be918bfa0) chore: refactor build preview workflow for improved clarity and efficiency - [`1dbefad`](https://github.com/Dokploy/templates/commit/1dbefad6d484543f13e5121f824156ff0fa6844e) chore: update pnpm version in build preview workflow - [`436cd4e`](https://github.com/Dokploy/templates/commit/436cd4e702633c1a73cc850aa40d01030a41d58e) chore: enable caching for pnpm in build preview workflow - [`cdf7613`](https://github.com/Dokploy/templates/commit/cdf7613733b2521e1188f513e4e946c14d216f04) chore: fix indentation in build preview workflow - [`003610d`](https://github.com/Dokploy/templates/commit/003610de8e31332c32c5db3408599eb39b2c1e35) chore: remove pnpm caching from build preview workflow ### 📊 Changes **4 files changed** (+82 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/onetimesecret/docker-compose.yml` (+45 -0) ➕ `blueprints/onetimesecret/onetimesecret.svg` (+6 -0) ➕ `blueprints/onetimesecret/template.yml` (+15 -0) 📝 `meta.json` (+16 -0) </details> ### 📄 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.yml` file for service orchestration, the `template.yml` file for environment configuration, and updates to the `meta.json` file to include metadata for the One Time Secret service. Key changes: ### Service Orchestration: * Added `docker-compose.yml` file 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: * Added `template.yml` file to define variables, environment settings, and domain configurations for the One Time Secret service. ### Metadata Update: * Updated `meta.json` to include metadata for the One Time Secret service, such as its ID, name, version, description, links, logo, and tags. #16 --- <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:31:35 -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#166