This is a unofficial Live!Zilla Docker image created to support Cloud Native way of deploying a Live!Zilla server
This project is only a wrapper of the actual product and maintains the though alread easy deployment of Live!Zilla - and i don't provide any support etc.
To fint the actual project you can visit the Live!Zilla website
Please don't use this in production - since its only for testing at the moment.
This docker image will start with version 8.0.1.4 of Live!Zilla
- Base installation - and auto fetch of current / specific version
- SSL Deployment
- Docker installed and running
- MySQL Server running
I have provided a Docker Compose file which gets the current MariaDB Database and installs this as well
When the container starts the first time it checks if there is an installation of LiveZilla in /var/www/html if not it will install the version of the current docker file.
Example
docker run -d --name livezilla \
-p 8080:80 \
-v /opt/livezilla:/var/www/html \
zenturacp/livezilla-docker:latest
Now you can access the site on http://<ip>:8080
To troubleshoot check the logs
docker logs livezilla
There is also a Docker Compose deployment you can run with
docker-compose up -d
Please change the MySQL root password before deployment
/var/www/html
- Build in CronJob
A very special thanks to Live!Zilla for making a really cool and very versatile product!
For info please visit their website at www.livezilla.net
This is all changes from the official Changelog
- Geo Tracking Database update
- WidgetAPI.OptInCookies function will remove lz_no_cookie
- Geo Tracking Database update
- New Group / Visitor filters can't be created
- Ticket file attachment no clickable
- XSS vulnerability (FG-VD-19-085)
- Geo Tracking Database update
- New Group / Visitor filters can't be created
- Ticket file attachment no clickable
- XSS vulnerability (FG-VD-19-085)