[PR #2] [MERGED] feat: Add numerous new blueprint templates for various applications #159

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

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/2
Author: @Siumauricio
Created: 3/10/2025
Status: Merged
Merged: 3/10/2025
Merged by: @Siumauricio

Base: mainHead: feat/templates


📝 Commits (10+)

  • fbbb4f4 feat: Add numerous new blueprint templates for various applications
  • 2956016 feat: migrate templates
  • f95af86 refactor: Replace index.ts files with template.yml in blueprints
  • 7db8b87 feat: Add multiple blueprint icons and logos for various applications
  • 7e80202 feat: Add PocketBase to meta.json and blueprint icon
  • 6fd5c52 refactor: Optimize base64 templates workflow to process only changed blueprints
  • 6b24af4 refactor: Enhance base64 templates workflow with improved error handling and diff detection
  • 6009e54 refactor: Modify base64 templates workflow to generate comprehensive blueprint table
  • f45a61b refactor: Standardize blueprint template variable generation syntax
  • b32f752 chore: Remove Logto blueprint icon

📊 Changes

356 files changed (+16040 additions, -123 deletions)

View changed files

.github/workflows/base64-templates.yml (+0 -66)
.gitignore (+0 -5)
📝 LICENSE (+1 -1)
README.md (+146 -0)
app/.gitignore (+24 -0)
app/components.json (+21 -0)
app/index.html (+13 -0)
app/package.json (+47 -0)
app/pnpm-lock.yaml (+2642 -0)
app/public/vite.svg (+1 -0)
app/src/App.css (+8 -0)
app/src/App.tsx (+10 -0)
app/src/assets/react.svg (+1 -0)
app/src/components/TemplateGrid.tsx (+366 -0)
app/src/components/ui/button.tsx (+58 -0)
app/src/components/ui/card.tsx (+68 -0)
app/src/components/ui/code-editor.tsx (+176 -0)
app/src/components/ui/dialog.tsx (+133 -0)
app/src/components/ui/dropdown-menu.tsx (+255 -0)
app/src/components/ui/input.tsx (+21 -0)

...and 80 more files

📄 Description

No description provided


🔄 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/2 **Author:** [@Siumauricio](https://github.com/Siumauricio) **Created:** 3/10/2025 **Status:** ✅ Merged **Merged:** 3/10/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `feat/templates` --- ### 📝 Commits (10+) - [`fbbb4f4`](https://github.com/Dokploy/templates/commit/fbbb4f46f377f316eaf58fabb80bca1d9a33401d) feat: Add numerous new blueprint templates for various applications - [`2956016`](https://github.com/Dokploy/templates/commit/2956016dd3e96c19e9d3c75d3d022917ecb598a4) feat: migrate templates - [`f95af86`](https://github.com/Dokploy/templates/commit/f95af86fd1abe05baf695ad964cf85f5f753b599) refactor: Replace index.ts files with template.yml in blueprints - [`7db8b87`](https://github.com/Dokploy/templates/commit/7db8b87d6d242f3ef43bccaabd7d8c1dbc2eb7bd) feat: Add multiple blueprint icons and logos for various applications - [`7e80202`](https://github.com/Dokploy/templates/commit/7e802027a419144246b32193d29e2335e5f3d484) feat: Add PocketBase to meta.json and blueprint icon - [`6fd5c52`](https://github.com/Dokploy/templates/commit/6fd5c52d6cec2423712250dea2cfff086bec6d12) refactor: Optimize base64 templates workflow to process only changed blueprints - [`6b24af4`](https://github.com/Dokploy/templates/commit/6b24af43bf77927b545034d98684db0f08c4f51b) refactor: Enhance base64 templates workflow with improved error handling and diff detection - [`6009e54`](https://github.com/Dokploy/templates/commit/6009e5447da421d0b4a0d5ef0e1e0ee07d75b394) refactor: Modify base64 templates workflow to generate comprehensive blueprint table - [`f45a61b`](https://github.com/Dokploy/templates/commit/f45a61bbbf041984a9f1c951b80bebd35b6fec80) refactor: Standardize blueprint template variable generation syntax - [`b32f752`](https://github.com/Dokploy/templates/commit/b32f7524393f761bf9b2163c4653aea03ffafc13) chore: Remove Logto blueprint icon ### 📊 Changes **356 files changed** (+16040 additions, -123 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/base64-templates.yml` (+0 -66) ➖ `.gitignore` (+0 -5) 📝 `LICENSE` (+1 -1) ➕ `README.md` (+146 -0) ➕ `app/.gitignore` (+24 -0) ➕ `app/components.json` (+21 -0) ➕ `app/index.html` (+13 -0) ➕ `app/package.json` (+47 -0) ➕ `app/pnpm-lock.yaml` (+2642 -0) ➕ `app/public/vite.svg` (+1 -0) ➕ `app/src/App.css` (+8 -0) ➕ `app/src/App.tsx` (+10 -0) ➕ `app/src/assets/react.svg` (+1 -0) ➕ `app/src/components/TemplateGrid.tsx` (+366 -0) ➕ `app/src/components/ui/button.tsx` (+58 -0) ➕ `app/src/components/ui/card.tsx` (+68 -0) ➕ `app/src/components/ui/code-editor.tsx` (+176 -0) ➕ `app/src/components/ui/dialog.tsx` (+133 -0) ➕ `app/src/components/ui/dropdown-menu.tsx` (+255 -0) ➕ `app/src/components/ui/input.tsx` (+21 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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:27 -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#159