Matomo
Use the following command to install Matomo. Change the port and volume as needed.
Matomo is used to gather analytics on The Homelab Wiki
See the official GitHub repo for more information.
docker run -d -p 8000:8000 --name matomo \
-v /home/usr/matomo/data:/data \
crazymax/matomo:latest