OpenPanel/documentation/docs/changelog/0.1.8.md
2024-05-09 18:51:55 +02:00

2.1 KiB

hide_table_of_contents
true

0.1.8

Not yet released.

🚀 New features

🐛 Bug fixes

  • "New User" button on 'OpenAdmin > Users' is now visible on mobile devices.
  • Resolved issue regarding locales not being installed during OpenPanel installation.
  • Fixed bug with mysql on Virtualizor: Fatal glibc error: CPU does not support x86-64-v2
  • Fixed bug with PyArmor encoding domains module
  • opencli docker commands

💅 Polish

allinurl/goaccess

GoAccess is no longer directly installed on the server; instead, it runs as a Docker container when necessary. This setup ensures that resources are utilized only when required and prevents any utilization of system services during idle periods. When collecting domain statistics, one container is initiated per domain name.

opencli docker

Several new OpenCLI commands are now available to manage the Docker service:

  • Collect Stats To collect docker resource usage information (cpu, ram, i/o) for all users:

    opencli docker-collect_stats
    
  • Limits Set global docker limits (ram and cpu) for all containers combined.

    opencli docker-limits [--apply | --read]
    
  • Update Images Download official docker images for OpenPanel:

    opencli docker-update_images
    
  • Usage Stats Cleanup Rotate resource usage logs for all users according to the resource_usage_retention setting.

    opencli docker-usage_stats_cleanup