Skip to content

atdma/npm-logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nginx Proxy Manager Log Dashboard

A ready-to-run Loki + Grafana stack that parses Nginx Proxy Manager access and error logs into a pre-built dashboard.

  NPM Log Files ──> Promtail ──> Loki ──> Grafana
  (your host)       (parse)      (store)   (visualize)

Setup

  1. Copy and edit the environment file:

    cp .env.example .env

    Set NPM_LOG_DIR to your NPM logs directory (default: /data/compose/1/data/logs).

  2. Start the stack:

    docker compose up -d
  3. Open Grafana at http://localhost:3000 (default login: admin / admin).

The Nginx Proxy Manager Logs dashboard is pre-loaded and ready to use.

About

Loki + Grafana stack for visualizing Nginx Proxy Manager logs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors