commit 7ea12df22eddeee13e01e7fcacbbd22da486c8cb Author: Kelin Reij Date: Thu Mar 12 20:40:51 2026 -0400 Add registry.json diff --git a/registry.json b/registry.json new file mode 100644 index 0000000..c7dc584 --- /dev/null +++ b/registry.json @@ -0,0 +1,21 @@ +{ + "$schema": "https://registry.getarcane.app/schema.json", + "name": "Kelin's Templates", + "description": "Docker templates for my homelab", + "version": "1.0.0", + "author": "kelin", + "url": "https://gitea.kelinreij.duckdns.org/kelin/arcane-registry/docker-templates", + "templates": [ + { + "id": "internal-app", + "name": "Internal Application", + "description": "Company application stack with database", + "version": "1.0.0", + "author": "DevOps Team", + "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", + "tags": ["internal", "webapp", "postgres"] + } + ] +} \ No newline at end of file