mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 07:25:23 +02:00
* feat(senddock): add SendDock template SendDock is an open-source, self-hosted email marketing platform with BYO SMTP. The template ships postgres + redis + the canonical ghcr.io/arkhe-systems/senddock image, with healthchecks, named volumes and the env vars required for a working install. The senddock service runs migrations on startup via goose and serves the Vue dashboard on port 8080. PUBLIC_URL is wired to the Dokploy domain helper so unsubscribe links and broadcasts work out of the box. License key is left empty by default, which gives users the free Core experience; setting SENDDOCK_LICENSE_KEY unlocks the Pro features. Running dedupe-and-sort-meta.js per CONTRIBUTING removed an unrelated duplicate strapi entry that already existed in the index (same version, same logo, listed twice). The senddock entry is the intended addition. * fix(senddock): apply review fixes and bump to 0.6.4.1 - Add required `version: "3.8"` declaration to docker-compose.yml per AGENTS.md - Convert template.toml env from sub-table to array-of-strings syntax - Bump image and meta.json version to 0.6.4.1 (latest stable, fixes Redis rate-limiter restart loop affecting 0.4.x-0.6.4) * fix(senddock): correct website and docs URLs to senddock.dev * fix(senddock): bump to 0.6.5.1 --------- Co-authored-by: Sebastian Vargas <juanse@MacBook-Air-de-Sebastian.local> Co-authored-by: Mauricio Siu <siumauricio@icloud.com>