From 806feb95f3f7b750d646d7dbface915e9229377e Mon Sep 17 00:00:00 2001 From: KaySar12 Date: Mon, 12 May 2025 16:30:45 +0700 Subject: [PATCH] update --- __manifest__.json | 30 ++++++++++++++++++++---------- account_center.json | 14 ++++++++++++++ 2 files changed, 34 insertions(+), 10 deletions(-) create mode 100644 account_center.json diff --git a/__manifest__.json b/__manifest__.json index 0b64753..25ec2f6 100644 --- a/__manifest__.json +++ b/__manifest__.json @@ -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", diff --git a/account_center.json b/account_center.json new file mode 100644 index 0000000..5a5bfa8 --- /dev/null +++ b/account_center.json @@ -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 +} \ No newline at end of file