A casting app and remote controller made for my personal use.
Get the latest release here.
- Playlists
- Themes
- Drag and drop files
- And all the good stuff that comes in casting apps
docker build --build-arg TARGETARCH=arm64 -t castit -f CastIt.Server/Dockerfile .
docker save castit | gzip > ~/Development/castit.tar.gz
docker load < castit.tar.gz