aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2021-01-25-goaccess.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 10:40:06 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 10:40:06 +0100
commit6ee7245390cdf4e19fef82c2423ba325adea4114 (patch)
tree7e59c6084937997a62ccea261dac100dc97100a3 /content/posts/2021-01-25-goaccess.md
parentae24d9a8869c497537839f330384cbadb2cf687c (diff)
downloadmitjafelicijan.com-6ee7245390cdf4e19fef82c2423ba325adea4114.tar.gz
Updated theme
Diffstat (limited to 'content/posts/2021-01-25-goaccess.md')
-rw-r--r--content/posts/2021-01-25-goaccess.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/content/posts/2021-01-25-goaccess.md b/content/posts/2021-01-25-goaccess.md
index 06c3999..84ea3cd 100644
--- a/content/posts/2021-01-25-goaccess.md
+++ b/content/posts/2021-01-25-goaccess.md
@@ -42,10 +42,12 @@ all the functionalities I need, and it's a single binary. Written in Go.
42GoAccess can be used in two different modes. 42GoAccess can be used in two different modes.
43 43
44![GoAccess Terminal](/posts/goaccess/goaccess-dash-term.png) 44![GoAccess Terminal](/posts/goaccess/goaccess-dash-term.png)
45<center><i>Running in a terminal</i></center> 45
46*Running in a terminal*
46 47
47![GoAccess HTML](/posts/goaccess/goaccess-dash-html.png) 48![GoAccess HTML](/posts/goaccess/goaccess-dash-html.png)
48<center><i>Running in a browser</i></center> 49
50*Running in a browser*
49 51
50I, however, need this to run in a browser. So, the second option is the way to 52I, however, need this to run in a browser. So, the second option is the way to
51go. The Idea is to periodically run cronjob and export this report into a folder 53go. The Idea is to periodically run cronjob and export this report into a folder
@@ -69,7 +71,7 @@ apt update && apt upgrade -y
69apt install nginx certbot python3-certbot-nginx apache2-utils 71apt install nginx certbot python3-certbot-nginx apache2-utils
70``` 72```
71 73
72After all this is installed we can create a new configuration for a statistics. 74After all this is installed we can create a new configuration for a statistics.
73Stats will be available at `stats.domain.com`. 75Stats will be available at `stats.domain.com`.
74 76
75```sh 77```sh
@@ -200,4 +202,3 @@ and password. If not, try reopening your browser.
200 202
201That is all. You now have analytics for your server that gets refreshed every 10 203That is all. You now have analytics for your server that gets refreshed every 10
202minutes. 204minutes.
203