From 70baaeb4e78d12c329a03e929fd30d41730ed2b1 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 28 Aug 2022 05:39:44 +0200 Subject: Moved statis assets and converted all CSS to Tailwind --- content/posts/2021-01-25-goaccess.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/posts/2021-01-25-goaccess.md') diff --git a/content/posts/2021-01-25-goaccess.md b/content/posts/2021-01-25-goaccess.md index 2f3d56b..ba1e10c 100644 --- a/content/posts/2021-01-25-goaccess.md +++ b/content/posts/2021-01-25-goaccess.md @@ -31,10 +31,10 @@ I found this amazing software [GoAccess](https://goaccess.io/) which provides al GoAccess can be used in two different modes. -![GoAccess Terminal](/goaccess/goaccess-dash-term.png) +![GoAccess Terminal](/assets/goaccess/goaccess-dash-term.png)
Running in a terminal
-![GoAccess HTML](/goaccess/goaccess-dash-html.png) +![GoAccess HTML](/assets/goaccess/goaccess-dash-html.png)
Running in a browser
I, 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. -- cgit v1.2.3