Sign inSign up

frosty5689/cast-web-api

By frosty5689

Updated over 5 years ago

Web API for Google Cast enabled devices

Image
2

50K+

frosty5689/cast-web-api repository overview

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

Tag summary

Content type

Image

Digest

Size

61.7 MB

Last updated

over 5 years ago

docker pull frosty5689/cast-web-api