From 5f33ec79720a85ccfc52e2c516a3020954ece79a Mon Sep 17 00:00:00 2001 From: gilles soulier Date: Sun, 23 Nov 2025 06:43:17 +0100 Subject: [PATCH] Actualiser registry.json --- registry.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/registry.json b/registry.json index 7ac329d..e9a31c7 100644 --- a/registry.json +++ b/registry.json @@ -38,6 +38,15 @@ "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"] - } + }, + { + "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" +} ] }