From ca5dfb87a7ef7cc319d63b3fee9bdf38b5f41143 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Wed, 8 Jul 2026 10:52:20 -0600 Subject: [PATCH] docs: fix remaining README references to the removed root meta.json Lines 11 and 65 still told contributors to add their entry to the root meta.json, which was removed in #978 (metadata now lives in blueprints//meta.json and the aggregate is generated at build time). Co-Authored-By: Claude Fable 5 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3dca3381..bba2bda3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is the official repository for the Dokploy Open Source Templates. 1. Fork the repository 2. Create a new branch 3. Add the template to the `blueprints` folder (`docker-compose.yml`, `template.toml`) -4. Add the template metadata (name, description, version, logo, links, tags) to the `meta.json` file +4. Add the template metadata (name, description, version, logo, links, tags) in a `meta.json` file inside your template folder (`blueprints//meta.json`) — do NOT create or edit a root-level `meta.json`, it is generated at build time 5. Add the logo to the template folder 6. Commit and push your changes 7. Create a pull request (PR) @@ -62,7 +62,7 @@ host = "${main_domain}" [[config.mounts]] ``` -4. Add meta information to the `meta.json` file in the root folder +4. Add the meta information in `blueprints//meta.json` (a single JSON object; the root `meta.json` is generated automatically at build time) ```json {