This commit is contained in:
2025-05-10 11:00:57 +07:00
parent a0c4787eda
commit e2fcd0be74
10 changed files with 207 additions and 165 deletions
+47 -88
View File
@@ -1,92 +1,51 @@
{
"id": "bifrost",
"name": "Bifrost",
"description": "Bifrost is a platform for building and deploying applications.",
"deployment": {
"type": "native"
"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
},
"installation": {
"host_type": "local"
{
"key": "nextdns",
"name": "NextDNS",
"sort": 2
},
"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
{
"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": [],
"version": "1.0.0",
"lastModified": 1746671214
}