diff --git a/Dockerfile b/Dockerfile index c5543e6..ee36a7e 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.23<\/span> )/" /goaccess/resources/tpls.html +RUN sed -i "s/GWSocket<\/a>/GWSocket<\/a> ( GOAN<\/a> v1.1.24<\/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 87dbe67..baaa4b4 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ Still in development... You might need to wait a bit if you have a large amount **Dependencies:** - GoAccess version: 1.8.1 -- GeoLite2-City.mmdb (2023-11-12) -- GeoLite2-Country.mmdb (2023-11-12) -- GeoLite2-ASN.mmdb (2023-11-12) +- GeoLite2-City.mmdb (2024-01-20) +- GeoLite2-Country.mmdb (2024-01-20) +- GeoLite2-ASN.mmdb (2024-01-20) --- diff --git a/assests/maxmind/GeoLite2-ASN.mmdb b/assests/maxmind/GeoLite2-ASN.mmdb index 6fd8942..892b4c5 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 63df84d..52bc666 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 d994a83..b5945da 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 986fec1..147c002 100755 --- a/resources/scripts/start.sh +++ b/resources/scripts/start.sh @@ -8,7 +8,7 @@ source $(dirname "$0")/logs/traefik.sh source $(dirname "$0")/logs/custom.sh source $(dirname "$0")/logs/ncsa_combined.sh -goan_version="GOAN v1.1.23" +goan_version="GOAN v1.1.24" goan_log_path="/opt/log" goaccess_ping_interval=15