This is a test website for trying to synchronize Wav2Lip with an interactive documentary
It can be run locally with npm start
It is hosted on Digital-Ocean in a droplet. Set up for this went
- Create standard dokku image
- Add ssh keys with
Locally
cat ~/.ssh/id_rsa.pub | ssh root@138.197.223.251 dokku ssh-keys:add ADMIN
- Create dokku image
On host
dokku apps:create three-videos
dokku domains:add three-videos three-videos.jaeperris.com
- Run
npm run deploy
INCOMPLETE - See lets encrpyt setup and network setup for digital ocean.