Update 0.2.2.md

This commit is contained in:
Stefan Pejcic 2024-07-09 18:56:56 +02:00 committed by GitHub
parent 810b3c5f0a
commit 58d08ca882
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@ Not yet released.
### 🚀 New features
- [DNSSEC for OpenPanel domains](#DNSSEC)
- Google PageSpeed data for WordPress websites on [OpenPanel WPManager](/docs/panel/applications/wordpress/).
- Option to clear cached RAM from [OpenAdmin Dashboard](/docs/admin/dashboard/) page.
- [Shared phpMyAdmin for All OpenPanel users and their MySQL users](#phpmyadmin)
@ -20,6 +21,28 @@ Not yet released.
- Fixed bugs on *OpenAdmin > Users > Profile* and *OpenPanel > Dashboard* with disk usage information not displayed when overlay2 storage driver is used.
### DNSSEC
New command `opencli domains-dnssec` is available and allows administrators to enable DNSSEC, re-sign the zone and view DS records for domains.
- to enable dnssec for example.net :
```
opencli domains-dnssec example.com
```
- to update the zone after publishing new records:
```
opencli domains-dnssec --update
```
- to check if domain has dnssec enabled and view DS records:
```
opencli domains-dnssec --check
```
Please note that this feature is still experimental and there is still no UI for it in OpenPanel interface.
### phpMyAdmin
Added an option to run a shared phpMyAdmin service accessible on a custom domain, allowing login for all MySQL users of OpenPanel. This service contradicts OpenPanel's usual setup where each user has independent services, but it was requested by a few users, so we decided to implement it. It remains disabled by default.