From e2fcd0be748af0b52b31b2acb840173524680751 Mon Sep 17 00:00:00 2001 From: KaySar12 Date: Sat, 10 May 2025 11:00:57 +0700 Subject: [PATCH] update --- __manifest__.json | 83 +++++++++++ bifrost.json | 135 ++++++------------ nextcloud.json | 24 ++-- nextdns.json | 2 +- nextfirewall.json | 26 ++-- nextnas.json | 24 ++-- nextvpn.json | 24 ++-- nextweb.json | 26 ++-- nextzenos.json | 28 ++-- .../gitea/__pycache__/config.cpython-312.pyc | Bin 1028 -> 1028 bytes 10 files changed, 207 insertions(+), 165 deletions(-) create mode 100644 __manifest__.json diff --git a/__manifest__.json b/__manifest__.json new file mode 100644 index 0000000..0b64753 --- /dev/null +++ b/__manifest__.json @@ -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 +} \ No newline at end of file diff --git a/bifrost.json b/bifrost.json index 7be94e5..9abf84a 100644 --- a/bifrost.json +++ b/bifrost.json @@ -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 } \ No newline at end of file diff --git a/nextcloud.json b/nextcloud.json index 3f0a42a..2dec72f 100644 --- a/nextcloud.json +++ b/nextcloud.json @@ -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 } \ No newline at end of file diff --git a/nextdns.json b/nextdns.json index 8a0796f..b177fcf 100644 --- a/nextdns.json +++ b/nextdns.json @@ -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" }, diff --git a/nextfirewall.json b/nextfirewall.json index c36cb1e..1adf3f5 100644 --- a/nextfirewall.json +++ b/nextfirewall.json @@ -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 } \ No newline at end of file diff --git a/nextnas.json b/nextnas.json index 78ba1b6..190d5c9 100644 --- a/nextnas.json +++ b/nextnas.json @@ -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 } \ No newline at end of file diff --git a/nextvpn.json b/nextvpn.json index 31c5a4a..c6c9441 100644 --- a/nextvpn.json +++ b/nextvpn.json @@ -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 } \ No newline at end of file diff --git a/nextweb.json b/nextweb.json index 6924ac3..4f6550e 100644 --- a/nextweb.json +++ b/nextweb.json @@ -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 } \ No newline at end of file diff --git a/nextzenos.json b/nextzenos.json index e78426d..02904e8 100644 --- a/nextzenos.json +++ b/nextzenos.json @@ -1,15 +1,15 @@ { - "id": "nextzenos", - "name": "NextzenOS", - "version": "1.4", - "description": "", - "deployment": { - "type": "native" - }, - "installation": { - "host_type": "local" - }, - "apps": [], - "tags": [], - "lastModified": 1746671214 -} \ No newline at end of file + "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 +} diff --git a/scripts/gitea/__pycache__/config.cpython-312.pyc b/scripts/gitea/__pycache__/config.cpython-312.pyc index b33a3e8b4621409b9152e043125f4187b9ab64d4..cc16404a813a22740f3c7e24377011256169e89a 100644 GIT binary patch delta 19 ZcmZqSXyM>G&CAQh00c`^1vvl! delta 19 ZcmZqSXyM>G&CAQh00i^5Y~=dI3;-=H1swnY