This is a server for my network-connected wall art thingy. It is built to accept `.pixil` files, which are generated by https://pixilart.com/. The wall art device will fetch `wallart.bin` file from this server. Other things should use `wallart.png`. Building It ------------- ./build/build.sh Running it ------------- docker run --name=wallart-server -p 8080:8080 -v /srv/wallart-server:/cache wallart-server