Skip to content

LunNova/GoAccessDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application

GoAccess

Description

GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. https://goaccess.io

Usage

docker run -d \
    --name=<container name> \
    -v <path to logs>:/log \
    -v <path to generated output HTML>:/report \
    -v /etc/localtime:/etc/localtime:ro \
    rossallan/goaccess

Please replace all user variables in the above command defined by <> with the correct values.

Access application

<host ip>:25565

Example

docker run -d \
    --name=goaccess \
    -v /mnt/appdata/nginx/logs:/log \
    -v /mnt/appdata/nginx/sites/stats.allan.scot:/report \
    -v /etc/localtime:/etc/localtime:ro \
    rossallan/goaccess

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages