Skip to content

v0.7.0

Choose a tag to compare

@giftkugel giftkugel released this 09 Nov 18:10
· 122 commits to main since this release

What's Changed

  • Make socket path configurable by @centaurus22 in #4
  • Updated readme (make & socket infos) by @claudinezillmann in #5
  • Added functionality to specify specific address instead of port only by @Mojito060 in #7 which fixes #6
  • Updated README to reflect new address flag by @Mojito060 in #8
  • Adds environment variables to improve usage without command line flags

New Contributors

Full Changelog: v0.6.5...v0.7.0

Binary Downloads

The compiled binary for Linux (amd64) is attached to this release as compressed archives.

Docker Container

Docker images are available at:

  • Tagged version: ghcr.io/webishdev/fail2ban-dashboard:v0.7.0
  • Latest version: ghcr.io/webishdev/fail2ban-dashboard:latest

Usage

docker pull ghcr.io/webishdev/fail2ban-dashboard:v0.7.0
docker run --user=root -v /var/run/fail2ban/fail2ban.sock:/var/run/fail2ban/fail2ban.sock:ro -p 3000:3000 ghcr.io/webishdev/fail2ban-dashboard:v0.7.0