goaccess-for-nginxproxymanager
goaccess-for-nginxproxymanager copied to clipboard
GoAccess Docker Image for Nginx Proxy Manager and more...
  
When looking throug my logs, I see that all the IPs shown are from CloudFlare, which makes sense as I am using CloudFlare for DNS and security. Do you have...
It's great that you've updated/built upon [GregYankovoy's image](https://github.com/GregYankovoy/docker-goaccess) but it does not look like the `goaccess.conf` file is user-overwritable which means anyone NOT using NPM is unable to use this....
im very sorry but i again have this issue ,maybe yo can open the old one https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager/issues/28 it was running about 2 days normal then it start grow up about...
While loading data it sometimes takes a while for the report to display. It would be nice to know the process of the parsing.
Without restarting the docker container it should read newly created proxy hosts.
### GoAccess error log ```log GOAN v1.1.8 NGINX SETUP... NGINX BASIC AUTH ------------------------------- None LOADING TRAEFIK LOGS ------------------------------- Adding proxy logs... Filename: /opt/log/access.log | Read = yes Found (1) proxy...
Hi, I get the error `No archived logs found at /opt/log`. I do noticed, that the logs are not contained in the container, because `$ docker-compose exec goaccess ls /opt/log`...
Getting the following error when adding the container to an existing NPM deployment. Everything looks right on the compose file, here is the goaccess portion: ######################################### goaccess: image: xavierh/goaccess-for-nginxproxymanager:latest container_name:...
Since `docker-compose` is now deprecated, the current format of compose file on the docker hub page is not compatible with native `docker compose`. The one below works. ``` version: '3.3'...