Skip to content

frosty5689/docker-cast-web-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

frosty5689/cast-web-api

Docker PullsDocker Stars

Usage

docker run \
  --name cast-web-api \
  --net=host \
  -e TZ=YOUR_TIMEZONE \
  -e HOSTNAME=YOUR_HOST \
  -e PORT=YOUR_PORT \
  -p YOUR_PORT:YOUR_PORT/tcp \
  frosty5689/cast-web-api

Parameters

  • --net=host - Uses host network with container, this is required for cast-web-api to discover Chromecast Devices
  • -e TZ - Timezone to run the app in
  • -e HOSTNAME - Set the app to listener on a specific hostname (defaults to 127.0.0.1)
  • -p YOUR_PORT:YOUR_PORT/tcp - Expose port YOUR_PORT used by the app as port YOUR_PORT to handle requests from SmartThings

Buy me a coffee

If you appreciate what I do and would like to show some support, buy me a coffee :)

Buy Me A Coffee

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published