From 8c544179d66c299f41388ac4115da17ef7ef3e87 Mon Sep 17 00:00:00 2001 From: Kelin Reij Date: Thu, 12 Mar 2026 21:23:24 -0400 Subject: [PATCH] Update registry.json --- registry.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/registry.json b/registry.json index c7dc584..785b2ea 100644 --- a/registry.json +++ b/registry.json @@ -7,11 +7,11 @@ "url": "https://gitea.kelinreij.duckdns.org/kelin/arcane-registry/docker-templates", "templates": [ { - "id": "internal-app", - "name": "Internal Application", - "description": "Company application stack with database", + "id": "backrest-app", + "name": "Backrest", + "description": "Simple Backup Solution", "version": "1.0.0", - "author": "DevOps Team", + "author": "kelin", "compose_url": "https://raw.githubusercontent.com/yourcompany/docker-templates/main/internal-app/docker-compose.yml", "env_url": "https://raw.githubusercontent.com/yourcompany/docker-templates/main/internal-app/.env.example", "documentation_url": "https://github.com/yourcompany/docker-templates/tree/main/internal-app",