Releases: xavier-hernandez/goaccess-for-nginxproxymanager
Releases · xavier-hernandez/goaccess-for-nginxproxymanager
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
v1.0.0
- first stable version
- using ubuntu image
- updated readme with better instructions