update registry
This commit is contained in:
+4
-4
@@ -3,12 +3,12 @@
|
||||
"name": "AccountCenter",
|
||||
"version": "1.0",
|
||||
"description": "Account Center is a platform for managing user accounts and permissions",
|
||||
"deployment": {
|
||||
"type": "docker"
|
||||
},
|
||||
"installation": {
|
||||
"host_type": "local",
|
||||
"path": "/root/dev/docker-apps/Authentik/AccountCenter"
|
||||
"path": "/root/dev/docker-apps/Authentik/AccountCenter",
|
||||
"deployment": {
|
||||
"type": "docker"
|
||||
}
|
||||
},
|
||||
"required": "true",
|
||||
"tags": [
|
||||
|
||||
+4
-4
@@ -2,11 +2,11 @@
|
||||
"id": "bifrost",
|
||||
"name": "Bifrost",
|
||||
"description": "Bifrost is a platform for building and deploying applications.",
|
||||
"deployment": {
|
||||
"type": "native"
|
||||
},
|
||||
"installation": {
|
||||
"host_type": "local"
|
||||
"host_type": "local",
|
||||
"deployment": {
|
||||
"type": "native"
|
||||
}
|
||||
},
|
||||
"apps": [
|
||||
{
|
||||
|
||||
+4
-4
@@ -3,11 +3,11 @@
|
||||
"name": "NextCloud",
|
||||
"version": "1.0",
|
||||
"description": "Self-hosted productivity platform for file sharing, collaboration, and communication",
|
||||
"deployment": {
|
||||
"type": "docker"
|
||||
},
|
||||
"installation": {
|
||||
"host_type": "local"
|
||||
"host_type": "local",
|
||||
"deployment": {
|
||||
"type": "native"
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"storage",
|
||||
|
||||
+4
-4
@@ -3,12 +3,12 @@
|
||||
"name": "NextDNS",
|
||||
"version": "1.0",
|
||||
"description": "NextDNS provides a DNS-based content filtering service to protect devices from malware, ads, and adult content",
|
||||
"deployment": {
|
||||
"type": "native"
|
||||
},
|
||||
"installation": {
|
||||
"host_type": "remote",
|
||||
"host": "10.0.0.1"
|
||||
"host": "10.0.0.1",
|
||||
"deployment": {
|
||||
"type": "native"
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"security"
|
||||
|
||||
+4
-4
@@ -3,12 +3,12 @@
|
||||
"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"
|
||||
"host": "10.0.0.1",
|
||||
"deployment": {
|
||||
"type": "native"
|
||||
}
|
||||
},
|
||||
"required": "true",
|
||||
"tags": [
|
||||
|
||||
+4
-4
@@ -3,11 +3,11 @@
|
||||
"name": "NextNAS",
|
||||
"version": "1.0",
|
||||
"description": "Network-attached storage system for secure file sharing and backup management",
|
||||
"deployment": {
|
||||
"type": "native"
|
||||
},
|
||||
"installation": {
|
||||
"host_type": "local"
|
||||
"host_type": "local",
|
||||
"deployment": {
|
||||
"type": "native"
|
||||
}
|
||||
},
|
||||
"required": "true",
|
||||
"tags": [
|
||||
|
||||
+4
-4
@@ -3,11 +3,11 @@
|
||||
"name": "NextVPN",
|
||||
"version": "1.0",
|
||||
"description": "Secure VPN solution for encrypted network connections and remote access",
|
||||
"deployment": {
|
||||
"type": "docker"
|
||||
},
|
||||
"installation": {
|
||||
"host_type": "local"
|
||||
"host_type": "local",
|
||||
"deployment": {
|
||||
"type": "docker"
|
||||
}
|
||||
},
|
||||
"required": "true",
|
||||
"tags": [
|
||||
|
||||
+4
-4
@@ -3,11 +3,11 @@
|
||||
"name": "NextWeb",
|
||||
"version": "1.2",
|
||||
"description": "The new generation of Linux server operation and maintenance management panel",
|
||||
"deployment": {
|
||||
"type": "docker"
|
||||
},
|
||||
"installation": {
|
||||
"host_type": "local"
|
||||
"host_type": "local",
|
||||
"deployment": {
|
||||
"type": "docker"
|
||||
}
|
||||
},
|
||||
"required": "true",
|
||||
"apps": [],
|
||||
|
||||
+4
-4
@@ -3,13 +3,13 @@
|
||||
"name": "NextzenOS",
|
||||
"version": "1.4",
|
||||
"description": "Comprehensive operating system designed for network and server management",
|
||||
"deployment": {
|
||||
"type": "native"
|
||||
},
|
||||
"required": "true",
|
||||
"installation": {
|
||||
"host_type": "local",
|
||||
"path": "/var/lib/casaos"
|
||||
"path": "/var/lib/casaos",
|
||||
"deployment": {
|
||||
"type": "native"
|
||||
}
|
||||
},
|
||||
"apps": [],
|
||||
"tags": [
|
||||
|
||||
Reference in New Issue
Block a user