diff --git a/Dockerfile b/Dockerfile index c6f1726..aa18e31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.35<\/span>/" /goaccess/resources/tpls.html +RUN sed -i "s/GWSocket<\/a>/GWSocket<\/a> \/ GOAN<\/a> v1.1.36<\/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 2fecd45..25a58a8 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Still in development... You might need to wait a bit if you have a large amount **Dependencies:** - GoAccess version: 1.9.4 -- GeoLite2-City.mmdb (2025-04-10) -- GeoLite2-Country.mmdb (2025-04-10) -- GeoLite2-ASN.mmdb (2025-04-10) +- GeoLite2-City.mmdb (2025-06-09) +- GeoLite2-Country.mmdb (2025-06-09) +- GeoLite2-ASN.mmdb (2025-06-09) --- diff --git a/assests/maxmind/GeoLite2-ASN.mmdb b/assests/maxmind/GeoLite2-ASN.mmdb index 87bda58..ea546d5 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 7e0da2e..457bb45 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 5b4c7ed..9831323 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 1f3ed97..9d5c95d 100755 --- a/resources/scripts/start.sh +++ b/resources/scripts/start.sh @@ -10,7 +10,7 @@ source $(dirname "$0")/logs/ncsa_combined.sh source $(dirname "$0")/logs/nginx_access.sh source $(dirname "$0")/logs/caddy.sh -goan_version="GOAN v1.1.35" +goan_version="GOAN v1.1.36" goan_log_path="/opt/log" goaccess_ping_interval=15