From baad49bab5d3b3b6f79293f3684654f07ce46c2d Mon Sep 17 00:00:00 2001 From: gilles soulier Date: Sun, 23 Nov 2025 07:12:22 +0100 Subject: [PATCH] Actualiser registry.json --- registry.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/registry.json b/registry.json index a1d6142..c4ad179 100644 --- a/registry.json +++ b/registry.json @@ -60,8 +60,20 @@ "env_url": "https://gitea.maison43.duckdns.org/gilles/arcane_template/raw/branch/main/hortus-fox/.env.example", "documentation_url": "https://gitea.maison43.duckdns.org/gilles/arcane_template/src/branch/main/hortus-fox/README.md", "tags": ["garden", "potager", "hortus", "selfhosted", "mariadb"] +}, +{ + "id": "memos", + "name": "Memos — Prise de notes", + "description": "Application de prise de notes légère et auto-hébergée.", + "version": "1.0.0", + "author": "Gilles", + "compose_url": "https://gitea.maison43.duckdns.org/gilles/arcane_template/raw/branch/main/memos/docker-compose.yml", + "env_url": "https://gitea.maison43.duckdns.org/gilles/arcane_template/raw/branch/main/memos/.env.example", + "documentation_url": "https://gitea.maison43.duckdns.org/gilles/arcane_template/src/branch/main/memos/README.md", + "tags": ["notes", "selfhosted", "memos"] } + ] }