back

pub / goaccess_dashboard

Tiny tool for privacy-preserving web-analytics
git clone https://src.jayvii.de/pub/goaccess_dashboard.git
Log | Files | Exports | Refs | README | RSS

Activity: Apr, 2024 - Jun, 2024

Less More

goaccess_dashboard

Please send patches or remarks to jayvii[AT]posteo[DOT]de

A tiny tool based on goaccess which creates a summary of aggregated privacy preserving website traffic analytics.

This tool tracks traffic, not people. It is unnecessary to insert tracking code in websites. No micro-level information need to be stored whatsoever. This tool works with purely technically necessary and minimal information that users send to the webserver.

The goal is to create an easy to use dashboard and web-frontend for different weblog analytics created with goaccess.

This tool creates analytics for all time, by year, by month, by week (and optionally daily).

Setup

Apache2 Configuration

Snippet for the log-definition in your apache configuration:

Cronjob:

# |----------- minutes
# |
# | |--------- hours
# | |
# | | |------- day of month
# | | |
# | | | |----- month
# | | | |
# | | | | |--- day of week
# | | | | |
# | | | | | |- command 
# | | | | | | 
0 * * * * ~/goaccess/create_logs_report.sh "www.example.com"

Clone this repository via:
git clone https://src.jayvii.de/pub/goaccess_dashboard.git