[BUG] Goaccess is super out of date
Hi,
The goaccess custom image that you use is horribly out of date, hasn't been updated since 2020 and is hardcoded to Goaccess v1.4 (current is 1.6)
Either get the custom-image to build with the recent versions or switch to the official image ( a lot has happened in the documentation since 2019)
We don't build any images, you can reach out to the maintainer of the repo or provide an alternative repo.
https://github.com/GregYankovoy/docker-goaccess
The alternative would be the official image, it just needs some additional work.
I just want to note that it's not great to use an image that was last updated 2 years ago
I'm fine with using the official image, but you mentioned it needs work, like what?
The custom one was used because it has an integrated nginx server. The official one doesnt. So you will need a dependency to also have an nginx container that mounts the output of goaccess.
Its all a little annoying :( I actually came to check how you do it because i'm currently trying to solve it myself :D
I see. It sounds like the tool is one that (out of the box) is meant to be a command line utility, and not a web service. I would almost suggest making this an override that places the required files into the config of another nginx container to be served.
@Bockiii This will be handy I believe if you end up getting just goaccess to well... go :-) https://github.com/mattgphoto/tools/blob/master/goaccess-proxy.conf
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.