21 lines
926 B
JSON
21 lines
926 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://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"]
|
|
}
|
|
]
|
|
} |