Skip to content

Commit 936dd26

Browse files
v1.1.11 (#123)
* Revert "Merge remote-tracking branch 'origin/main' into main" This reverts commit 1c76ceb. * v1.1.11 Add ASN Maxmind Database updated all maxmind databases to 1/12/2023 * v1.1.11-patch updated the readme file
1 parent d794960 commit 936dd26

File tree

7 files changed

+8
-2
lines changed

7 files changed

+8
-2
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ COPY --from=builder /usr/local/share/locale /usr/local/share/locale
4949

5050
COPY /resources/goaccess/goaccess.conf /goaccess-config/goaccess.conf.bak
5151
COPY /assests/maxmind/GeoLite2-City.mmdb /goaccess-config/GeoLite2-City.mmdb
52+
COPY /assests/maxmind/GeoLite2-ASN.mmdb /goaccess-config/GeoLite2-ASN.mmdb
53+
COPY /assests/maxmind/GeoLite2-Country.mmdb /goaccess-config/GeoLite2-Country.mmdb
5254

5355
# set up nginx
5456
COPY /resources/nginx/nginx.conf /etc/nginx/nginx.conf

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ New to creating docker images so bear with me. I did this more for me then for p
1111

1212
**Dependencies:**
1313
- GoAccess version: 1.7
14-
- GeoLite2-City.mmdb (2023-01-10)
14+
- GeoLite2-City.mmdb (2023-01-12)
15+
- GeoLite2-Country.mmdb (2023-01-12)
16+
- GeoLite2-ASN.mmdb (2023-01-12)
1517

1618
---
1719

assests/maxmind/GeoLite2-ASN.mmdb

7.67 MB
Binary file not shown.

assests/maxmind/GeoLite2-City.mmdb

25.5 KB
Binary file not shown.
5.4 MB
Binary file not shown.

resources/scripts/funcs/environment.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,6 @@ function set_geoip_database() {
7272
echo $'\n' >> ${1}
7373
echo "#GOAN_MAXMIND_DB" >> ${1}
7474
echo "geoip-database /goaccess-config/GeoLite2-City.mmdb" >> ${1}
75+
echo "geoip-database /goaccess-config/GeoLite2-ASN.mmdb" >> ${1}
76+
echo "geoip-database /goaccess-config/GeoLite2-Country.mmdb" >> ${1}
7577
}

resources/scripts/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source $(dirname "$0")/logs/traefik.sh
77
source $(dirname "$0")/logs/custom.sh
88
source $(dirname "$0")/logs/ncsa_combined.sh
99

10-
goan_version="GOAN v1.1.10"
10+
goan_version="GOAN v1.1.11"
1111
goan_log_path="/opt/log"
1212

1313
goaccess_ping_interval=15

0 commit comments

Comments
 (0)