goaccess-for-nginxproxymanager
goaccess-for-nginxproxymanager copied to clipboard
GoAccess Docker Image for Nginx Proxy Manager and more...
### Discussed in https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager/discussions/161 Originally posted by **wernerm** September 18, 2023 I would like to suggest a new feature please: The support for a new `LOG_TYPE` option called `NPM_SEPARATED` (or...
Hi, Firstly, thank you for your project, just having a play with it. Was wondering if you would be able to include Virtual Hosts, especially important on the Requested Files...
I always notice that the container uses relatively a lot of CPU continously, I am not really sure what its doing, but maybe its just the task of parsing the...
Hi Xavier, I have setup the Goacess container and I am able to launch it, but the container is not able to read my error log files. I have mounted...
When running npm with a custom user: ``` enviroment: - PUID=1000 - PGID=1000 ``` Warn occur when processing the `nginx.conf` file, and this warn is logged at `fallback_error.log`: ``` 2023/10/02...
Goaccess has the ability to persist data between starts so when restarted it does not have to reparse the log files - i.e. the "PERSISTENCE STORAGE OPTIONS" section here: https://goaccess.io/man...
IP information and both of these are not being parsed/filled with information. Do I need to configure something to make these work?
I am using Docker personal for windows, where I have NPM and Maria DB. NPM is working properly, no issues. However, I don't understand how to set this to make...
Hello I have managed to have GFNPM work for Caddy. Here is the solution in compose ``` - LOG_TYPE=CUSTOM #optional - more information below volumes: - /opt/stacks/caddy_ext/caddy-data/log:/opt/log - ./custom:/opt/custom ```...