Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aegoroff/npma
https://github.com/aegoroff/npma
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aegoroff/npma
- Owner: aegoroff
- Created: 2023-11-11T18:15:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-12T06:01:45.000Z (7 months ago)
- Last Synced: 2024-04-12T14:19:16.514Z (7 months ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![](https://tokei.rs/b1/github/aegoroff/npma?category=code)](https://github.com/XAMPPRocky/tokei)
# Nginx Proxy Manager access log analyzer
Nginx Proxy Manager access log analyzer can be used to analyze [grok](https://github.com/aegoroff/grok) tool output that parses
raw Nginx Proxy Manager access log and outputs all found properties of each log entry. These propertes are input for this tool.# Installation
Install Rust, then go to sources root and then run:
```shell
cargo install --path .
```
# Usage
```
grok -i -m NGINXPROXYACCESS -f ~/access.log | npma i
```