mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 16:55:42 -05:00
[PR #711] [MERGED] New templates #4197
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/711
Author: @Siumauricio
Created: 2/16/2026
Status: ✅ Merged
Merged: 2/16/2026
Merged by: @Siumauricio
Base:
main← Head:canary📝 Commits (10+)
1e21b7efeat(librechat): add LibreChat blueprint with compose, toml, metadata, links and tags758cf1dfix: rename templates to template.toml47daea9fix(librechat): rename api service to librechat in docker-compose.yml3e8b431Update blueprints/librechat/template.toml60796a9Update blueprints/librechat/template.toml1d70294fix(librechat): add version under [config] and remove stray [config.mounts] header2e1fb3bfix(librechat): remove predefined persistent volume mounts from template.toml46dc5b9docs(librechat): add authentication reference link to docker-compose.ymlac07aa2feat: add Rote templated58cc15fix: process meta.json to fix formatting and sorting📊 Changes
49 files changed (+1341 additions, -123 deletions)
View changed files
📝
AGENTS.md(+10 -0)📝
CONTRIBUTING.md(+5 -0)📝
blueprints/ackee/instructions.md(+1 -1)📝
blueprints/alist/docker-compose.yml(+1 -1)📝
blueprints/appsmith/docker-compose.yml(+6 -2)📝
blueprints/budibase/docker-compose.yml(+12 -25)➕
blueprints/cloudflare-ddns/cloudflare-ddns.svg(+8 -0)➕
blueprints/cloudflare-ddns/docker-compose.yml(+16 -0)➕
blueprints/cloudflare-ddns/template.toml(+9 -0)📝
blueprints/cloudflared/docker-compose.yml(+2 -2)📝
blueprints/cloudflared/template.toml(+3 -1)📝
blueprints/habitica/docker-compose.yml(+66 -9)📝
blueprints/habitica/template.toml(+16 -8)📝
blueprints/invoiceshelf/docker-compose.yml(+2 -4)➕
blueprints/ipfs/docker-compose.yml(+17 -0)➕
blueprints/ipfs/ipfs.svg(+1 -0)➕
blueprints/ipfs/template.toml(+25 -0)📝
blueprints/nextcloud-aio/docker-compose.yml(+1 -1)➕
blueprints/openclaw/docker-compose.yml(+86 -0)➕
blueprints/openclaw/openclaw.svg(+60 -0)...and 29 more files
📄 Description
What is this PR about?
New PR of [Template Name]
Checklist
Before submitting this PR, please make sure that:
Issues related (if applicable)
Close automatically the related issues using the keywords:
closes #ISSUE_NUMBERScreenshots or Videos
Greptile Summary
Large PR adding 11 new templates (cloudflare-ddns, ipfs, openclaw, postgres-pgdog, pulse, seaweedfs, strapi, trilium-next, wuzapi, cloudflare-ddns, habitica overhaul) and updating ~12 existing templates (alist, appsmith, budibase, cloudflared, habitica, invoiceshelf, nextcloud-aio, supabase, superset, trmnl-byos-laravel, uptime-kuma, vikunja, wg-easy). Also adds PR guidelines to
CONTRIBUTING.mdand volume bind mount guidance toAGENTS.md.superset,strapi,postgres-pgdog) mount the Postgres data volume to/var/lib/postgresqlinstead of the correct/var/lib/postgresql/data. The superset template previously had the correct path and was changed in this PR. This will cause data persistence failures.BROWSER_CDP_URLreferences port9223but the browser service listens on9222, preventing the openclaw service from connecting.CMD-SHELLwith multiple array arguments instead of a single command string. Docker will only pass the first argument to the shell, causing the healthcheck to always fail.meta.jsonand theirdocker-compose.ymlimage tags:cloudflare-ddns,openclaw,pulse,seaweedfs,trilium-next, andwuzapi.template.toml(TRILIUM_DATA_DIR=/root) and the volume mount path, host path bind mounts instead of named volumes, and a typo (mountinstead ofmounts) intemplate.toml.container_name— Violates Dokploy template conventions perAGENTS.md.Confidence Score: 2/5
blueprints/superset/docker-compose.yml,blueprints/strapi/docker-compose.yml,blueprints/postgres-pgdog/docker-compose.yml(Postgres volume paths),blueprints/openclaw/docker-compose.yml(port mismatch),blueprints/vikunja/docker-compose.yml(healthcheck syntax),blueprints/trilium-next/(multiple issues), andmeta.json(version mismatches).Last reviewed commit:
38e417bContext used:
dashboard- AGENTS.md (source)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.