Update registry.json

This commit is contained in:
2026-03-13 01:36:17 -04:00
parent 1f027aad02
commit 6494b94612

View File

@@ -16,6 +16,17 @@
"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"]
}
]
}