Config
hitechcloudcli config allows you to change the settings for the user interface.
Get
The get parameter allows you to view current settings.
hitechcloudcli config get <OPTION>
Example:
# hitechcloudcli config get api
off
Update
The update parameter allows you to change the settings.
hitechcloudcli config update <OPTION> <NEW-VALUE>
Example:
hitechcloudcli config update api on nesto.rs
Updated api to on
To apply the new settings, HiTechCloud UI willl be restarted if needed.
Available Options
Currently available configuration options:
logo
logo allows you to set a url for image *(suggested dimensions are 80x200px) that will be displayed to users on:
- every page
- login page
- notification emails footer
logo=https://http.cat/images/100.jpg
brand_name
brand_name allows you to brand the HiTechCloud name that users see in their user panel with your custom brand name.
This brand name is displayed in the following positions:
- on top left when logo is not provided
- in the page title
- in the footer text on every page
brand_name=pcx3.com
max_login_records
max_login_records determines how many records are kept for every users login history page. Default value, if empty is 20.
max_login_records=20
default_php_version
default_php_version sets the PHP version used for new accounts. Default value is 8.3
default_php_version=8.3
domains_per_page
Set number of domains to show per page for the user, default value is 100.
domains_per_page=100
domain_log_per_page
Set number of lines (table rows) to display per page on Domains > Access Logs and Advanced > WAF Logs. Default value is 500.
domain_log_per_page=500
domain_log_max_for_show_all
Set maximum number of lines (table rows) to display when user selects show_all option on Domains > Access Logs and Advanced > WAF Logs. Default value is 10000.
domain_log_max_for_show_all=10000
acccess_logs_per_page
Set number of lines to show per page from the domains activity log.
acccess_logs_per_page=1000
resource_usage_items_per_page
Set number of rows to display per page on the 'Resource Usage History' page.
resource_usage_items_per_page=100
resource_usage_retention
Set number of records to keep for each user, default value is 100.
resource_usage_retention=100