From 6f5566a80e3f7a63249ef13bbcea73dfaad492b4 Mon Sep 17 00:00:00 2001 From: itwrx Date: Sat, 7 Dec 2024 12:03:23 -0600 Subject: [PATCH] updated README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ed222ff..dfecb1a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ A small program for web hosts, or self hosters, that reads TOML config files (TO -- Create `/etc/goaccess-reporter` (dash, not underscore) and copy `example_config_files/email.toml` and `example_config_files/sites.toml` there and edit them for your needs. +-- The geoip database location is currently hardcoded in GoAccessReporter to `/var/www/goaccess-geolite2-city.mmdb`, so that file must exist and be readable by GoAccess. + -- Run the program with cron by copying `example_config_files/run_goaccess_reporter.sh` to `/etc/periodic/monthly` on your server, or use whatever scheduling method you prefer. -- GoAccessReporter will create `~/.goaccess-reporter`, `~/.gooaccess-reporter/reports` and `~/.goaacess-reporter/goaccess-reporter.log` when it runs. If `delete-after = false` is set in `sites.toml` for a site, the report will be saved in the `reports` directory.