diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-28 05:39:44 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-28 05:39:44 +0200 |
| commit | 70baaeb4e78d12c329a03e929fd30d41730ed2b1 (patch) | |
| tree | 74e0b2998455894762b6910ef4008d43f5dc9366 /content/posts/2021-01-25-goaccess.md | |
| parent | b1d9aefd2a9fa0074f8d18fa2410cdd53d4c8de6 (diff) | |
| download | mitjafelicijan.com-70baaeb4e78d12c329a03e929fd30d41730ed2b1.tar.gz | |
Moved statis assets and converted all CSS to Tailwind
Diffstat (limited to 'content/posts/2021-01-25-goaccess.md')
| -rw-r--r-- | content/posts/2021-01-25-goaccess.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
| 31 | 31 | ||
| 32 | GoAccess can be used in two different modes. | 32 | GoAccess can be used in two different modes. |
| 33 | 33 | ||
| 34 |  | 34 |  |
| 35 | <center><i>Running in a terminal</i></center> | 35 | <center><i>Running in a terminal</i></center> |
| 36 | 36 | ||
| 37 |  | 37 |  |
| 38 | <center><i>Running in a browser</i></center> | 38 | <center><i>Running in a browser</i></center> |
| 39 | 39 | ||
| 40 | 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. | 40 | 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. |
