From b69f9159f48da3feaffe99ba88715b9908f4aa36 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 15 May 2025 16:52:27 +0200 Subject: [PATCH] Update landing-packages.tsx --- website/src/refine-theme/landing-packages.tsx | 50 +++++++++---------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/website/src/refine-theme/landing-packages.tsx b/website/src/refine-theme/landing-packages.tsx index 35d61789..84f6a8fe 100644 --- a/website/src/refine-theme/landing-packages.tsx +++ b/website/src/refine-theme/landing-packages.tsx @@ -324,15 +324,15 @@ const listOne = [ tooltip: "opencli report", }, { - label: "Lists all domains", + label: "List all domains", tooltip: "opencli domains-all", }, { - label: "Reset Password", + label: "Reset user password", tooltip: "opencli user-password ", }, { - label: "Suspend a domain name", + label: "Suspend a domain", tooltip: "opencli domains-suspend ", }, { @@ -348,8 +348,8 @@ const listOne = [ tooltip: "opencli user-2fa disable", }, { - label: "Create Backup Job", - tooltip: "opencli backup-job create", + label: "Enable DEV_MODE", + tooltip: "opencli config update dev_mode on", }, { label: "List all Websites", @@ -361,14 +361,14 @@ const listOne = [ }, { label: "Check updates", - tooltip: "opencli update [--check | --force]", + tooltip: "opencli update --check", }, { - label: "Rename username", + label: "Rename user", tooltip: "opencli user-rename ", }, { - label: "View default PHP version", + label: "Check default PHP version", tooltip: "opencli php-default ", }, { @@ -376,7 +376,7 @@ const listOne = [ tooltip: "opencli waf ", }, { - label: "Collect docker usage information", + label: "Collect docker stats", tooltip: "opencli docker-collect_stats", }, { @@ -387,40 +387,40 @@ const listOne = [ const listTwo = [ { - label: "View / change backup settings", - tooltip: "opencli backup-config get ", + label: "List all API endpoints", + tooltip: "opencli api-list", }, { - label: "Add Backup Destination", - tooltip: "opencli backup-destination create ", + label: "Install a locale", + tooltip: "opencli locale sr-sr", }, { - label: "View / change configuration for users and set defaults for new accounts.", - tooltip: "opencli config ", + label: "Display error information", + tooltip: "opencli error ID_HERE", }, { label: "View Login Log", tooltip: "opencli user-loginlog ", }, { - label: "Manage mailserver", - tooltip: "opencli email-server [--debug]", + label: "Check server configuration", + tooltip: "opencli sentinel", }, { label: "List user domains", tooltip: "opencli domains-user ", }, { - label: "Fix permissions for users", - tooltip: "opencli files-fix_permissions [USERNAME] [PATH]", + label: "Change 2083 to custom port", + tooltip: "opencli port set ", }, { - label: "Re-index backups", - tooltip: "opencli backup-index ", + label: "Check DNS for a domain", + tooltip: "opencli domains-dns check", }, { - label: "Display all active FTP connection", - tooltip: "opencli ftp-add ", + label: "Collect Google PageSpeed for website", + tooltip: "opencli websites-pagespeed ", }, { label: "Flush mail queue", @@ -431,8 +431,8 @@ const listTwo = [ tooltip: "opencli php-domain ", }, { - label: "Restore from backup", - tooltip: "opencli backup-restore --all", + label: "Disable admin panel", + tooltip: "opencli admin off", }, { label: "Delete mail from queue",