Skip to main content
Version: 0.X.X

0.3.1

Released on October 10, 2024

🚀 New features

🐛 Bug fixes

💅 Polish

  • The dev_mode option will now also control verbose logging of API requests in /var/log/hitechcloud/admin/api.log.
  • The hitechcloudcli sentinel will now check if service is actually needed before trying to restart it.
  • The hitechcloudcli report script will now provide more detailed information aboute the HiTechAdmin service and installed pypthon modules.
  • The hitechcloudcli config update command will now restart services in the background, allowing for faster execution from the HiTechAdmin interface.
  • HiTechAdmin > Users > New will now display detailed log of the user account creation process.
  • Enhanced WordPress auto-installation process.
  • Enhanced Domain addition with error reporting.
  • FTP Logs are now available under the 'HiTechAdmin > Services > Logs' page.
  • Improvements to the 'HiTechAdmin > Plans' page.
  • 'HiTechCloud > FTP Accounts' page now displays server IP and ftp port for users to connect to.
  • Documented features.
  • Restrictions and validations to MySQL and MariaDB database names, usernames and passwords.
  • Restrictions and validations to FTP sub-accounts and passwords.
  • Restrictions and validations to Email accounts and passwords.
  • Improvements to the 'HiTechAdmin > Users > user > Backups' page.
  • Added checks to the install script: if admin account is actually created and docker file mounted.
  • For new domains, the server signature is now passed from the web server running within the user's container. For users running Apache, the headers will display Apache, and for those running Nginx, the headers will display Nginx.
  • As from 0.2.9 users can enable /phpmyadmin on a per-domain base, therefor global setting is removed from /etc/hitechcloud/hitechcloud/conf/hitechcloud.config file and hitechcloudcli phpmyadmin command is removed.
  • hitechcloudcli webserver-check_if_file_exists command is removed.
  • hitechcloudcli php-enabled_php_versions is now renamed to hitechcloudcli php-installed_versions.
  • hitechcloudcli php-default_php_version is now renamed to hitechcloudcli php-available_versions.
  • hitechcloudcli php-get_available_php_versions is now renamed to hitechcloudcli php-default_version.
  • hitechcloudcli php-install_php_version is now renamed to hitechcloudcli php-install_version.
  • hitechcloudcli php-domain_php is now renamed to hitechcloudcli php-domain.
  • hitechcloudcli backup-run will now check mysql status inside user container before trying to export databases and users.
  • /backup_info/<username> route on HiTechAdmin is now renamed to /backups/restore/dates/<username>.
  • hitechcloudcli ftp-add, hitechcloudcli user-add, hitechcloudcli user-rename, hitechcloudcli admin new, hitechcloudcli admin rename will on validation errors display links to username/password requirements.
  • New user accounts will now immediately be displayed in 'HiTechAdmin > Backups > Restore' with 0 backups available.
  • /etc/nginx/modsec/main.conf is now renamed to /usr/local/nginx/conf/modsecurity.conf.
  • /hitechcloud, /hitechadmin and /webmail will now redirect to set domains.
  • The following routes are now excluded from minification and return plain text: /view_file (view files modal on HiTechCloud > FileManager), view_ssl_file/<domain>, (view fullchain and privkey modal on HiTechCloud > SSL), domains/export-dns-zone/<domain> (export/view dns zone on HiTechCloud > Domains), check_install (php version install log on HiTechCloud > PHP > Default Settings).
  • websites list is removed from HiTechCloud > SiteManager interface.
  • hitechcloudcli domains-add command now accepts optional --debug flag to display verbose output.
  • WordPress auto installer will now also check for index.php and wp-config.php files in install directory.
Was this helpful?