Serves a random image from a directory. Listens to file system events to automatically update available images.
NOTE: I threw together this program to serve random backgrounds to my homelab (homepage)[https://gethomepage.dev/]. I have not done any testing. Software provided as-is.
NOTE: I threw together this program to serve random backgrounds to my homelab [homepage](https://gethomepage.dev/). I have not done any testing. Software provided as-is.
## Usage
Simply run the program with no arguments.
@ -17,6 +17,22 @@ Docker run example:
docker run -p 8080:8080 --volume /path/to/images:/images:ro gabehf/random-image-server