Update 0.2.0.md

This commit is contained in:
Stefan Pejcic 2024-06-03 21:30:01 +02:00 committed by GitHub
parent 484cd20386
commit 1e14a2dfc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ Not yet released.
- [Support for Debian12](https://openpanel.co/blog/openpanel-supports-debian12/) - [Support for Debian12](https://openpanel.co/blog/openpanel-supports-debian12/)
- [SWAP Usage notification and cleanup](#swap-notifications) - [SWAP Usage notification and cleanup](#swap-notifications)
- [Email Templates for OpenAdmin Notifications](#email-template) - [Email Templates for OpenAdmin Notifications](#email-template)
- [Email address can be added to receive login information](#install-email)
### 🐛 Bug fixes ### 🐛 Bug fixes
- Fixed 500 error on `/pm2` when installing Python application. - Fixed 500 error on `/pm2` when installing Python application.
@ -51,6 +52,8 @@ All queries from OpenPanel and OpenAdmin interfaces are now optimized, ensuring
### Email Template ### Email Template
OpenAdmin Notifications now use a custom email template: OpenAdmin Notifications now use a custom email template:
@ -69,3 +72,10 @@ Template can be customized by the Administrator by editing: `/usr/local/admin/te
### Install email
Custom email address can now be set when installing OpenPanel using the `--email=` flag. If set, after the installation process, this email address will receive an email containing the OpenAdmin login information:
![install email screenshot](https://i.postimg.cc/dvvVD9VS/image.png)