A modern looking smokeping webgui.
- Cropping graphs
- Search Functions
- Better support for small screen devices
Replace the standaard page
cd /etc/smokeping
mv basepage.html basepage.html.bak
wget https://raw.githubusercontent.com/svenvg93/smokeboot/main/basepage.html
Use docker volumes to pass the into the docker container
Docker compose:
volumes:
- ./smokeping/basepage.html:/etc/smokeping/basepage.html
Set the graph border to no in the Presentation file to have no borders and white background on the graphs
graphborders = no
- tsumaru720/smokeping-bootstrap