|
1 week ago | |
---|---|---|
LICENSE | 5 months ago | |
README.md | 5 months ago | |
gen-indexes.py | 1 week ago | |
index-service.html | 5 months ago | |
index.html | 5 months ago | |
requirements.txt | 5 months ago | |
test.html | 5 months ago |
Script used to generate stats.42l.fr
This script generates index.html
files to browse GoAccess reports through a user-friendly interface.
It can be run in a Docker container, but you must install additional packages (pip3 install -r requirements.txt
), mainly:
Mount your reports volume in the /base/
folder (and/or edit the script's constants to your needs).
The templates' design is quite poor and the script doesn't handle errors very well. PRs welcome!