Skip to content

Releases: beechfuzz/e2guardian-docker

v2.4

08 Apr 16:25
Compare
Choose a tag to compare

Changelog:

Had to revert to installing an older version of Filebrowser (v2.0.16) since the latest version doesn't want to open files correctly.

v2.3.0

08 Apr 13:08
Compare
Choose a tag to compare

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

21 Nov 14:35
Compare
Choose a tag to compare

Changelog:

Action Description
Change Nweb is now sourced from beechfuzz/nweb

v2.1.0

12 Nov 14:44
Compare
Choose a tag to compare

Changelog:

Action Description
Change Nweb source code changed so that it now parses arguments via argp.
Add Nweb now has a flag that allows you to specify log location

v2.0.0

05 Nov 22:20
Compare
Choose a tag to compare

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.

v1.1.1

28 Oct 20:13
Compare
Choose a tag to compare

Changelog:

  • Dockerfile: [fix] Removed -j 16 from make command

v1.1.0

28 Oct 18:11
Compare
Choose a tag to compare

Changelog:

  • mitm-e2g.sh: [add] Will generate new certs if you are missing certs when using the -e flag

v1.0.0

28 Oct 14:46
Compare
Choose a tag to compare

First release.