wallart-server/README.md

19 lines
426 B
Markdown
Raw Permalink Normal View History

2022-09-25 12:03:05 -06:00
This is a server for my network-connected wall art thingy.
2023-10-10 11:15:53 -06:00
It is built to accept `.gif` files.
It will force animations to 2 frames per second.
2022-09-25 12:34:34 -06:00
The wall art device will fetch `wallart.bin` file from this server.
2023-10-10 11:15:53 -06:00
Other things should use `wallart.gif`.
2022-09-25 12:34:34 -06:00
Building It
-------------
./build/build.sh
Running it
-------------
docker run --name=wallart-server -p 8080:8080 -v /srv/wallart-server:/cache wallart-server