[PR #308] [MERGED] Add Domain Locker blueprint #352

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

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/308
Author: @jaainil
Created: 8/25/2025
Status: Merged
Merged: 8/28/2025
Merged by: @Siumauricio

Base: mainHead: adding-domain-locker


📝 Commits (2)

  • 1bcc631 Add Domain Locker blueprint with PostgreSQL backend and cron-based updater service
  • 35efd76 Reformat "tags" arrays in meta.json to multi-line for improved readability

📊 Changes

4 files changed (+103 additions, -0 deletions)

View changed files

blueprints/domain-locker/docker-compose.yml (+52 -0)
blueprints/domain-locker/image.png (+0 -0)
blueprints/domain-locker/template.toml (+33 -0)
📝 meta.json (+18 -0)

📄 Description

What is this PR about?

New PR of Domain Locker template

Checklist

Before submitting this PR, please make sure that:

Close automatically the related issues using the keywords:
closes #ISSUE_NUMBER, fixes #ISSUE_NUMBER, resolves #ISSUE_NUMBER

Example:
closes #123


🔄 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/308 **Author:** [@jaainil](https://github.com/jaainil) **Created:** 8/25/2025 **Status:** ✅ Merged **Merged:** 8/28/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `adding-domain-locker` --- ### 📝 Commits (2) - [`1bcc631`](https://github.com/Dokploy/templates/commit/1bcc631c342252d75f23e78591183b93c1456e21) Add Domain Locker blueprint with PostgreSQL backend and cron-based updater service - [`35efd76`](https://github.com/Dokploy/templates/commit/35efd76df6e5192687503a9b7eeb5efdad19ac07) Reformat "tags" arrays in meta.json to multi-line for improved readability ### 📊 Changes **4 files changed** (+103 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/domain-locker/docker-compose.yml` (+52 -0) ➕ `blueprints/domain-locker/image.png` (+0 -0) ➕ `blueprints/domain-locker/template.toml` (+33 -0) 📝 `meta.json` (+18 -0) </details> ### 📄 Description ## What is this PR about? New PR of **Domain Locker** template ## Checklist Before submitting this PR, please make sure that: * [x] I have read the suggestions in the [[README.md file](https://github.com/Dokploy/templates?tab=readme-ov-file#general-suggestions-when-creating-a-template)](https://github.com/Dokploy/templates?tab=readme-ov-file#general-suggestions-when-creating-a-template)&#x20; * [x] I have tested the template in my instance, so the maintainers don't spend time trying to figure out what's wrong. * [x] I have added tests that demonstrate that my correction works or that my new feature works. ## Issues related (if applicable) Close automatically the related issues using the keywords: `closes #ISSUE_NUMBER`, `fixes #ISSUE_NUMBER`, `resolves #ISSUE_NUMBER` Example: `closes #123` --- <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:36:08 -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#352