A simple program that generates a video with your ip address and location and sends it. This is not a "clone and run" program, you'll need to setup some things before running it.
docker run -d \
--restart always \
-v $(pwd)/assets:/assets \
-v $(pwd)/geoip:/geoip \
-p 0.0.0.0:3000:3000 \
--mount type=tmpfs,destination=/tmp,tmpfs-size=500m \
--name website \
ghcr.io/sipacid/wits:main