mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-08 09:38:42 -05:00
[PR #708] [MERGED] New version #1246
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/708
Author: @Siumauricio
Created: 2/12/2026
Status: ✅ Merged
Merged: 2/12/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
10 files changed (+246 additions, -6 deletions)
View changed files
📝
blueprints/ackee/instructions.md(+1 -1)➕
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/openclaw/docker-compose.yml(+86 -0)➕
blueprints/openclaw/openclaw.svg(+60 -0)➕
blueprints/openclaw/template.toml(+21 -0)📝
meta.json(+40 -2)📄 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 Overview
Greptile Summary
This PR adds three new templates (Cloudflare DDNS and Openclaw) along with updates to existing Cloudflared template documentation and a minor fix to Ackee instructions. The PR introduces useful additions to the template library but has several critical issues that must be resolved:
Critical Issues:
docker-compose.ymlfiles are missing the requiredversion: "3.8"declarationdocker-compose.ymlis missingrestartpolicies on both servicesmeta.json(2026.1.29) and the Docker image tag (2026.2.6) for Openclawdocker-compose.yml(lines 49-54 missing${}wrapping)Other Changes:
template.tomlmigrated to proper[config.env]structureThe changes follow the general Dokploy template structure but violate several documented conventions in
AGENTS.mdthat are critical for proper template functionality.Confidence Score: 1/5
versiondeclarations in docker-compose files, missingrestartpolicies, version mismatch between metadata and actual image, and inconsistent environment variable syntax. These are documented requirements inAGENTS.mdthat are critical for template functionality.blueprints/cloudflare-ddns/docker-compose.yml,blueprints/openclaw/docker-compose.yml, andmeta.json- these files contain critical errors that must be fixed before mergeContext used:
dashboard- AGENTS.md (source)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.