Antonio K.
Antonio K.
My system: ```sh $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.3 LTS Release: 22.04 Codename: jammy $ uname -a Linux MYHOSTNAME 5.15.133.1-microsoft-standard-WSL2 #1 SMP...
When run with docker-compose, it seems that goaccess "knows" of `mem_limit` set on docker side: configuration 1: `mem_limit: 384m` ```yaml version: '2.4' services: goaccess: image: allinurl/goaccess:1.9.1 command: - /path/to/logs -...
Is there a way to re-define `perPage` setting per panel? E.g. for `visitors` panel set `perPage=20`, for `browsers` panel set `perPage=5`, for all others panels (default report-wide) set `perPage=10`? This...
I used to include `telegram-action` into my Github workflows in that manner: ``` uses: appleboy/telegram-action@master ``` Some weeks ago I noticed that my Github actions workflows stopped to send notifications...
I upgraded from v1.3.0 to v1.5.1, using Docker image: ``` # old one nginx/nginx-prometheus-exporter:1.3.0 #new one nginx/nginx-prometheus-exporter:1.5.1 ``` When running v1.5.1, the first line in log is ``` time=2025-10-23T04:53:33.971Z level=INFO...