Releases: xavier-hernandez/goaccess-for-nginxproxymanager
Releases · xavier-hernandez/goaccess-for-nginxproxymanager
v1.1.1
What's Changed
- refactoring of code and updated goaccess to v1.6 by @xavier-hernandez in #58
- V1.1.0 by @xavier-hernandez in #62
- 1.1.1 enhancements by @xavier-hernandez in #64
- Merge branch 'main' into develop by @xavier-hernandez in #67
- updated readme with npm possible issue by @xavier-hernandez in #70
Full Changelog: v1.1.0...v1.1.1
v1.1.0
v1.0.9
- updated to goaccess 1.6
- daemonize goaccess
- updated readme to reflect goaccess version
- creating better debug output UX
- code refactoring
v1.0.8
- added exclude IP functionality
- cleaned up some code
- update the readme file
- added .gitignore
- update geolite database to 5/27/2022
v1.0.7
- Update to GeoLite2-City.mmdb (2022-04-26)
v1.0.6
- Added ability to read proxy_host***
- Added log files to the goaccess.conf file rather than via the command line.
- Added DEBUG environment flag. When on append to your url "/goaccess_conf.html" to see the entire goaccess.conf file.
- GeoLite2-City.mmdb (2022-04-05)
- Updated readme file
v1.0.5
Added Github Actions
v1.0.4
- added an additional check for directory access
- included version number
- modified index page to display version number and log count
- modified echo'ing to provide more information
- support for older npm versions
- updated GeoLite2 City database (2022-03-29)
v1.0.3
Updates (develop branch)
- added an additional check for directory access
- included version number
- modified index page to display version number and log count
- modified echoing to provide more information
- support for alternate proxy filenames; now processing filenames that looks as below
- proxy-host-2.log
- proxy-host-2_access.log
- proxy-host-2_access.log.1.gz
v1.0.1: Alpine and NGINX Basic Auth Enabled (#22)
- switched to alpine image
- alpine:3.15 shout out to @martadinata666 for the help
- add nginx basic authentication
- readme update for basic auth