Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/null-burn/nginx-proxy-manager-goaccess
NGINX Proxy Manager and Goaccess docker file
https://github.com/null-burn/nginx-proxy-manager-goaccess
Last synced: 13 days ago
JSON representation
NGINX Proxy Manager and Goaccess docker file
- Host: GitHub
- URL: https://github.com/null-burn/nginx-proxy-manager-goaccess
- Owner: null-burn
- Created: 2021-07-02T03:11:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T03:35:35.000Z (over 3 years ago)
- Last Synced: 2024-08-01T19:52:37.259Z (3 months ago)
- Homepage:
- Size: 10.7 KB
- Stars: 28
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nginx-proxy-manager-goaccess
run "docker-compose up -d"
stop the goaccess container
**Edit the following file: ./goaccess/storage/goaccess.conf** *(I've included my goaccess configuration)*
verify:
- real-time-html truecomment out:
- log-format COMBINEDadd:
- log_format [%d:%t %^] %s - %m %^ %v "%U" [Client %h] [Length %b] [Gzip %^] "%u" "%R"
- time-format %T
- date-format %d/%b/%Yupdate:
- log-file /opt/log/default.logstart the goaccess container
visit goaccess at: http://[ip]:7889
> props to ( and me too :P ): https://github.com/hectorm/docker-goaccess and https://forums.unraid.net/topic/103977-view-nginx-proxy-manager-access-logs-in-a-beautiful-dashboard-with-goaccess/