Update 0.1.8.md

This commit is contained in:
Stefan Pejcic 2024-05-09 19:36:34 +02:00 committed by GitHub
parent 593d11733d
commit 4dbe129c04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,14 +9,14 @@ Not yet released.
### 🚀 New features
- [Total Docker Resource Usage Settings](#docker-resources)
- [`opencli docker` commands](#opencli-docker)
### 🐛 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](https://github.com/stefanpejcic/OpenPanel/issues/109)
- [`opencli docker` commands](#opencli-docker)
### 💅 Polish
- `opencli ssl-hostname` script now tries to restart all required services if any are failed.
@ -26,6 +26,16 @@ Not yet released.
- [Improved messages for docker image updates](https://i.postimg.cc/GmQ7fXH7/2024-05-09-15-19.png)
### Docker Resources
Administrators now have the ability to set the maximum percentage of CPU and Memory resources that Docker containers can utilize on the server.
By default, this setting is configured to 90%, safeguarding against Docker monopolizing 100% of available resources and rendering the server inaccessible.
![docker screenshot](https://i.postimg.cc/sgBj3HhX/2024-05-09-19-32.png)
Please note: Memory usage is saved in gigabytes (GB), not as a percentage. Therefore, if the server's RAM is increased, the memory allocation settings will need to be adjusted accordingly.
### allinurl/goaccess
GoAccess is no longer directly installed on the server; instead, it [runs as a Docker container](https://hub.docker.com/r/allinurl/goaccess) 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.