21 lines
994 B
JSON
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"]
|
|
}
|
|
]
|
|
} |