You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
build | 3 months ago | |
cmd/wallart-server | 3 months ago | |
web | 3 months ago | |
.gitignore | 6 months ago | |
README.md | 6 months ago | |
go.mod | 6 months ago | |
go.sum | 6 months ago |
README.md
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