Marko Kostich
7aee585368
chore: normalize template tags to kebab-case ( #987 )
2026-07-19 19:11:40 -06:00
Edward Burton
34f3577b81
feat(templates): add systemprompt ( #1032 )
...
* feat(templates): add systemprompt
* fix header comment: accurate in both repos
2026-07-19 19:09:19 -06:00
Mauricio Siu
fff1708ebd
Merge pull request #1033 from Dokploy/feat/mailu
...
feat: add Mailu mail server template
2026-07-19 19:06:25 -06:00
Mauricio Siu
c66a1df3cf
Merge pull request #1027 from Dokploy/feat/oryx
...
feat: add Oryx (SRS) media streaming template
2026-07-19 19:05:32 -06:00
Mauricio Siu
dd12762085
Merge pull request #994 from Jinjinov/add-openhabittracker
...
Add openhabittracker template
2026-07-19 19:05:24 -06:00
Mauricio Siu
d6b842c275
Merge pull request #1034 from Dokploy/feat/oneuptime
...
feat: add OneUptime template
2026-07-17 13:37:12 -06:00
Mauricio Siu
f6245f84dc
feat: add Mailu template
...
Mailu 2024.06 mail server: front (nginx), admin, imap (dovecot),
smtp (postfix), antispam (rspamd), Roundcube webmail and redis.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-16 17:50:39 -06:00
Mauricio Siu
6683685dae
feat: add OneUptime template
...
Adds OneUptime (open-source observability platform: uptime monitoring,
status pages, incident management, on-call, logs/traces/metrics) as a
template, following upstream's current single-app architecture
(app + nginx ingress + postgres + redis + clickhouse + probe).
Closes #514
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-16 17:46:15 -06:00
Mauricio Siu
a3f2655baa
Merge pull request #1028 from Dokploy/feat/posthog
...
feat: add PostHog template
2026-07-14 23:38:37 -06:00
Mauricio Siu
13d03f9a92
Merge pull request #1030 from Dokploy/feat/bonfire
...
feat: add Bonfire template
2026-07-14 23:38:14 -06:00
Mauricio Siu
51922e71b6
Merge pull request #1031 from knowsuchagency/add-dagu-template
...
Add Dagu template
2026-07-14 23:37:53 -06:00
Mauricio Siu
3a6f9d709a
Merge pull request #1029 from Dokploy/feat/n8n-queue
...
feat: add n8n queue mode template (scalable workers)
2026-07-14 23:36:47 -06:00
Stephan Fitzpatrick
0beb68a228
feat: add dagu blueprint
...
Dagu is a self-contained workflow engine with a Web UI for scheduling and
orchestrating jobs as DAGs defined in declarative YAML.
- Pin ghcr.io/dagucloud/dagu:2.10.7 and expose the Web UI on port 8080
- Set DAGU_HOST=0.0.0.0 so the service is reachable through the proxy
- Enable basic auth with a generated per-deploy admin password
- Persist /var/lib/dagu (DAGs, logs, run history) in a named volume
Claude-Session: https://claude.ai/code/session_01CRNT6sa2q2P9rUTokeoGhQ
2026-07-14 16:41:48 -07:00
Mauricio Siu
7d252ead5c
feat: add bonfire template
...
Bonfire (social flavour) — federated social networking toolkit.
App + PostGIS + Meilisearch, mirroring upstream's reference deployments.
Closes #125
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-14 16:24:32 -06:00
Mauricio Siu
fe94f4ce0b
feat: add n8n queue mode template
...
n8n running in queue mode (EXECUTIONS_MODE=queue): main instance for the
editor/webhooks, a scalable pool of workers (deploy.replicas driven by the
N8N_WORKER_REPLICAS env var), Redis (Bull) as the queue broker and
PostgreSQL as the database. Pinned to the current stable n8nio/n8n:2.30.4.
Closes #455
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-14 16:15:50 -06:00
Mauricio Siu
3eb1d3b7bd
fix: stop plugins service crash loop (logs-redis TLS default)
...
In production images LOGS_REDIS_TLS/TRACES_REDIS_TLS default to true, so
the logs-ingestion consumer (part of the plugin-server default mode) kept
attempting a TLS handshake against the plaintext Redis, timed out every
~11s and killed the process after 10 errors (restart loop every ~2.5 min).
Constrain the plugins service to the capability groups this template
ships (cdp_workflows, realtime_cohorts, feature_flags) and pin the redis
TLS flags to false as belt-and-braces.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-14 15:50:16 -06:00
Mauricio Siu
af8b535d34
feat: add Oryx (SRS) media streaming template
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-14 14:06:04 -06:00
Mauricio Siu
15db93df3b
Merge pull request #1026 from Dokploy/feat/trek
...
feat: add TREK template
2026-07-14 14:00:35 -06:00
Mauricio Siu
cc3b93518b
Merge pull request #1025 from Dokploy/feat/frappe-lms
...
feat: add Frappe LMS template
2026-07-14 14:00:26 -06:00
Mauricio Siu
e7285cea05
Merge pull request #1023 from Dokploy/feat/certmate
...
feat: add CertMate template
2026-07-14 14:00:22 -06:00
Mauricio Siu
a80a073389
Merge pull request #1020 from Dokploy/feat/steedos
...
feat: add Steedos template
2026-07-14 14:00:01 -06:00
Mauricio Siu
77b078faf3
Merge pull request #1019 from Dokploy/feat/sim
...
feat: add Sim Studio template
2026-07-14 13:59:56 -06:00
Mauricio Siu
31f95474d6
Merge pull request #1018 from Dokploy/feat/dify
...
feat: add Dify template
2026-07-14 13:59:47 -06:00
Mauricio Siu
fabecbe728
Merge pull request #1017 from Dokploy/feat/synapse
...
feat: add Synapse (Matrix homeserver) template
2026-07-14 13:59:37 -06:00
Mauricio Siu
4159d3a9f0
Merge pull request #1016 from Dokploy/feat/weblate
...
feat: add Weblate template
2026-07-14 13:59:29 -06:00
Mauricio Siu
abe36ad330
Merge pull request #1015 from Dokploy/docs/template-instructions
...
docs: per-template setup instructions for Supabase and Trigger.dev
2026-07-14 13:59:20 -06:00
Mauricio Siu
89505f0b54
Merge pull request #1014 from Dokploy/feat/mailcatcher-ng
...
feat: add MailCatcher NG template
2026-07-14 13:59:11 -06:00
Mauricio Siu
981811f55f
Merge pull request #1013 from Dokploy/fix/nextcloud-naming
...
fix(nextcloud-aio): drop AIO branding, pin nextcloud 33.0.6
2026-07-14 13:59:03 -06:00
Mauricio Siu
ffeaca14af
Merge pull request #1012 from Dokploy/fix/minio-source-only
...
fix(minio): migrate to pgsty/minio community fork (upstream is source-only and archived)
2026-07-14 13:58:55 -06:00
Mauricio Siu
77145ad581
Merge pull request #1011 from Dokploy/fix/wordpress-loopback
...
fix(wordpress): route loopback requests through Traefik to fix cURL error 28 timeouts
2026-07-14 13:58:48 -06:00
Mauricio Siu
c60bfa8c72
Merge pull request #1010 from Dokploy/fix/openpanel
...
fix(openpanel): pin verified 2.2.1 images to prevent broken-release breakage
2026-07-14 13:58:40 -06:00
Mauricio Siu
dd986039a7
Merge pull request #1009 from Dokploy/fix/phpmyadmin
...
fix(phpmyadmin): raise PHP upload limit so SQL imports over 2MB work
2026-07-14 13:58:32 -06:00
Mauricio Siu
0633b987d5
Merge pull request #1008 from Dokploy/fix/rybbit-update
...
fix(rybbit): update to current version (v2.7.0)
2026-07-14 13:58:05 -06:00
Mauricio Siu
5d6afe20a6
Merge pull request #1007 from Dokploy/fix/evolutionapi
...
fix(evolutionapi): enable integration env flags (n8n/openai/evoai) and update
2026-07-14 13:57:56 -06:00
Mauricio Siu
618cda2366
Merge pull request #1006 from Dokploy/fix/databasus-rename
...
fix: add Databasus template (Postgresus was renamed upstream)
2026-07-14 13:57:48 -06:00
Mauricio Siu
74cec8f74f
Merge pull request #1004 from Dokploy/fix/signoz-clickhouse
...
fix(signoz): fix ClickHouse hostname resolution and IPv6 binding
2026-07-14 13:57:40 -06:00
Mauricio Siu
64fb0f6573
Merge pull request #1003 from Dokploy/fix/automatisch
...
fix(automatisch): switch to official image and wire up DOMAIN to fix Bad Gateway
2026-07-14 13:57:31 -06:00
Mauricio Siu
9e02e96e3a
Merge pull request #1002 from Dokploy/fix/immich-update
...
fix(immich): update to v3.0.2
2026-07-14 13:57:22 -06:00
Mauricio Siu
59e323483c
feat: add TREK template
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-14 13:57:21 -06:00
Mauricio Siu
33c3fcdadb
Merge pull request #998 from Dokploy/fix/homarr-volumes
...
fix(homarr): use named volume for /appdata and 64-char hex encryption key
2026-07-14 13:57:07 -06:00
Mauricio Siu
493e824f70
Merge pull request #996 from Dokploy/fix/cockpit-volumes
...
fix(cockpit): persist config and storage volumes per upstream docs
2026-07-14 13:56:58 -06:00
Mauricio Siu
6f27a9427c
Merge pull request #995 from Dokploy/fix/affinepro-update
...
fix(affinepro): update to current AFFiNE images
2026-07-14 13:56:48 -06:00
Mauricio Siu
f76c31ef89
Merge pull request #1024 from Dokploy/feat/markup
...
feat: add Markup template
2026-07-14 13:56:16 -06:00
Mauricio Siu
478c5197b2
Merge pull request #1021 from Dokploy/feat/silex
...
feat: add Silex template
2026-07-14 13:53:56 -06:00
Mauricio Siu
8c15db8a2c
feat: add Frappe LMS template
...
Adds a Frappe LMS (Frappe Learning) template based on the erpnext-v16
blueprint pattern (configurator + create-site + workers + scheduler +
websocket + mariadb + 3x redis).
Pins ghcr.io/frappe/lms:v2.52.0, the latest upstream image that ships
the lms app (v2.52.1+ images are currently published without any apps
baked in). The image does not bundle the payments app, so create-site
clears lms's required_apps before install; paid-course checkout is
unavailable, everything else works. The backend is gated on a
create-site completion marker so gunicorn workers never serve (and
cache) a half-installed site during the 3-6 minute first boot.
Closes #517
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-14 13:53:41 -06:00
Mauricio Siu
a837539398
Merge pull request #999 from Dokploy/fix/logto-update
...
fix(logto): fix postgres role error and update to current version
2026-07-14 13:53:28 -06:00
Mauricio Siu
c33f72b32a
Merge pull request #997 from Dokploy/fix/kener-issues
...
fix(kener): define REDIS_URL and drop unused databases
2026-07-14 13:53:19 -06:00
Mauricio Siu
1c2921417d
Merge pull request #1001 from Dokploy/fix/zitadel-domain
...
fix(zitadel): wire EXTERNALDOMAIN to the generated domain
2026-07-14 13:53:00 -06:00
Mauricio Siu
6f1b083c57
Merge pull request #1005 from Dokploy/fix/infisical-update
...
fix(infisical): update to v0.162.6
2026-07-14 13:52:47 -06:00
Mauricio Siu
bd457e0310
Merge pull request #1022 from Dokploy/feat/spacetimedb
...
feat: add SpacetimeDB template
2026-07-14 13:52:36 -06:00