From b25eefe99a60dd008705d9c8daaa0badd2687b3b Mon Sep 17 00:00:00 2001 From: hoangvv Date: Wed, 7 May 2025 16:11:59 +0700 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb5c3cc..8f81dc6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ -# bifrost-registry +# Bifrost Registry +**Bifrost Registry** is a manifest repository for applications managed by the [Bifrost](https://git.nextzenos.com/NextZen/Bifrost) platform. It serves as a centralized, version-controlled index of all apps Bifrost can detect, install, manage, and interact with. + +## 📦 What Is This? + +`bifrost-registry` contains declarative manifest files (YAML format) that describe: + +- Application metadata (name, version, description) +- Repository URLs (source code, containers, etc.) +- Deployment type (e.g., Docker Compose, K8s Helm, native binary) +- Health checks, UI entrypoints, and management APIs +- Optional custom behaviors Bifrost can invoke (e.g., backup, restore) \ No newline at end of file