[GH-ISSUE #310] Feature Request: Develop an Open Web Application for Collaborative Template Management with Automated Version Control and Testing #2227

Open
opened 2026-04-23 03:17:12 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @yogeshalon on GitHub (Aug 25, 2025).
Original GitHub issue: https://github.com/Dokploy/templates/issues/310

Maybe a Scheduler Inbuilt

Description:
We propose building an open-source web application that allows users to:

Upgrade or modify existing templates.
Create entirely new templates from scratch.

To ensure seamless collaboration and quality control:

Whenever a user makes a change to a template, the system will automatically create a new branch in the version control system (e.g., Git).
This branch will then trigger an automated process to pull the relevant container image (e.g., Docker image) and run tests on it.
If the tests pass successfully, the changes will be queued for manual approval (e.g., by maintainers or admins) before merging into the main branch.

This feature aims to foster community-driven improvements while maintaining reliability through automation and oversight.

Originally created by @yogeshalon on GitHub (Aug 25, 2025). Original GitHub issue: https://github.com/Dokploy/templates/issues/310 Maybe a Scheduler Inbuilt Description: We propose building an open-source web application that allows users to: Upgrade or modify existing templates. Create entirely new templates from scratch. To ensure seamless collaboration and quality control: Whenever a user makes a change to a template, the system will automatically create a new branch in the version control system (e.g., Git). This branch will then trigger an automated process to pull the relevant container image (e.g., Docker image) and run tests on it. If the tests pass successfully, the changes will be queued for manual approval (e.g., by maintainers or admins) before merging into the main branch. This feature aims to foster community-driven improvements while maintaining reliability through automation and oversight.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#2227