mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 14:52:05 -05:00
[PR #939] [MERGED] fix: expose HeyForm SMTP settings #15269
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/939
Author: @rohitmulani63-ops
Created: 6/22/2026
Status: ✅ Merged
Merged: 7/8/2026
Merged by: @Siumauricio
Base:
canary← Head:codex/add-heyform-smtp-config📝 Commits (5)
24fba0afix: expose HeyForm SMTP settings1ba28d6Align HeyForm cache service with upstream docs667137dMerge remote-tracking branch 'origin/canary' into codex/add-heyform-smtp-config896f35aMerge remote-tracking branch 'origin/canary' into codex/add-heyform-smtp-config8e9d32afix: pin heyform to v0.1.0 and use valid keydb tag📊 Changes
3 files changed (+23 additions, -19 deletions)
View changed files
📝
blueprints/heyform/docker-compose.yml(+15 -18)📝
blueprints/heyform/meta.json(+1 -1)📝
blueprints/heyform/template.toml(+7 -0)📄 Description
Summary
Closes #14.
Adds HeyForm SMTP configuration variables to the template so deployments can configure outbound email without editing the compose file manually.
Also removes the explicit custom Docker network from the HeyForm compose file. Dokploy creates networks automatically, and the template validator rejects explicit network configuration.
Changed
SMTP_FROM,SMTP_HOST,SMTP_PORT,SMTP_USER,SMTP_SECURE,SMTP_IGNORE_CERT, andSMTP_PASSWORDto the HeyForm service environmenttemplate.tomlheyform-networkusage so the template validates under Dokploy's rulesValidation
npm.cmd run validate-template -- --dir ../blueprints/heyformnpm.cmd run validate-docker-compose -- --file ../blueprints/heyform/docker-compose.ymlgit diff --checkpassed with only normal CRLF line-ending warnings🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.