Version: 0.X.X
0.2.9
Released on September 12, 2024
🚀 New features
- FTP support - users can create and manage ftp sub-accounts.
- Option to create temporary account for web terminal and share access.
- 'HiTechAdmin > Backups > Settings' section allows administrators to configure and finetune backups settings.
- 'HiTechAdmin > Backups > Logs' section allows administrators to view and download all logs for Backup-related processes and check their corresponding status.
- 'HiTechAdmin > Emails page' is available for Enterprise edition and allows Administrators to start/stop mailserver.
- 'HiTechCloud > Emails' allows users to create email accounts, monitor usage, edit them and login to webmail.
- Manage single email account: edit account, create email filters and forwarders, view mail client configuration.
- 'HiTechAdmin > Emails > Summary Reports' allows administrators to view generate email reports per month/day, visualize the data per day or view detailed raw data.
- New endpoint /api/backups/settings to view/update global backups settings.
hitechcloudcli email-server pflogsummcommand is added to analyze postfix logs and generate summary reports.- 8 new commands for managing FTP users.
🐛 Bug fixes
- Fixed bug with BIND9 not auto-starting after adding domains.
- Fixed bug Database Wizard fails to create user on image with MariaDB #179.
- Fixed bug Password reset for hitechcloud users does not end all active sessions on that user #66
- Fixed bug with
hitechcloudcli email-servers install - Fixed bug with
hitechcloudcli email-servers startnot mounting users' home directories. - Fixed bug with search on HiTechAdmin > Backups > Logs
- Fixed bug with Nginx not starting in
hitechcloudcli ssl-hostname
💅 Polish
- Web Terminal no longer usess screen sessions to keep the ttyd active, instead shell is now available for a single session.
- Added optional
--debugflag tohitechcloudcli email-servers install. - Nginx no longer needs to be restarted after the command
hitechcloudcli server-recreate_hostsis executed. - Added option for Administrators to disable the impersonation banner when auto-login to user panel, by setting
impersonate=noin /etc/hitechcloud/hitechadmin/config/admin.ini - Improved logic for logs from
hitechcloudcli backup-runcommand. - Notifications are moved to upper right corner on HiTechAdmin > Backups
hitechcloudcli ftp-setupis removed as FTP is now pre-installed and can be enabled with commandcd /root && docker compose up -d hitechadmin_ftp.
Was this helpful?