Watch videos together, at the same time, remotely, not in the same place, but at the same place in the video.
- Get a Google API key, and save it as the contents of server/.key.
- Start a DigitalOcean Caddy droplet, and set up SSH access.
- Create DNS records pointing to your server (example.com and api.example.com A records, both pointing to the server).
- Update the server address in the Caddyfile and the
$REMOTE
variable indeploy.sh
. - Run
deploy.sh
.