#GoAccess for NGINX-ADDON
1 messages · Page 1 of 1 (latest)
we are trying to install goaccess for nginx on the HA instance.
for this we need the log files that are created by nginx.
I have nginx running separately in docker on my proxmox. So it's no problem for me to get hold of these log files.
but what about the addon?
Here you can see the logs there are created --> https://ibb.co/BV3kMny
this is the command that i used to install it:
docker create -it --name=Goaccess --restart=always -p 7880:7880 -v /home/admin/npm/data/logs:/opt/log -e SKIP_ARCHIVED_LOGS=false xavierh/goaccess-for-nginxproxymanager:latest
as you can see i parse the log from: /home/admin/npm/data/logs
and that's exactly what we're looking for at HA. is that possible?