Skip to content

Releases: xavier-hernandez/goaccess-for-nginxproxymanager

v1.1.1

15 Jul 03:55
d59e8c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

28 Jun 00:49
77f8acd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.9...v1.1.0

v1.0.9

06 Jun 16:56
6088a1a
Compare
Choose a tag to compare
  • updated to goaccess 1.6
  • daemonize goaccess
  • updated readme to reflect goaccess version
  • creating better debug output UX
  • code refactoring

v1.0.8

30 May 20:03
Compare
Choose a tag to compare
  • added exclude IP functionality
  • cleaned up some code
  • update the readme file
  • added .gitignore
  • update geolite database to 5/27/2022

v1.0.7

02 May 00:53
073e29b
Compare
Choose a tag to compare
  • Update to GeoLite2-City.mmdb (2022-04-26)

v1.0.6

27 Apr 22:26
Compare
Choose a tag to compare
  • 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

03 Apr 19:20
Compare
Choose a tag to compare

Added Github Actions

v1.0.4

30 Mar 22:15
518c1cd
Compare
Choose a tag to compare
  • 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

23 Mar 04:34
Compare
Choose a tag to compare
v1.0.3 Pre-release
Pre-release

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)

09 Mar 16:44
9cc805b
Compare
Choose a tag to compare
  • switched to alpine image
  • alpine:3.15 shout out to @martadinata666 for the help
  • add nginx basic authentication
  • readme update for basic auth