[PR #980] [MERGED] New 85 Templates #15306

Closed
opened 2026-07-13 17:00:29 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/980
Author: @Siumauricio
Created: 7/8/2026
Status: Merged
Merged: 7/8/2026
Merged by: @Siumauricio

Base: mainHead: canary


📝 Commits (10+)

  • 79d9fec fix(chatwoot): align metadata and HTTPS defaults
  • 4fac6db chore(meta): dedupe and sort meta.json
  • 30d789c Add Multica template
  • bf4d1d6 add duplicati
  • 9095db8 feat(authentik): bump to 2026.2.2 and Postgres 18
  • b19d017 fix docker-compose requirements for duplicati
  • 355833e Create template.toml
  • 7de03e4 Create docker-compose.yml
  • 644cdfc Update meta.json
  • a06feb6 Create template.toml

📊 Changes

792 files changed (+16909 additions, -8226 deletions)

View changed files

📝 .github/workflows/validate-meta.yml (+21 -60)
📝 .github/workflows/validate.yml (+6 -129)
📝 .gitignore (+1 -1)
📝 AGENTS.md (+19 -42)
📝 CONTRIBUTING.md (+6 -6)
📝 README.md (+3 -3)
📝 app/package.json (+4 -3)
app/pnpm-workspace.yaml (+4 -0)
app/public/.gitignore (+1 -0)
📝 app/src/components/Navigation.tsx (+3 -1)
📝 app/vite.config.ts (+2 -4)
blueprints/ackee/meta.json (+16 -0)
blueprints/activepieces/meta.json (+17 -0)
blueprints/actualbudget/meta.json (+17 -0)
blueprints/adguardhome/meta.json (+18 -0)
blueprints/adminer/meta.json (+18 -0)
blueprints/adventurelog/meta.json (+19 -0)
blueprints/affinepro/meta.json (+18 -0)
blueprints/agent-zero/agent-zero.svg (+1 -0)
blueprints/agent-zero/docker-compose.yml (+14 -0)

...and 80 more files

📄 Description

What is this PR about?

New PR of [Template Name]

Checklist

Before submitting this PR, please make sure that:

Close automatically the related issues using the keywords: closes #ISSUE_NUMBER

Screenshots or Videos


🔄 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/980 **Author:** [@Siumauricio](https://github.com/Siumauricio) **Created:** 7/8/2026 **Status:** ✅ Merged **Merged:** 7/8/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `canary` --- ### 📝 Commits (10+) - [`79d9fec`](https://github.com/Dokploy/templates/commit/79d9fec567e1c6c4cb378abdf14608849e1220fe) fix(chatwoot): align metadata and HTTPS defaults - [`4fac6db`](https://github.com/Dokploy/templates/commit/4fac6db5c3a309fb2ac417598841d3e15dbb0474) chore(meta): dedupe and sort meta.json - [`30d789c`](https://github.com/Dokploy/templates/commit/30d789cb452848191b2a8ac073494cfeb40eba58) Add Multica template - [`bf4d1d6`](https://github.com/Dokploy/templates/commit/bf4d1d6605a8ecc3bde22c3e5243af18c295dca6) add duplicati - [`9095db8`](https://github.com/Dokploy/templates/commit/9095db8607c529b2d2d3ebeef82226bc44337967) feat(authentik): bump to 2026.2.2 and Postgres 18 - [`b19d017`](https://github.com/Dokploy/templates/commit/b19d017a66a3940caa2b4e9d24386bfd834ab174) fix docker-compose requirements for duplicati - [`355833e`](https://github.com/Dokploy/templates/commit/355833ea32c6b33f19f3bf81f7ca8f1894280ca8) Create template.toml - [`7de03e4`](https://github.com/Dokploy/templates/commit/7de03e424693e48a7ee76bba55823c8173738a75) Create docker-compose.yml - [`644cdfc`](https://github.com/Dokploy/templates/commit/644cdfcb772f3d55422fd8105a7da9976d2b44d8) Update meta.json - [`a06feb6`](https://github.com/Dokploy/templates/commit/a06feb6a9949ccaed82f8bfea626011617cd9ac9) Create template.toml ### 📊 Changes **792 files changed** (+16909 additions, -8226 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/validate-meta.yml` (+21 -60) 📝 `.github/workflows/validate.yml` (+6 -129) 📝 `.gitignore` (+1 -1) 📝 `AGENTS.md` (+19 -42) 📝 `CONTRIBUTING.md` (+6 -6) 📝 `README.md` (+3 -3) 📝 `app/package.json` (+4 -3) ➕ `app/pnpm-workspace.yaml` (+4 -0) ➕ `app/public/.gitignore` (+1 -0) 📝 `app/src/components/Navigation.tsx` (+3 -1) 📝 `app/vite.config.ts` (+2 -4) ➕ `blueprints/ackee/meta.json` (+16 -0) ➕ `blueprints/activepieces/meta.json` (+17 -0) ➕ `blueprints/actualbudget/meta.json` (+17 -0) ➕ `blueprints/adguardhome/meta.json` (+18 -0) ➕ `blueprints/adminer/meta.json` (+18 -0) ➕ `blueprints/adventurelog/meta.json` (+19 -0) ➕ `blueprints/affinepro/meta.json` (+18 -0) ➕ `blueprints/agent-zero/agent-zero.svg` (+1 -0) ➕ `blueprints/agent-zero/docker-compose.yml` (+14 -0) _...and 80 more files_ </details> ### 📄 Description ## What is this PR about? New PR of [Template Name] ## Checklist Before submitting this PR, please make sure that: - [ ] I have read the suggestions in the README.md file https://github.com/Dokploy/templates?tab=readme-ov-file#general-requirements-when-creating-a-template - [ ] I have tested the template in my instance, so the maintainers don't spend time trying to figure out what's wrong. - [ ] 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` ## Screenshots or Videos --- <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 2026-07-13 17:00:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#15306