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/<id>/meta.json and the aggregate is generated at build time).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Mauricio Siu
2026-07-08 10:52:20 -06:00
parent 730b00d363
commit ca5dfb87a7

View File

@@ -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/<id>/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/<id>/meta.json` (a single JSON object; the root `meta.json` is generated automatically at build time)
```json
{