mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
2.3 KiB
2.3 KiB
hide_table_of_contents
| hide_table_of_contents |
|---|
| true |
0.2.6
Not yet released.
🚀 New features
🐛 Bug fixes
- Fixed bug with
opencli user-ipon Debian and CSF. - Fixed error
ModuleNotFoundError: No module named 'zope.event'causing OpenAdmin service restart to fail on Ubuntu22. - Fixed warning on nginx restart
nginx: [warn] conflicting server name "example.net" on IP:80, ignored. - Fixed bug with OpenAdmin > Users not showing dedicated ip for user.
- Fixed css styling bug with footer on OpenAdmin: Nginx and Plans pages.
- Ficed bug with
opencli user-deletenot deleting nginx vhost files after user is deleted.
💅 Polish
- Nginx docker image change: nginx:alpine (43.2MB) is now used instead of nginx:latest (188MB)
--with-modsecflag is removed from the install command.- overlay2 is now the default Docker storage driver for new instalaltions.
--overlay2flag is removed from the install command.- on installation 50% of available disk space will be used to create an XFS partition for Docker.
/etc/fstabis now used for mounting storage files after reboot,opencli server-on_rebootis deprecated.- Form validations on OpenPanel > Databases, limits imposed are: 64 characters max for db_name, 32 characters max for username and 8-32 characters for passwords.
- Improved validations when adding domains on OpenPanel > Domains and human-readable errors.
- OpenAdmin interface is now also using minified html code, respecting the dev_mode value.
--enable-mailflag is removed from install script and mail is only available for OpenPanel Enterprise.- Excluded from minification are now: all
/api/endpoints, view files on FileManager, view fullchain and privkey on SSL, dns zone export from Domains page.