update
This commit is contained in:
+36
-7
@@ -47,11 +47,6 @@
|
|||||||
"name": "Database",
|
"name": "Database",
|
||||||
"sort": 1
|
"sort": 1
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"key": "firewall",
|
|
||||||
"name": "FireWall",
|
|
||||||
"sort": 2
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"key": "tool",
|
"key": "tool",
|
||||||
"name": "Utility",
|
"name": "Utility",
|
||||||
@@ -78,14 +73,48 @@
|
|||||||
"sort": 7
|
"sort": 7
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "sso-provider",
|
"key": "sso",
|
||||||
"name": "SSO Provider",
|
"name": "SSO",
|
||||||
"sort": 8
|
"sort": 8
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "network",
|
"key": "network",
|
||||||
"name": "Network",
|
"name": "Network",
|
||||||
"sort": 9
|
"sort": 9
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "cloud",
|
||||||
|
"name": "Cloud",
|
||||||
|
"sort": 10
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "storage",
|
||||||
|
"name": "Storage",
|
||||||
|
"sort": 11
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "monitoring",
|
||||||
|
"name": "Monitoring",
|
||||||
|
"sort": 12
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "web",
|
||||||
|
"name": "Web",
|
||||||
|
"sort": 13
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "security",
|
||||||
|
"name": "Security"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "os",
|
||||||
|
"name": "OS",
|
||||||
|
"sort": 14
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "appstore",
|
||||||
|
"name": "AppStore",
|
||||||
|
"sort": 15
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
|
|||||||
+5
-1
@@ -11,6 +11,10 @@
|
|||||||
"path": "/root/dev/docker-apps/Authentik/AccountCenter"
|
"path": "/root/dev/docker-apps/Authentik/AccountCenter"
|
||||||
},
|
},
|
||||||
"required": "true",
|
"required": "true",
|
||||||
"tags": [],
|
"tags": [
|
||||||
|
"sso",
|
||||||
|
"security",
|
||||||
|
"monitoring"
|
||||||
|
],
|
||||||
"lastModified": 1746671214
|
"lastModified": 1746671214
|
||||||
}
|
}
|
||||||
+5
-1
@@ -46,7 +46,11 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"required": "true",
|
"required": "true",
|
||||||
"tags": [],
|
"tags": [
|
||||||
|
"tool",
|
||||||
|
"database",
|
||||||
|
"os"
|
||||||
|
],
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"lastModified": 1746671214
|
"lastModified": 1746671214
|
||||||
}
|
}
|
||||||
+4
-1
@@ -9,6 +9,9 @@
|
|||||||
"installation": {
|
"installation": {
|
||||||
"host_type": "local"
|
"host_type": "local"
|
||||||
},
|
},
|
||||||
"tags": [],
|
"tags": [
|
||||||
|
"storage",
|
||||||
|
"cloud"
|
||||||
|
],
|
||||||
"lastModified": 1746671214
|
"lastModified": 1746671214
|
||||||
}
|
}
|
||||||
+3
-1
@@ -10,7 +10,9 @@
|
|||||||
"host_type": "remote",
|
"host_type": "remote",
|
||||||
"host": "10.0.0.1"
|
"host": "10.0.0.1"
|
||||||
},
|
},
|
||||||
"tags": [],
|
"tags": [
|
||||||
|
"security"
|
||||||
|
],
|
||||||
"lastModified": 1746671214,
|
"lastModified": 1746671214,
|
||||||
"required": "true"
|
"required": "true"
|
||||||
}
|
}
|
||||||
+4
-1
@@ -11,6 +11,9 @@
|
|||||||
"host": "10.0.0.1"
|
"host": "10.0.0.1"
|
||||||
},
|
},
|
||||||
"required": "true",
|
"required": "true",
|
||||||
"tags": [],
|
"tags": [
|
||||||
|
"security",
|
||||||
|
"network"
|
||||||
|
],
|
||||||
"lastModified": 1746671214
|
"lastModified": 1746671214
|
||||||
}
|
}
|
||||||
+3
-1
@@ -10,6 +10,8 @@
|
|||||||
"host_type": "local"
|
"host_type": "local"
|
||||||
},
|
},
|
||||||
"required": "true",
|
"required": "true",
|
||||||
"tags": [],
|
"tags": [
|
||||||
|
"storage"
|
||||||
|
],
|
||||||
"lastModified": 1746671214
|
"lastModified": 1746671214
|
||||||
}
|
}
|
||||||
+4
-1
@@ -10,6 +10,9 @@
|
|||||||
"host_type": "local"
|
"host_type": "local"
|
||||||
},
|
},
|
||||||
"required": "true",
|
"required": "true",
|
||||||
"tags": [],
|
"tags": [
|
||||||
|
"vpn",
|
||||||
|
"network"
|
||||||
|
],
|
||||||
"lastModified": 1746671214
|
"lastModified": 1746671214
|
||||||
}
|
}
|
||||||
+3
-1
@@ -11,6 +11,8 @@
|
|||||||
},
|
},
|
||||||
"required": "true",
|
"required": "true",
|
||||||
"apps": [],
|
"apps": [],
|
||||||
"tags": [],
|
"tags": [
|
||||||
|
"web"
|
||||||
|
],
|
||||||
"lastModified": 1746671214
|
"lastModified": 1746671214
|
||||||
}
|
}
|
||||||
+5
-1
@@ -12,6 +12,10 @@
|
|||||||
"path": "/var/lib/casaos"
|
"path": "/var/lib/casaos"
|
||||||
},
|
},
|
||||||
"apps": [],
|
"apps": [],
|
||||||
"tags": [],
|
"tags": [
|
||||||
|
"storage",
|
||||||
|
"os",
|
||||||
|
"appstore"
|
||||||
|
],
|
||||||
"lastModified": 1746671214
|
"lastModified": 1746671214
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user