diff --git a/Dockerfile b/Dockerfile index db83874..a27d8ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apk add --no-cache \ # download goaccess WORKDIR /goaccess-temp -COPY /assests/goaccess/goaccess-1.9.2.tar.gz goaccess.tar.gz +COPY /assests/goaccess/goaccess-1.9.3.tar.gz goaccess.tar.gz # set up goacess-debug WORKDIR /goaccess-debug @@ -23,7 +23,7 @@ RUN make install WORKDIR /goaccess RUN cp /goaccess-temp/goaccess.tar.gz . RUN tar --strip-components=1 -xzvf goaccess.tar.gz -RUN sed -i "s/GWSocket<\/a>/GWSocket<\/a> ( GOAN<\/a> v1.1.28<\/span> )/" /goaccess/resources/tpls.html +RUN sed -i "s/GWSocket<\/a>/GWSocket<\/a> ( GOAN<\/a> v1.1.29<\/span> )/" /goaccess/resources/tpls.html RUN sed -i "s/bottom: 190px/bottom: 260px/" /goaccess/resources/css/app.css RUN ./configure --enable-utf8 --enable-geoip=mmdb --with-getline RUN make diff --git a/README.md b/README.md index 8ab9faf..5ee09af 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +``` +07/13/2024 + +Due to the other priorities and projects I will be updating this code at least once a month +``` # GoAccess for Nginx Proxy Manager Logs Still in development... You might need to wait a bit if you have a large amount of logs for it to parse. @@ -14,10 +19,10 @@ Still in development... You might need to wait a bit if you have a large amount ![Alt text](https://i.ibb.co/fNj9Dcy/goaccess1.jpg "GoAccess Dashboard") **Dependencies:** -- GoAccess version: 1.9.2 -- GeoLite2-City.mmdb (2024-04-21) -- GeoLite2-Country.mmdb (2024-04-21) -- GeoLite2-ASN.mmdb (2024-04-21) +- GoAccess version: 1.9.3 +- GeoLite2-City.mmdb (2024-07-12) +- GeoLite2-Country.mmdb (2024-07-12) +- GeoLite2-ASN.mmdb (2024-07-12) --- diff --git a/assests/goaccess/goaccess-1.9.2.tar.gz b/assests/goaccess/goaccess-1.9.2.tar.gz deleted file mode 100644 index 6e22fb6..0000000 Binary files a/assests/goaccess/goaccess-1.9.2.tar.gz and /dev/null differ diff --git a/assests/goaccess/goaccess-1.9.3.tar.gz b/assests/goaccess/goaccess-1.9.3.tar.gz new file mode 100644 index 0000000..168d736 Binary files /dev/null and b/assests/goaccess/goaccess-1.9.3.tar.gz differ diff --git a/assests/maxmind/GeoLite2-ASN.mmdb b/assests/maxmind/GeoLite2-ASN.mmdb index 0fff94c..5c2f050 100644 Binary files a/assests/maxmind/GeoLite2-ASN.mmdb and b/assests/maxmind/GeoLite2-ASN.mmdb differ diff --git a/assests/maxmind/GeoLite2-City.mmdb b/assests/maxmind/GeoLite2-City.mmdb index 8000cfc..959e2fa 100644 Binary files a/assests/maxmind/GeoLite2-City.mmdb and b/assests/maxmind/GeoLite2-City.mmdb differ diff --git a/assests/maxmind/GeoLite2-Country.mmdb b/assests/maxmind/GeoLite2-Country.mmdb index fb6ce7b..1ce19c5 100644 Binary files a/assests/maxmind/GeoLite2-Country.mmdb and b/assests/maxmind/GeoLite2-Country.mmdb differ diff --git a/resources/scripts/start.sh b/resources/scripts/start.sh index 6c8742d..55380e8 100755 --- a/resources/scripts/start.sh +++ b/resources/scripts/start.sh @@ -9,7 +9,7 @@ source $(dirname "$0")/logs/custom.sh source $(dirname "$0")/logs/ncsa_combined.sh source $(dirname "$0")/logs/nginx_access.sh -goan_version="GOAN v1.1.28" +goan_version="GOAN v1.1.29" goan_log_path="/opt/log" goaccess_ping_interval=15