Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battle of wits

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.

How to run

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

About

A simple program that generates a video with your ip and location data using ffmpeg and ipinfo when sending a request to the server.

Resources

Stars

7 stars

Watchers

1 watching

Forks

Packages

Used by

Contributors

Languages