From 984fcbe4a57876a6861fa81e016424b20ec71ead Mon Sep 17 00:00:00 2001 From: KaySar12 Date: Thu, 8 May 2025 09:30:06 +0700 Subject: [PATCH] update registry --- nextcloud.json | 14 ++++++++++++++ nextdns.json | 14 ++++++++++++++ nextfirewall.json | 14 ++++++++++++++ nextnas.json | 13 +++++++++++++ nextvpn.json | 14 ++++++++++++++ nextweb.json | 14 ++++++++++++++ nextzenos.json | 13 +++++++++++++ 7 files changed, 96 insertions(+) create mode 100644 nextcloud.json create mode 100644 nextdns.json create mode 100644 nextfirewall.json create mode 100644 nextnas.json create mode 100644 nextvpn.json create mode 100644 nextweb.json create mode 100644 nextzenos.json diff --git a/nextcloud.json b/nextcloud.json new file mode 100644 index 0000000..a8462a7 --- /dev/null +++ b/nextcloud.json @@ -0,0 +1,14 @@ +{ + "id": "nextcloud", + "name": "NextCloud", + "version": "1.0", + "description": "", + "deployment": { + "type": "docker" + }, + "location": { + "host_type": "local", + "installation_path": "/opt/bifrost/apps/nextcloud" + }, + "lastModified": 1746671214 +} \ No newline at end of file diff --git a/nextdns.json b/nextdns.json new file mode 100644 index 0000000..8132708 --- /dev/null +++ b/nextdns.json @@ -0,0 +1,14 @@ +{ + "id": "nextdns", + "name": "NextDNS", + "version": "1.0", + "description": "", + "deployment": { + "type": "native" + }, + "location": { + "host_type": "remote", + "host": "10.0.0.1" + }, + "lastModified": 1746671214 +} \ No newline at end of file diff --git a/nextfirewall.json b/nextfirewall.json new file mode 100644 index 0000000..5737429 --- /dev/null +++ b/nextfirewall.json @@ -0,0 +1,14 @@ +{ + "id": "nextfirewall", + "name": "NextFirewall", + "version": "1.0", + "description": "", + "deployment": { + "type": "native" + }, + "location": { + "host_type": "remote", + "host": "10.0.0.1" + }, + "lastModified": 1746671214 +} \ No newline at end of file diff --git a/nextnas.json b/nextnas.json new file mode 100644 index 0000000..90514d7 --- /dev/null +++ b/nextnas.json @@ -0,0 +1,13 @@ +{ + "id": "nextnas", + "name": "NextNAS", + "version": "1.0", + "description": "", + "deployment": { + "type": "native" + }, + "location": { + "host_type": "local" + }, + "lastModified": 1746671214 +} \ No newline at end of file diff --git a/nextvpn.json b/nextvpn.json new file mode 100644 index 0000000..9403ae1 --- /dev/null +++ b/nextvpn.json @@ -0,0 +1,14 @@ +{ + "id": "nextvpn", + "name": "NextVPN", + "version": "1.0", + "description": "", + "deployment": { + "type": "docker" + }, + "location": { + "host_type": "local", + "installation_path": "/opt/bifrost/apps/nextvpn" + }, + "lastModified": 1746671214 +} \ No newline at end of file diff --git a/nextweb.json b/nextweb.json new file mode 100644 index 0000000..c3d6651 --- /dev/null +++ b/nextweb.json @@ -0,0 +1,14 @@ +{ + "id": "nextweb", + "name": "NextWeb", + "version": "1.2", + "description": "The new generation of Linux server operation and maintenance management panel", + "deployment": { + "type": "docker" + }, + "location": { + "host_type": "local", + "installation_path": "/opt/bifrost/apps/nextweb" + }, + "lastModified": 1746671214 +} \ No newline at end of file diff --git a/nextzenos.json b/nextzenos.json new file mode 100644 index 0000000..81b08c4 --- /dev/null +++ b/nextzenos.json @@ -0,0 +1,13 @@ +{ + "id": "nextzenos", + "name": "NextZenOS", + "version": "1.4", + "description": "", + "deployment": { + "type": "native" + }, + "location": { + "host_type": "local" + }, + "lastModified": 1746671214 +} \ No newline at end of file