Files
arcane-registry/registry.json
2026-03-12 22:51:20 -04:00

21 lines
994 B
JSON

{
"$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": "backrest-app",
"name": "Backrest",
"description": "Simple Backup Solution",
"version": "1.0.0",
"author": "kelin",
"compose_url": "https://gitea.kelinreij.duckdns.org/kelin/arcane-registry/raw/branch/main/docker-templates/backrest/compose.yml",
"env_url": "https://gitea.kelinreij.duckdns.org/kelin/arcane-registry/raw/branch/main/docker-templates/backrest/.env.example",
"documentation_url": "https://gitea.kelinreij.duckdns.org/kelin/arcane-registry/raw/branch/main/docker-templates/backrest/README.md",
"tags": ["internal", "webapp", "backup"]
}
]
}