Skip to main content

0.1.5

Released on March 08, 2024

🚀 New features

💥 Breaking changes

  • Storage driver devicemapper is replaced with overlay2 as the default storage driver for Docker
  • PHP 7.4 is removed as the pre-installed verison in docker containers, PHP 8.3 is now the only version that is pre-installed.
  • New users will have REDIS 7.2 instead of 6.3
  • Usernames must consist of a minimum of 3 characters and a maximum of 20 characters, only numbers and letters are allowed.
  • Remote Backups with SSH key-based authentication
  • opencli server_info command is renamed to opencli report: Generate system information reports #43

🐛 Bug fixes

  • Fixed bug with error Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (13) when running mysql commands on terminal.
  • Fixed bug with bind9 configuration that caused the DNS server not to respond to request for domain zone
  • Fixed bug in opencli config update not restarting the service for major system changes
  • Fixed bug with bind9 service restart instead of reload when adding new domains
  • Fixed bug with 500 error on dashboard page if invalid JSON data in knowledge_base_articles.json
  • Fixed bug 'create command denied for user' when creating tables in phpMyAdmin
  • Fixed bug 'unexpected 'static' (T_STATIC)' in phpMyAdmin minimum required php version
  • Fixed bug in dashboard page with wrong color indicators for current CPU and RAM usage
  • Fixed 500 error in 'Resource Usage History' page caused by the % symbol in localization strings
  • Fixed 404 error for 'Domain Logs' page link in the search results
  • Fixed bug with free memory usage not being returned from containers back to the host server
  • Fixed bug with container private ip address showing in domain logs
  • Added support for allow/deny port ranges in OpenAdmin > Firewall Settings

💅 Polish

  • German translation contributed by dabonzo
  • The new template is now fully localized and can be translated to any language
  • REDIS, Memcached and Elasticsearch are now not preinstalled, but can be installed by the user with a single click.
  • Account Activity now highlights actions performed by the Administrator user.
  • panel and admin services now support reload command.
  • KEYPHRASES are now disabled in generated html reports from domain logs.
  • Search results in FileManager now prioritize Files and Folders.
  • Quick start guide added to OpenAdmin dashboard.
Was this helpful?