Skip to content

Commit 5a39486

Browse files
Merge pull request #178 from xavier-hernandez/develop
v1.1.27
2 parents 4c58af2 + f7e3378 commit 5a39486

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN make install
2323
WORKDIR /goaccess
2424
RUN cp /goaccess-temp/goaccess.tar.gz .
2525
RUN tar --strip-components=1 -xzvf goaccess.tar.gz
26-
RUN sed -i "s/GWSocket<\/a>/GWSocket<\/a> ( <a href='https:\/\/tiny.one\/xgoan'>GOAN<\/a> <span>v1.1.26<\/span> )/" /goaccess/resources/tpls.html
26+
RUN sed -i "s/GWSocket<\/a>/GWSocket<\/a> ( <a href='https:\/\/tiny.one\/xgoan'>GOAN<\/a> <span>v1.1.27<\/span> )/" /goaccess/resources/tpls.html
2727
RUN sed -i "s/bottom: 190px/bottom: 260px/" /goaccess/resources/css/app.css
2828
RUN ./configure --enable-utf8 --enable-geoip=mmdb --with-getline
2929
RUN make

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Still in development... You might need to wait a bit if you have a large amount
1515

1616
**Dependencies:**
1717
- GoAccess version: 1.9.1
18-
- GeoLite2-City.mmdb (2024-02-10)
19-
- GeoLite2-Country.mmdb (2024-02-10)
20-
- GeoLite2-ASN.mmdb (2024-02-10)
18+
- GeoLite2-City.mmdb (2024-03-07)
19+
- GeoLite2-Country.mmdb (2024-03-07)
20+
- GeoLite2-ASN.mmdb (2024-03-07)
2121

2222
---
2323

assests/maxmind/GeoLite2-ASN.mmdb

25.8 KB
Binary file not shown.

assests/maxmind/GeoLite2-City.mmdb

-2.81 MB
Binary file not shown.

assests/maxmind/GeoLite2-Country.mmdb

53.8 KB
Binary file not shown.

resources/scripts/start.sh

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

12-
goan_version="GOAN v1.1.26"
12+
goan_version="GOAN v1.1.27"
1313
goan_log_path="/opt/log"
1414

1515
goaccess_ping_interval=15

0 commit comments

Comments
 (0)