djdefi / gifyerself

Serve up a local directory of GIFs for use in OBS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GIFYerself

Serve a directory of files (GIFs) as a random slideshow. Useful for a Browser source in OBS.

Usage

docker build -t gifyerself .
docker run --rm -it -p 4567:4567 -v /path/to/some/gifs:/usr/src/app/public/[pathname] gifyerself:latest

URL: to view the show: http://localhost:4567/[pathname]

About

Serve up a local directory of GIFs for use in OBS


Languages

Language:HTML 53.3%Language:Ruby 31.7%Language:Dockerfile 15.1%