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
+83
View File
@@ -0,0 +1,83 @@
{
"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
}
+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
}
+12 -12
View File
@@ -1,14 +1,14 @@
{
"id": "nextcloud",
"name": "NextCloud",
"version": "1.0",
"description": "",
"deployment": {
"type": "docker"
},
"installation": {
"host_type": "local"
},
"tags": [],
"lastModified": 1746671214
"id": "nextcloud",
"name": "NextCloud",
"version": "1.0",
"description": "Self-hosted productivity platform for file sharing, collaboration, and communication",
"deployment": {
"type": "docker"
},
"installation": {
"host_type": "local"
},
"tags": [],
"lastModified": 1746671214
}
+1 -1
View File
@@ -2,7 +2,7 @@
"id": "nextdns",
"name": "NextDNS",
"version": "1.0",
"description": "",
"description": "NextDNS provides a DNS-based content filtering service to protect devices from malware, ads, and adult content",
"deployment": {
"type": "native"
},
+13 -13
View File
@@ -1,15 +1,15 @@
{
"id": "nextfirewall",
"name": "NextFirewall",
"version": "1.0",
"description": "",
"deployment": {
"type": "native"
},
"installation": {
"host_type": "remote",
"host": "10.0.0.1"
},
"tags": [],
"lastModified": 1746671214
"id": "nextfirewall",
"name": "NextFirewall",
"version": "1.0",
"description": "Advanced firewall solution for network security with comprehensive filtering and protection features",
"deployment": {
"type": "native"
},
"installation": {
"host_type": "remote",
"host": "10.0.0.1"
},
"tags": [],
"lastModified": 1746671214
}
+12 -12
View File
@@ -1,14 +1,14 @@
{
"id": "nextnas",
"name": "NextNAS",
"version": "1.0",
"description": "",
"deployment": {
"type": "native"
},
"installation": {
"host_type": "local"
},
"tags": [],
"lastModified": 1746671214
"id": "nextnas",
"name": "NextNAS",
"version": "1.0",
"description": "Network-attached storage system for secure file sharing and backup management",
"deployment": {
"type": "native"
},
"installation": {
"host_type": "local"
},
"tags": [],
"lastModified": 1746671214
}
+12 -12
View File
@@ -1,14 +1,14 @@
{
"id": "nextvpn",
"name": "NextVPN",
"version": "1.0",
"description": "",
"deployment": {
"type": "docker"
},
"installation": {
"host_type": "local"
},
"tags": [],
"lastModified": 1746671214
"id": "nextvpn",
"name": "NextVPN",
"version": "1.0",
"description": "Secure VPN solution for encrypted network connections and remote access",
"deployment": {
"type": "docker"
},
"installation": {
"host_type": "local"
},
"tags": [],
"lastModified": 1746671214
}
+13 -13
View File
@@ -1,15 +1,15 @@
{
"id": "nextweb",
"name": "NextWeb",
"version": "1.2",
"description": "The new generation of Linux server operation and maintenance management panel",
"deployment": {
"type": "docker"
},
"installation": {
"host_type": "local"
},
"apps": [],
"tags": [],
"lastModified": 1746671214
"id": "nextweb",
"name": "NextWeb",
"version": "1.2",
"description": "The new generation of Linux server operation and maintenance management panel",
"deployment": {
"type": "docker"
},
"installation": {
"host_type": "local"
},
"apps": [],
"tags": [],
"lastModified": 1746671214
}
+14 -14
View File
@@ -1,15 +1,15 @@
{
"id": "nextzenos",
"name": "NextzenOS",
"version": "1.4",
"description": "",
"deployment": {
"type": "native"
},
"installation": {
"host_type": "local"
},
"apps": [],
"tags": [],
"lastModified": 1746671214
}
"id": "nextzenos",
"name": "NextzenOS",
"version": "1.4",
"description": "Comprehensive operating system designed for network and server management",
"deployment": {
"type": "native"
},
"installation": {
"host_type": "local"
},
"apps": [],
"tags": [],
"lastModified": 1746671214
}
Binary file not shown.