mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
[PR #2] [MERGED] feat: Add numerous new blueprint templates for various applications #159
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feat/templates📝 Commits (10+)
fbbb4f4feat: Add numerous new blueprint templates for various applications2956016feat: migrate templatesf95af86refactor: Replace index.ts files with template.yml in blueprints7db8b87feat: Add multiple blueprint icons and logos for various applications7e80202feat: Add PocketBase to meta.json and blueprint icon6fd5c52refactor: Optimize base64 templates workflow to process only changed blueprints6b24af4refactor: Enhance base64 templates workflow with improved error handling and diff detection6009e54refactor: Modify base64 templates workflow to generate comprehensive blueprint tablef45a61brefactor: Standardize blueprint template variable generation syntaxb32f752chore: 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.