wallart-server/README.md

426 B

This is a server for my network-connected wall art thingy.

It is built to accept .gif files. It will force animations to 2 frames per second.

The wall art device will fetch wallart.bin file from this server. Other things should use wallart.gif.

Building It

./build/build.sh

Running it

docker run --name=wallart-server -p 8080:8080 -v /srv/wallart-server:/cache wallart-server