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
- @centaurus22 made their first contribution in #4
- @claudinezillmann made their first contribution in #5
- @Mojito060 made their first contribution in #7
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