diff --git a/website/src/refine-theme/landing-packages.tsx b/website/src/refine-theme/landing-packages.tsx index 3cb3b19f..529f8ce6 100644 --- a/website/src/refine-theme/landing-packages.tsx +++ b/website/src/refine-theme/landing-packages.tsx @@ -320,24 +320,24 @@ const PackageItem = (props: { const listOne = [ { - label: "Disable admin panel", - tooltip: "opencli admin off", + label: "Generate system report.", + tooltip: "opencli report", }, { - label: "List Users", - tooltip: "opencli user-list", + label: "Lists all domains", + tooltip: "opencli domains-all", }, { label: "Reset Password", tooltip: "opencli user-password ", }, { - label: "Set nameservers", - tooltip: "opencli config update ns1 ", + label: "Suspend a domain name", + tooltip: "opencli domains-suspend ", }, { - label: "View logout URL", - tooltip: "opencli config get logout_url", + label: "Manage OpenAdmin service", + tooltip: "opencli admin ", }, { label: "List plans", @@ -360,24 +360,24 @@ const listOne = [ tooltip: "opencli user-add ", }, { - label: "List backups", - tooltip: "opencli backup-list ", + label: "Check updates", + tooltip: "opencli update [--check | --force]", }, { - label: "Set brand name", - tooltip: "opencli config update brand_name ", + label: "Rename username", + tooltip: "opencli user-rename ", }, { - label: "Change PHP version for domain", - tooltip: "opencli php-domain_php --update ", + label: "View default PHP version", + tooltip: "opencli php-default ", }, { - label: "Who owns Domain", - tooltip: "opencli domains-whoowns ", + label: "Manage CorazaWAF", + tooltip: "opencli waf ", }, { - label: "Assign IP", - tooltip: "opencli user-ip ", + label: "Collect docker usage information", + tooltip: "opencli docker-collect_stats", }, { label: "Enable Memcached", @@ -387,44 +387,44 @@ const listOne = [ const listTwo = [ { - label: "Change OpenPanel port", - tooltip: "opencli config update port ", + label: "View / change backup settings", + tooltip: "opencli backup-config get ", }, { label: "Add Backup Destination", tooltip: "opencli backup-destination create ", }, { - label: "Generate hostname SSL", - tooltip: "opencli ssl-hostname", + label: "View / change configuration for users and set defaults for new accounts.", + tooltip: "opencli config ", }, { label: "View Login Log", tooltip: "opencli user-loginlog ", }, { - label: "Install new PHP version", - tooltip: "opencli php-install_php_version ", + label: "Manage mailserver", + tooltip: "opencli email-server [--debug]", }, { label: "List user domains", tooltip: "opencli domains-user ", }, { - label: "Suspend user", - tooltip: "opencli user-suspend ", + label: "Fix permissions for users", + tooltip: "opencli files-fix_permissions [USERNAME] [PATH]", }, { label: "Re-index backups", tooltip: "opencli backup-index ", }, { - label: "Get PHP version for domain", - tooltip: "opencli php-domain_php ", + label: "Display all active FTP connection", + tooltip: "opencli ftp-add ", }, { - label: "Check Resource Usage", - tooltip: "opencli docker-collect_stats", + label: "Flush mail queue", + tooltip: "opencli email-server flush", }, { label: "Login to User", @@ -435,11 +435,11 @@ const listTwo = [ tooltip: "opencli backup-restore --all", }, { - label: "Fix Permissions", - tooltip: "opencli files-fix_permissions [USERNAME] [PATH]", + label: "Delete mail from queue", + tooltip: "opencli email-server delete []", }, { - label: "Install ModSecurity", - tooltip: "opencli nginx-install_modsec", + label: "Install the email server", + tooltip: "opencli email-server install", }, ];