Comment on Any tool to visualize Traefik access logs?
JASN_DE@feddit.org 4 weeks ago
Goaccess reads the Traefik log and spits out an HTML file you can then serve via e.g. Nginx. Works for me.
Comment on Any tool to visualize Traefik access logs?
JASN_DE@feddit.org 4 weeks ago
Goaccess reads the Traefik log and spits out an HTML file you can then serve via e.g. Nginx. Works for me.
ohshit604@sh.itjust.works 4 weeks ago
Thank you for this! I never used Nginx directly and only thought of it as a reverse proxy but I had no idea it was capable of hosting html/php.
I went back to the drawing board so to say and was able to get GoAccess running, granted non-containerized, and was able to reverse proxy the Nginx instance via Traefik.