mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 02:07:03 -05:00
[GH-ISSUE #310] Feature Request: Develop an Open Web Application for Collaborative Template Management with Automated Version Control and Testing #1424
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?
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.