feat: DNS management, Mail server, Compose backup cronjob#12263
Closed
jakub961241 wants to merge 3 commits into1Panel-dev:dev-v2from
Closed
feat: DNS management, Mail server, Compose backup cronjob#12263jakub961241 wants to merge 3 commits into1Panel-dev:dev-v2from
jakub961241 wants to merge 3 commits into1Panel-dev:dev-v2from
Conversation
Integrate PowerDNS as a Docker container with full panel UI for DNS zone and record management. This completes the hosting automation chain: Website + SSL + Database + DNS. Features: - DNS zones CRUD (Native/Primary and Slave/Secondary) - DNS records management (A, AAAA, CNAME, MX, TXT, NS, SRV, CAA) - Auto-populate A record when creating a website - SOA and TTL configuration per zone - Sync records from PowerDNS - One-click PowerDNS container deployment - Full API for automation (12 endpoints under /api/v2/dns/) - English and Chinese translations Backend: model, repo, service, API handler, router (Go/Gin/GORM) Frontend: Vue 3 views under Websites > DNS menu
Integrate docker-mailserver (Postfix+Dovecot+Rspamd) and Roundcube webmail as Docker containers with full panel UI for email hosting. Features: - Mail domains CRUD with auto DNS record creation (MX/SPF/DKIM/DMARC) - Mail accounts management (create, delete, change password, set quota) - Mail aliases and forwarding rules - Roundcube webmail integration - Spam filtering via Rspamd - One-click mail stack deployment - Full API for automation (12 endpoints under /api/v2/mail/) - English and Chinese translations Backend: model, repo, service, API handler, router (Go/Gin/GORM) Frontend: Vue 3 views under Websites > Mail Server menu Docker: mailserver/docker-mailserver + roundcube/roundcubemail
Add "compose" as a new cronjob type that supports automatic backup of Docker Compose deployments on a schedule. Users can select specific compose projects or "all" for backup, with the same backup account, retention, and retry options available for other backup types. Changes: - Add handleCompose() in cronjob_backup.go using existing ComposeBackup - Add "compose" case to loadTask() dispatch in cronjob_helper.go - Update hasBackup() to include "compose" - Add compose type to frontend cronjob type list and create form - Add compose selection dropdown populated from existing composes - Add English and Chinese translations for the new type
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
This was referenced Mar 22, 2026
Member
|
Thank you for your detailed suggestion and feedback. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Three features for hosting providers:
1. DNS Zone Management (PowerDNS)
/api/v2/dns/2. Mail Server Management (docker-mailserver + Roundcube)
/api/v2/mail/3. Compose Backup Scheduled Task
composecronjob type for automatic Docker Compose backupsTest plan
dig