0.3.7
Released on December 03, 2024
🚀 New features
- Users can now reset the DNS zone for domain from 'OpenPanel > DNS Zone Editor > domain > Reset Zone'.
- Users can now block IP addresses per domain from 'OpenPanel > Advanced > IP Blocker'.
- Administrators can now increase storage (disk space) allocated to Docker from 'OpenAdmin > Services > Docker'.
🐛 Bug fixes
- Domain Logs infinite error #123
- WARNING: invalid config detected in file and file will not be included in webserver - please contact Administrator. #283
- Error: Working outside of request context. #278
- Websites show 502 after csf restart
- Fixed error:
docker: no matching manifest for linux/amd64 in the manifest list entries
when pulling openpanel/apache image. - Fixed error:
failed to start daemon: Couldn't create reference store repository: invalid character '\x00' looking for beginning of value
caused byopencli docker-limits --apply
on overlay2. - Fixed error:
failed to start daemon: error while opening volume store metadata database (/var/lib/docker/volumes/metadata.db): invalid database
caused by decreasing allocated storage for docker.
💅 Polish
opencli domains-dns default
command to restore default DNS zone for a domain.- For faster install process on servers with 400GB+ of storage, from now a maximum of 200GB will be allocated to Docker service.
- No way to manually start PHP #281.
opencli docker-limits --apply
will now work for both devicemapper and overlay2 docker storage drivers.opencli docker-limits --apply SIZE
now allows Administrators to increase storage size for Docker service.- if account activity feature is enabled, 'OpenPanel > Account > Active Sessions' will display link to search the activity log for each IP address in the table.
--docker-space=
flag is added to install command generator and documented.- install script will now validate docker configuration.
opencli backup-scheduler
will now use a separate cron file/etc/cron.d/openpanel_backups
for backup jobs.- OpenPanel installation script will now block known PROXY and TOR blacklists on CSF.
Was this helpful?