nginx-proxy-manager icon indicating copy to clipboard operation
nginx-proxy-manager copied to clipboard

Show (access) log in web interface

Open xanthos84 opened this issue 5 years ago • 16 comments

Easy FR here:

Like Audit Log some kind of Log View for the Reverse Proxy Hosts.

That would be awesome! Thanks

xanthos84 avatar May 09 '20 07:05 xanthos84

you mean like a log of connections and/or visits? I would like to second that idea!

ghost avatar May 10 '20 00:05 ghost

yes absolutely!

xanthos84 avatar May 10 '20 06:05 xanthos84

I was asking about the same thing, simple stats. I vote for it! https://github.com/jc21/nginx-proxy-manager/issues/359

nightcomdev avatar May 11 '20 20:05 nightcomdev

A view for /data/logs/error.log will be very helpfull too.

damianog avatar May 30 '20 15:05 damianog

+1 I'm also looking for this feature.

I need a solution to browse the access logs for each configured host. I know there are other solutions to this like goaccess for example, but I can't get that to work. Looks like the log syntax is different than what goaccess is expecting and I can't figure out a way to configure the logging format on nginx-proxy-manager.

M0E-lnx avatar Feb 25 '22 15:02 M0E-lnx

Are there any new information to this? It would be really nice to have this feature

leon1995 avatar Sep 16 '22 12:09 leon1995

Any updates? SSHing into the docker container isn't convenient.

trentwiles avatar Oct 31 '22 16:10 trentwiles

Hi all, maybe it´s helpful for one or another. I just use frontail in a container for it. Here´s my dead simple compose file:

version: '3'
services:
  nginxproxymanager:
    image: 'jc21/nginx-proxy-manager:latest'
    restart: unless-stopped
    ports:
      - '80:80'
      - '81:81'
      - '443:443'
    volumes:
      - /disks/nginx-proxy-manager/data:/data
      - /disks/nginx-proxy-manager/letsencrypt:/etc/letsencrypt
  frontail:
    image: mthenw/frontail:latest
    restart: always
    ports:
      - "9001:9001"
    volumes:
      - /disks/nginx-proxy-manager/data/logs:/log/npm
    command: '--ui-highlight /log/npm/default-host_access.log /log/npm/default-host_error.log /log/npm/fallback_access.log /log/npm/fallback_error.log /log/npm/letsencrypt-requests_access.log /log/npm/letsencrypt-requests_error.log /log/npm/proxy-host-1_access.log /log/npm/proxy-host-1_error.log /log/npm/proxy-host-2_access.log /log/npm/proxy-host-2_error.log /log/npm/proxy-host-3_access.log /log/npm/proxy-host-3_error.log /log/npm/proxy-host-4_access.log /log/npm/proxy-host-4_error.log /log/npm/proxy-host-5_access.log /log/npm/proxy-host-5_error.log /log/npm/proxy-host-6_access.log /log/npm/proxy-host-6_error.log /log/npm/proxy-host-7_access.log /log/npm/proxy-host-7_error.log /log/npm/proxy-host-8_access.log /log/npm/proxy-host-8_error.log /log/npm/proxy-host-9_access.log /log/npm/proxy-host-9_error.log'

kamilkosek avatar Mar 16 '23 10:03 kamilkosek

Issue is now considered stale. If you want to keep it open, please comment :+1:

github-actions[bot] avatar Mar 29 '24 01:03 github-actions[bot]

Keep it open

cyberpower678 avatar Mar 29 '24 14:03 cyberpower678

👍

cyberpower678 avatar Mar 29 '24 14:03 cyberpower678

I have never seen stalebot be helpful. Wish repo maintainers would turn it off.

dimo414 avatar Mar 29 '24 17:03 dimo414