diff --git a/registry.json b/registry.json index e9a31c7..0142e85 100644 --- a/registry.json +++ b/registry.json @@ -39,14 +39,17 @@ "documentation_url": "https://gitea.maison43.duckdns.org/gilles/arcane_template/src/branch/main/arcane/README.md", "tags": ["arcane", "docker-manager", "selfhosted"] }, - { +{ "id": "gitea", "name": "Gitea", - "path": "gitea/", - "description": "Serveur Git auto-hébergé complet et léger.", - "category": "devops", - "ports": ["3004", "222"], - "version": "1.0.0" + "description": "Serveur Git auto-hébergé compact et puissant.", + "version": "1.0.0", + "author": "Gilles", + "compose_url": "https://gitea.maison43.duckdns.org/gilles/arcane_template/raw/branch/main/gitea/docker-compose.yml", + "env_url": "https://gitea.maison43.duckdns.org/gilles/arcane_template/raw/branch/main/gitea/.env.example", + "documentation_url": "https://gitea.maison43.duckdns.org/gilles/arcane_template/src/branch/main/gitea/README.md", + "tags": ["git", "gitea", "selfhosted", "dev"] } + ] }