Update 0.3.0.md

This commit is contained in:
Stefan Pejcic
2024-09-18 19:24:29 +02:00
committed by GitHub
parent f417c10fb5
commit f0424674bd

View File

@@ -27,4 +27,5 @@ Not yet released.
- phpMyAdmin is now accessible via both the domain name and the server's IP address. Users can enable /phpmyadmin on any domain by running the following command: `ln -s /usr/share/phpmyadmin /home/USERNAME/DOMAIN/phpmyadmin`. When accessed through DOMAIN/phpmyadmin, a login form will appear, allowing the user to log in with any MySQL credentials. When accessed through IP:PORT via the OpenPanel interface, the user will be automatically logged in and granted access to all databases.
- [Symlinks are now supported in the FileManager](https://i.postimg.cc/QMjBRVtX/2024-09-13-13-59.png).
- Improvements to the 'OpenPanel > Services Status' page: view is changed from columns to table, and user will only view services that Administrator enabled in the enabled_modules.
- Caching is added to OpenAdmin interface - decreasing resource usage by the service up to 20%/
- Caching is added to OpenAdmin interface - decreasing resource usage by the service up to 20%.
- On OpenAdmin interface, all hardcoded links are now replaced with [Flask static files](https://flask.palletsprojects.com/en/3.0.x/tutorial/static/) so that custom static folder can be defined in the future versions.