From ea00553e511c5e9e29d3927ebb889124e004441d Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 15 Aug 2024 20:14:46 +0200 Subject: [PATCH] Update 0.2.5.md --- documentation/docs/changelog/0.2.5.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/documentation/docs/changelog/0.2.5.md b/documentation/docs/changelog/0.2.5.md index 351a789d..fc54c2d6 100644 --- a/documentation/docs/changelog/0.2.5.md +++ b/documentation/docs/changelog/0.2.5.md @@ -14,7 +14,6 @@ Not yet released. - Logrotate is added for nginx, openpanel services and system logs. - Nginx service is now containerized in 'nginx' container. - Certbot service is now containerized in 'certbot' container. -- Container names are now used in nginx configuration files instead of internal docker IPs. ### 🐛 Bug fixes @@ -26,15 +25,19 @@ Not yet released. ### 💅 Polish -- [opencli ssl-domain](https://dev.openpanel.co/cli/commands.html#Generate-SSL-for-a-domain) now checks if SSL is actually in use by Nginx and re-apply. - cPanel account import now accepts optional flag `--post-hook=` to run script after account import. - Uploading custom SSL is disabled until bugs with certbot are resolved or we transition to lego. +- Container names are now used in nginx configuration files instead of internal docker IPs. +- On install only MySQL and OpenAdmin services are started. OpenPanel is started after adding first user. Nginx, DNS and Certbot are started after adding first domain. - Certbot service is now also monitored by Sentinel. - Nginx is updated to the latest version 1.27 - Bind9 is updated to the latest version 9.18-22.04 - ModSecurity is temporary disabled until dockerized. +- [opencli ssl-domain](https://dev.openpanel.co/cli/commands.html#Generate-SSL-for-a-domain) now checks if SSL is actually in use by Nginx and re-apply. - Sentinel service now tries to restart service/container and sends alerts if that fails. - File Watcher service is removed. - Sentinel service now runs checks every 5 minutes instead of every minute. - Startup tasks are optimized and server startup after reboot is now up to 15x faster. +- MySQL service wil now by default be limited to 100mb of RAM and 0.1 cpu core. +- After installation OpenPanel now uses less than 700mb of RAM.