Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djdefi/gifyerself
Serve up a local directory of GIFs for use in OBS
https://github.com/djdefi/gifyerself
gif obs obs-overlay
Last synced: 12 days ago
JSON representation
Serve up a local directory of GIFs for use in OBS
- Host: GitHub
- URL: https://github.com/djdefi/gifyerself
- Owner: djdefi
- Created: 2020-05-19T03:09:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T14:27:00.000Z (about 1 month ago)
- Last Synced: 2024-10-05T14:22:59.120Z (about 1 month ago)
- Topics: gif, obs, obs-overlay
- Language: HTML
- Homepage:
- Size: 144 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GIFYerself
Serve a directory of files (GIFs) as a random slideshow. Useful for a Browser source in OBS.
## Usage
```bash
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]