Files
bifrost-registry/README.md
T

13 lines
677 B
Markdown
Raw Normal View History

2025-05-07 16:11:59 +07:00
# Bifrost Registry
2025-05-07 16:09:33 +07:00
2025-05-07 16:11:59 +07:00
**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.
2025-05-07 16:12:17 +07:00
## What Is This?
2025-05-07 16:11:59 +07:00
`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)