From 895b5cb90b0c4bf595612f89690dcd1dd3df150a Mon Sep 17 00:00:00 2001 From: gilles soulier Date: Sun, 23 Nov 2025 05:19:58 +0100 Subject: [PATCH] Actualiser registry.json --- registry.json | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/registry.json b/registry.json index a7fe9bf..f834459 100644 --- a/registry.json +++ b/registry.json @@ -7,15 +7,26 @@ "url": "https://gitea.maison43.duckdns.org/gilles/arcane_template", "templates": [ { - "id": "template-1", - "name": "Template 1 – Exemple", - "description": "Une stack exemple pour montrer le fonctionnement", + "id": "dokuwiki", + "name": "DokuWiki", + "description": "Stack Docker pour DokuWiki via LinuxServer image", "version": "0.1.0", "author": "Gilles", - "compose_url": "https://gitea.maison43.duckdns.org/gilles/arcane_template/raw/branch/main/template-1/docker-compose.yml", - "env_url": "https://gitea.maison43.duckdns.org/gilles/arcane_template/raw/branch/main/template-1/.env.example", - "documentation_url": "https://gitea.maison43.duckdns.org/gilles/arcane_template/src/branch/main/template-1/README.md", - "tags": ["exemple","docker","template-1"] + "compose_url": "https://gitea.maison43.duckdns.org/gilles/arcane_template/raw/branch/main/dokuwiki/docker-compose.yml", + "env_url": "https://gitea.maison43.duckdns.org/gilles/arcane_template/raw/branch/main/dokuwiki/.env.example", + "documentation_url": "https://gitea.maison43.duckdns.org/gilles/arcane_template/src/branch/main/dokuwiki/README.md", + "tags": ["wikimedia", "dokuwiki", "docker"] + }, + { + "id": "heimdall", + "name": "Heimdall", + "description": "Stack Docker pour Heimdall via LinuxServer image", + "version": "0.1.0", + "author": "Gilles", + "compose_url": "https://gitea.maison43.duckdns.org/gilles/arcane_template/raw/branch/main/heimdall/docker-compose.yml", + "env_url": "https://gitea.maison43.duckdns.org/gilles/arcane_template/raw/branch/main/heimdall/.env.example", + "documentation_url": "https://gitea.maison43.duckdns.org/gilles/arcane_template/src/branch/main/heimdall/README.md", + "tags": ["dashboard", "heimdall", "docker"] } ] }