Releases: beechfuzz/e2guardian-docker
Releases · beechfuzz/e2guardian-docker
v2.4
v2.3.0
Changelog:
This version provides an easy way to restart the container from within Filebrowser. From within Filebrowser, simply delete the _DELETE_ME_TO_RESTART_E2G
file to restart the container. The reason why I came up with this solution is because I didn't want to have to issue a docker command to restart the container in order to make E2G config changes take affect. You can make whatever E2G configuration change in Filebrowser and then restart the container in Filebrowser -- it can all be done via a browser.
Also, I'm in no way an experienced coder, let alone fluent in Go, so I don't know how to create a simple 'Restart Container' button in Filebrowser.
v2.2.0
Changelog:
Action | Description |
---|---|
Change | Nweb is now sourced from beechfuzz/nweb |
v2.1.0
v2.0.0
Changelog:
Action | Description |
---|---|
Add | This image now includes Filebrowser and Nweb. More info on those in the wiki. |
Change/Add | This image no longer builds E2Guardian from source during the Docker build. Instead, I include the post-make-install files which greatly speeds up the Docker build. |
Change | All config-related directories/files are moved to /config |
Change | e2g-mitm.sh can only be run by entrypoint.sh if including the -d , -D , -e , or -E flags. |
Remove | No more build-args during Docker build. MITM will be on by default, while Filebrowser and Nweb will be off by default. You can turn MITM, Filebrowser, and Nweb on or off by including relevant ENV variables in your docker run command. |