rwjack
rwjack
Ugh, I busted my balls, but this might be a decent solution: docker-compose.yml: ```yaml version: "3" volumes: data: report: dangling-volume: services: goaccess: image: allinurl/goaccess:latest restart: unless-stopped entrypoint: /entrypoint.sh container_name: goaccess...
Hey @allinurl, So that's exactly what I did, I just forgot to paste my config file. Basically in both cases goaccess should persist, be it reading old gz logs (query_logs...
Here's my logrotate.d/traefik file: ``` /var/log/traefik/access.log { daily rotate 2 missingok notifempty compress postrotate kill -s USR1 $(pgrep traefik) endscript } ``` The thing is, the log files are not...
```shell $ /bin/ls -lathi access.log 392838 -rw-r----- 1 321 321 13M Dec 6 11:17 access.log $ logrotate -f /etc/logrotate.d/traefik $ /bin/ls -lathi access.log 391327 -rw-r----- 1 321 321 2.9K Dec...
It seems I didn't quite understand your previous comment. Adding `copytruncate` to logrotate seems to have fixed the issue!
Here's the latest version of my entrypoint: ```shell #!/bin/sh # first read gz, persist # then restore+persist and tail regular access log export db_dir="/srv/data" export report_dir="/srv/report" export conf_dir="/srv/conf" export log_dir="/srv/traefik-logs"...
:sleeping: :sleeping: :sleeping:
3 whole years later, will this be implemented in v3?
The devs here seem to have an odd mindset, hence why development seems to have stalled, because "evil organizations will spy on their workers using AW - for free". Might...
One possible good use case for personal users, merge all screen time into a single auditable location, so the users can help themselves understand what is eating most of their...