Skip to content

Wolfteam/CastIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

915 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CastIt

A casting app and remote controller made for my personal use.

Windows

Get the latest release here.

Android

Features

  • Playlists
  • Themes
  • Drag and drop files
  • And all the good stuff that comes in casting apps

Build

Server

Build the image locally:

docker build --build-arg TARGETARCH=arm64 -t castit -f CastIt.Server/Dockerfile .

Manual export / import (tarball)

Save the built image to a gzipped tarball, copy it to the target host, and load it:

docker save castit | gzip > ~/Development/castit.tar.gz
docker load < castit.tar.gz

Push to a registry

push-image.sh builds for linux/arm64 and pushes the image tagged with the last commit's short hash and :latest (defaults: --image castit, --dockerfile CastIt.Server/Dockerfile):

./push-image.sh --registry <registry-host>

It logs in if needed, warns on a dirty working tree, and pushes both tags. Add --sha-only to skip :latest; run ./push-image.sh --help for all options.

About

Casting app made for my personal use

Topics

Resources

Stars

Watchers

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages