32 lines
1.6 KiB
JSON
32 lines
1.6 KiB
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"]
|
|
},
|
|
{
|
|
"id": "homepage-app",
|
|
"name": "Homepage",
|
|
"description": "Simple Homepage Dashboard",
|
|
"version": "1.0.0",
|
|
"author": "kelin",
|
|
"compose_url": "https://gitea.kelinreij.duckdns.org/kelin/arcane-registry/raw/branch/main/docker-templates/homepage/compose.yml",
|
|
"env_url": "https://gitea.kelinreij.duckdns.org/kelin/arcane-registry/raw/branch/main/docker-templates/homepage/.env.example",
|
|
"documentation_url": "https://gitea.kelinreij.duckdns.org/kelin/arcane-registry/raw/branch/main/docker-templates/homepage/README.md",
|
|
"tags": ["internal", "webapp", "dashboard"]
|
|
}
|
|
]
|
|
} |