From 3797219c422fcf93c2179a31e36b1150fff21c6d Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 24 Jul 2024 00:07:51 +0200 Subject: [PATCH] Update 0.2.3.md --- documentation/docs/changelog/0.2.3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/docs/changelog/0.2.3.md b/documentation/docs/changelog/0.2.3.md index db4a2311..15a17c83 100644 --- a/documentation/docs/changelog/0.2.3.md +++ b/documentation/docs/changelog/0.2.3.md @@ -33,6 +33,7 @@ Not yet released. ### 💅 Polish - All new user accounts now have fixed ports for MySQL and SSH services, so the ports remain consistent even after a restore or server reboot. +- [Install script](/install) now accepts `--username=` and `--password=` flags to create admin account. - Nginx and Apache vhosts files now restrict access to sensitive resources by default, these include: `.git`, `compose.json`, `composer.lock`, `auth.json`, `config.php`, `wp-config.php`, `vendor`. OpenPanel users can edit and remove the rules for any domain, from the **OpenPanel > Domains > Edit Vhosts File** page. - PM2 Application installer now supports optional flags to be passed to the startup file. - [Websites List](#websites-list)