aboutsummaryrefslogtreecommitdiff
path: root/posts/2021-01-25-goaccess.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-10-07 21:13:14 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-10-07 21:13:14 +0200
commit7f631c493d04ba96e36975365532e2172fec367e (patch)
treefc0c0f81901f77f44c572536b7388babaf2d98ee /posts/2021-01-25-goaccess.md
parent994c67d522b413fb3184376955a43d4a4f50d716 (diff)
downloadmitjafelicijan.com-7f631c493d04ba96e36975365532e2172fec367e.tar.gz
Added dithered images
Diffstat (limited to 'posts/2021-01-25-goaccess.md')
-rw-r--r--posts/2021-01-25-goaccess.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/2021-01-25-goaccess.md b/posts/2021-01-25-goaccess.md
index 7b5ba5c..e0bda95 100644
--- a/posts/2021-01-25-goaccess.md
+++ b/posts/2021-01-25-goaccess.md
@@ -31,10 +31,10 @@ I found this amazing software [GoAccess](https://goaccess.io/) which provides al
31 31
32GoAccess can be used in two different modes. 32GoAccess can be used in two different modes.
33 33
34![GoAccess Terminal](/assets/goaccess/goaccess-dash-term.png) 34![GoAccess Terminal](/assets/goaccess/goaccess-dash-term.png.dith.gif)
35<center><i>Running in a terminal</i></center> 35<center><i>Running in a terminal</i></center>
36 36
37![GoAccess HTML](/assets/goaccess/goaccess-dash-html.png) 37![GoAccess HTML](/assets/goaccess/goaccess-dash-html.png.dith.gif)
38<center><i>Running in a browser</i></center> 38<center><i>Running in a browser</i></center>
39 39
40I, however, need this to run in a browser. So, the second option is the way to go. The Idea is to periodically run cronjob and export this report into a folder that gets then server by Nginx behind a Basic authentication. 40I, however, need this to run in a browser. So, the second option is the way to go. The Idea is to periodically run cronjob and export this report into a folder that gets then server by Nginx behind a Basic authentication.