Files
bifrost-registry/bifrost.json
T
2025-05-09 16:16:37 +07:00

92 lines
1.8 KiB
JSON

{
"id": "bifrost",
"name": "Bifrost",
"description": "Bifrost is a platform for building and deploying applications.",
"deployment": {
"type": "native"
},
"installation": {
"host_type": "local"
},
"apps": [
{
"key": "nextzenos",
"name": "NextZenos",
"sort": 1
},
{
"key": "nextdns",
"name": "NextDNS",
"sort": 2
},
{
"key": "nextcloud",
"name": "NextCloud",
"sort": 3
},
{
"key": "nextvpn",
"name": "NextVPN",
"sort": 4
},
{
"key": "nextnas",
"name": "NextNAS",
"sort": 5
},
{
"key": "nextweb",
"name": "NextWeb",
"sort": 6
},
{
"key": "nextfirewall",
"name": "NextFirewall",
"sort": 7
}
],
"tags": [
{
"key": "server-panel",
"name": "Server Panel",
"sort": 1
},
{
"key": "database",
"name": "Database",
"sort": 2
},
{
"key": "firewall",
"name": "FireWall",
"sort": 3
},
{
"key": "tool",
"name": "Utility",
"sort": 4
},
{
"key": "vpn",
"name": "VPN",
"sort": 5
},
{
"key": "nas",
"name": "NAS",
"sort": 5
},
{
"key": "cli",
"name": "CLI",
"sort": 6
},
{
"key": "api",
"name": "API",
"sort": 6
}
],
"version": "1.0.0",
"lastModified": 1746671214
}