Files
bifrost-registry/bifrost.json
T

61 lines
1023 B
JSON
Raw Normal View History

2025-05-09 10:15:15 +07:00
{
2025-05-10 11:00:57 +07:00
"id": "bifrost",
"name": "Bifrost",
"description": "Bifrost is a platform for building and deploying applications.",
"installation": {
2025-05-13 11:39:43 +07:00
"host_type": "local",
"deployment": {
"type": "native"
}
2025-05-10 11:00:57 +07:00
},
"apps": [
2025-05-13 11:32:18 +07:00
{
"key": "accountcenter",
"name": "AccountCenter",
"sort": 1
},
2025-05-10 11:00:57 +07:00
{
"key": "nextzenos",
"name": "NextZenos",
2025-05-13 11:32:18 +07:00
"sort": 2
2025-05-09 16:16:37 +07:00
},
2025-05-10 11:00:57 +07:00
{
"key": "nextdns",
"name": "NextDNS",
2025-05-13 11:32:18 +07:00
"sort": 3
2025-05-09 16:16:37 +07:00
},
2025-05-10 11:00:57 +07:00
{
"key": "nextcloud",
"name": "NextCloud",
2025-05-13 11:32:18 +07:00
"sort": 4
2025-05-10 11:00:57 +07:00
},
{
"key": "nextvpn",
"name": "NextVPN",
2025-05-13 11:32:18 +07:00
"sort": 5
2025-05-10 11:00:57 +07:00
},
{
"key": "nextnas",
"name": "NextNAS",
2025-05-13 11:32:18 +07:00
"sort": 6
2025-05-10 11:00:57 +07:00
},
{
"key": "nextweb",
"name": "NextWeb",
2025-05-13 11:32:18 +07:00
"sort": 7
2025-05-10 11:00:57 +07:00
},
{
"key": "nextfirewall",
"name": "NextFirewall",
2025-05-13 11:32:18 +07:00
"sort": 8
2025-05-10 11:00:57 +07:00
}
],
2025-05-13 10:34:05 +07:00
"required": "true",
2025-05-13 11:30:00 +07:00
"tags": [
"tool",
"database",
"os"
],
2025-05-10 11:00:57 +07:00
"version": "1.0.0",
"lastModified": 1746671214
2025-05-09 10:15:15 +07:00
}