diff --git a/registry.json b/registry.json index f834459..7ac329d 100644 --- a/registry.json +++ b/registry.json @@ -27,6 +27,17 @@ "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"] + }, + { + "id": "arcane", + "name": "Arcane Docker Manager", + "description": "Stack Docker pour Arcane (gestionnaire de containers)", + "version": "0.1.0", + "author": "Gilles", + "compose_url": "https://gitea.maison43.duckdns.org/gilles/arcane_template/raw/branch/main/arcane/docker-compose.yml", + "env_url": "https://gitea.maison43.duckdns.org/gilles/arcane_template/raw/branch/main/arcane/.env.example", + "documentation_url": "https://gitea.maison43.duckdns.org/gilles/arcane_template/src/branch/main/arcane/README.md", + "tags": ["arcane", "docker-manager", "selfhosted"] } ] }