Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 355 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 355 Bytes

Autocasting docker container

  • Copy config.example.json to config.json and add your configuration
  • docker-compose up -d
  • Done!
{
  "Phone": { // Name of the Chromecast
    "interval": "20", // Interval in seconds to check if the Chromecast is inactive
    "url": "https://www.example.com" // The url to cast
  }
}