[PR #581] [CLOSED] Add Fizzy template blueprint #12215

Closed
opened 2026-06-13 14:03:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/581
Author: @adryserage
Created: 12/12/2025
Status: Closed

Base: canaryHead: add-new-app-to-template-system-2025-12-12


📝 Commits (8)

  • d42f814 Add Fizzy template blueprint
  • d436df3 Merge branch 'canary' into add-new-app-to-template-system-2025-12-12
  • e6ebb08 feat: enhance Docker Compose validation with .env file generation
  • e13c6ca refactor: improve Docker Compose validation script by using process substitution
  • 7cb3ea5 Update blueprints/fizzy/docker-compose.yml
  • 5a6cb58 refactor: enhance Docker Compose validation script for improved readability and functionality
  • 0fdf98c fix: update service name in fizzy template configuration
  • c35576c fix: revert service name in fizzy template configuration

📊 Changes

9 files changed (+398 additions, -24 deletions)

View changed files

📝 .github/workflows/validate-docker-compose.yml (+113 -22)
📝 .gitignore (+2 -1)
blueprints/fizzy/docker-compose.yml (+35 -0)
blueprints/fizzy/fizzy.svg (+15 -0)
blueprints/fizzy/template.toml (+33 -0)
build-scripts/generate-env.ts (+175 -0)
📝 build-scripts/helpers.ts (+5 -1)
📝 build-scripts/package.json (+1 -0)
📝 meta.json (+19 -0)

📄 Description

Summary

  • add a new Fizzy blueprint with docker-compose configuration and template variables
  • provide environment defaults and domain mapping for the Fizzy web service
  • include Fizzy metadata entry and SVG logo for template listing

Testing

  • not run (not requested)

🔄 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/581 **Author:** [@adryserage](https://github.com/adryserage) **Created:** 12/12/2025 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `add-new-app-to-template-system-2025-12-12` --- ### 📝 Commits (8) - [`d42f814`](https://github.com/Dokploy/templates/commit/d42f814a22ee615b30785566ca2e3cca1526e9a1) Add Fizzy template blueprint - [`d436df3`](https://github.com/Dokploy/templates/commit/d436df3a8282fee874809509ae295b0322ed02cd) Merge branch 'canary' into add-new-app-to-template-system-2025-12-12 - [`e6ebb08`](https://github.com/Dokploy/templates/commit/e6ebb084e22502c9433023d2f383f8a731ae7a49) feat: enhance Docker Compose validation with .env file generation - [`e13c6ca`](https://github.com/Dokploy/templates/commit/e13c6ca3f3db36e703b4e09fb56bbfd5b323cb86) refactor: improve Docker Compose validation script by using process substitution - [`7cb3ea5`](https://github.com/Dokploy/templates/commit/7cb3ea5d9a0b6cfcadbc0212952d040f3284fb6b) Update blueprints/fizzy/docker-compose.yml - [`5a6cb58`](https://github.com/Dokploy/templates/commit/5a6cb58cc97ce965127a393773189eaa837052c3) refactor: enhance Docker Compose validation script for improved readability and functionality - [`0fdf98c`](https://github.com/Dokploy/templates/commit/0fdf98c9a50fa6ab7ab4b499b546b9ab8249dc16) fix: update service name in fizzy template configuration - [`c35576c`](https://github.com/Dokploy/templates/commit/c35576cb6e0f747a4b445ceef206fb44e0353991) fix: revert service name in fizzy template configuration ### 📊 Changes **9 files changed** (+398 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/validate-docker-compose.yml` (+113 -22) 📝 `.gitignore` (+2 -1) ➕ `blueprints/fizzy/docker-compose.yml` (+35 -0) ➕ `blueprints/fizzy/fizzy.svg` (+15 -0) ➕ `blueprints/fizzy/template.toml` (+33 -0) ➕ `build-scripts/generate-env.ts` (+175 -0) 📝 `build-scripts/helpers.ts` (+5 -1) 📝 `build-scripts/package.json` (+1 -0) 📝 `meta.json` (+19 -0) </details> ### 📄 Description ## Summary - add a new Fizzy blueprint with docker-compose configuration and template variables - provide environment defaults and domain mapping for the Fizzy web service - include Fizzy metadata entry and SVG logo for template listing ## Testing - not run (not requested) --- <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-06-13 14:03:52 -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#12215