This commit is contained in:
2025-05-12 16:30:45 +07:00
parent 2306c9acea
commit 806feb95f3
2 changed files with 34 additions and 10 deletions
+20 -10
View File
@@ -34,33 +34,33 @@
"key": "nextfirewall",
"name": "NextFirewall",
"sort": 7
},
{
"key": "account_center",
"name": "Account Center",
"sort": 8
}
],
"tags": [
{
"key": "server-panel",
"name": "Server Panel",
"sort": 1
},
{
"key": "database",
"name": "Database",
"sort": 2
"sort": 1
},
{
"key": "firewall",
"name": "FireWall",
"sort": 3
"sort": 2
},
{
"key": "tool",
"name": "Utility",
"sort": 4
"sort": 3
},
{
"key": "vpn",
"name": "VPN",
"sort": 5
"sort": 4
},
{
"key": "nas",
@@ -75,7 +75,17 @@
{
"key": "api",
"name": "API",
"sort": 6
"sort": 7
},
{
"key": "sso-provider",
"name": "SSO Provider",
"sort": 8
},
{
"key": "network",
"name": "Network",
"sort": 9
}
],
"version": "1.0.0",
+14
View File
@@ -0,0 +1,14 @@
{
"id": "account_center",
"name": "Account Center",
"version": "1.0",
"description": "Account Center is a platform for managing user accounts and permissions",
"deployment": {
"type": "docker"
},
"installation": {
"host_type": "local"
},
"tags": [],
"lastModified": 1746671214
}