A small program for web hosts, or self hosters, that reads TOML config files, generates reports with GoAccess, and emails them to config'd recipients. The user can schedule with cron, systemd-timers, etc.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[server]
|
|
hostname = "email.mydomain.org"
|
|
starttls-port = 587
|
|
sender-address = "maileraddress@mydomain.org"
|
|
sender-password = "supersecretpassword"
|
|
|