Update 0.2.5.md

This commit is contained in:
Stefan Pejcic
2024-08-15 20:14:46 +02:00
committed by GitHub
parent 3ce4bf1167
commit ea00553e51

View File

@@ -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.