This commit is contained in:
2025-05-13 11:30:00 +07:00
parent 35fe0f61a6
commit a233ddcd91
10 changed files with 72 additions and 16 deletions
+36 -7
View File
@@ -47,11 +47,6 @@
"name": "Database",
"sort": 1
},
{
"key": "firewall",
"name": "FireWall",
"sort": 2
},
{
"key": "tool",
"name": "Utility",
@@ -78,14 +73,48 @@
"sort": 7
},
{
"key": "sso-provider",
"name": "SSO Provider",
"key": "sso",
"name": "SSO",
"sort": 8
},
{
"key": "network",
"name": "Network",
"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",
+5 -1
View File
@@ -11,6 +11,10 @@
"path": "/root/dev/docker-apps/Authentik/AccountCenter"
},
"required": "true",
"tags": [],
"tags": [
"sso",
"security",
"monitoring"
],
"lastModified": 1746671214
}
+5 -1
View File
@@ -46,7 +46,11 @@
}
],
"required": "true",
"tags": [],
"tags": [
"tool",
"database",
"os"
],
"version": "1.0.0",
"lastModified": 1746671214
}
+4 -1
View File
@@ -9,6 +9,9 @@
"installation": {
"host_type": "local"
},
"tags": [],
"tags": [
"storage",
"cloud"
],
"lastModified": 1746671214
}
+3 -1
View File
@@ -10,7 +10,9 @@
"host_type": "remote",
"host": "10.0.0.1"
},
"tags": [],
"tags": [
"security"
],
"lastModified": 1746671214,
"required": "true"
}
+4 -1
View File
@@ -11,6 +11,9 @@
"host": "10.0.0.1"
},
"required": "true",
"tags": [],
"tags": [
"security",
"network"
],
"lastModified": 1746671214
}
+3 -1
View File
@@ -10,6 +10,8 @@
"host_type": "local"
},
"required": "true",
"tags": [],
"tags": [
"storage"
],
"lastModified": 1746671214
}
+4 -1
View File
@@ -10,6 +10,9 @@
"host_type": "local"
},
"required": "true",
"tags": [],
"tags": [
"vpn",
"network"
],
"lastModified": 1746671214
}
+3 -1
View File
@@ -11,6 +11,8 @@
},
"required": "true",
"apps": [],
"tags": [],
"tags": [
"web"
],
"lastModified": 1746671214
}
+5 -1
View File
@@ -12,6 +12,10 @@
"path": "/var/lib/casaos"
},
"apps": [],
"tags": [],
"tags": [
"storage",
"os",
"appstore"
],
"lastModified": 1746671214
}