Files
blackroad-operating-system/services/os-services.json
2025-11-21 13:30:18 -06:00

38 lines
1.0 KiB
JSON

[
{
"id": "core",
"name": "BlackRoad OS Core",
"kind": "backend",
"repo": "https://github.com/BlackRoad-OS/blackroad-os-core",
"healthUrl": "https://core.blackroad.systems/health"
},
{
"id": "operator",
"name": "BlackRoad OS Operator",
"kind": "backend",
"repo": "https://github.com/BlackRoad-OS/blackroad-os-operator",
"healthUrl": "https://operator.blackroad.systems/health"
},
{
"id": "web",
"name": "BlackRoad OS Web",
"kind": "frontend",
"repo": "https://github.com/BlackRoad-OS/blackroad-os-web",
"healthUrl": "https://blackroad.systems/api/health"
},
{
"id": "prism-console",
"name": "Prism Console",
"kind": "frontend",
"repo": "https://github.com/BlackRoad-OS/blackroad-os-prism-console",
"healthUrl": "https://console.blackroad.systems/api/health"
},
{
"id": "docs",
"name": "BlackRoad OS Docs",
"kind": "frontend",
"repo": "https://github.com/BlackRoad-OS/blackroad-os-docs",
"healthUrl": "https://docs.blackroad.systems/api/health"
}
]