Open bluegenes opened 1 year ago
goaccess access-branchwater.sourmash.bio.log -o report.html --log-format=caddy
did the trick to generate an HTML report, following these instructions for static HTML reports.
The instructions for real-time are pretty interesting, might try to expose that in Caddy too
thanks to @luizirber's nixos setup, we're already logging with
caddy
log files on the
mastiff
server:wc -l /var/log/caddy/access-*
But we should make this logging visible/accessible/usable.
suggestions from luiz:
we could alternatively set up a self-hosted plausible.io if we have issues using the
caddy
logs...