[PR #453] [MERGED] feat(blueprints): add CookieCloud blueprint for secure cookie sync #466

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

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/453
Author: @jaainil
Created: 10/12/2025
Status: Merged
Merged: 10/15/2025
Merged by: @Siumauricio

Base: mainHead: adding-cookiecloud


📝 Commits (3)

  • f828b0a feat(blueprints): add CookieCloud blueprint for secure cookie sync
  • d16b31b refactor: rename cookiecloud to cookie-cloud for naming consistency
  • 51c8f52 docs(meta): add docs link to meta.json

📊 Changes

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

View changed files

blueprints/cookie-cloud/docker-compose.yml (+18 -0)
blueprints/cookie-cloud/image.png (+0 -0)
blueprints/cookie-cloud/template.toml (+14 -0)
📝 meta.json (+18 -0)

📄 Description

What is this PR about?

New PR of CookieCloud
Added new blueprint for CookieCloud, a self-hosted tool for syncing browser cookies across devices. Includes docker-compose.yml for service setup, template.toml for configuration, image.png for logo, and updated meta.json with service metadata to enable easy deployment and management.

Checklist

Before submitting this PR, please make sure that:


🔄 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/453 **Author:** [@jaainil](https://github.com/jaainil) **Created:** 10/12/2025 **Status:** ✅ Merged **Merged:** 10/15/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `adding-cookiecloud` --- ### 📝 Commits (3) - [`f828b0a`](https://github.com/Dokploy/templates/commit/f828b0a0e07371b384a30098fbe9420fcaa4e7f7) feat(blueprints): add CookieCloud blueprint for secure cookie sync - [`d16b31b`](https://github.com/Dokploy/templates/commit/d16b31bd9d97f9771d554c7c6d4d6c74e2e843d3) refactor: rename cookiecloud to cookie-cloud for naming consistency - [`51c8f52`](https://github.com/Dokploy/templates/commit/51c8f523eadf22e48a0c7385ed6e5c342da08a89) docs(meta): add docs link to meta.json ### 📊 Changes **4 files changed** (+50 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/cookie-cloud/docker-compose.yml` (+18 -0) ➕ `blueprints/cookie-cloud/image.png` (+0 -0) ➕ `blueprints/cookie-cloud/template.toml` (+14 -0) 📝 `meta.json` (+18 -0) </details> ### 📄 Description ## What is this PR about? New PR of CookieCloud Added new blueprint for CookieCloud, a self-hosted tool for syncing browser cookies across devices. Includes docker-compose.yml for service setup, template.toml for configuration, image.png for logo, and updated meta.json with service metadata to enable easy deployment and management. ## 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 - [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. --- <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:39:11 -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#466