Home

Awesome

VDO.NINJA Docker

Docker Pulls Docker Stars

VDO.Ninja is a project created by steveseguin for awesome streaming magic. VDO.NINJA Docker purely creates a convenient package for deployment.

Project links

Original Project

Github Project: steveseguin/vdo.ninja

Docker Project

Github Project: umlatt/vdo.ninja

State

STABLE

Version Info

Check changelog for more information

Installation

Requirements

A server with something docker flavoured

Deployment

  1. Provide the DNS name of your server in SERVER_URL=
  2. Provide a valid email address against which your certificate will be registered in EMAIL_ADDRESS=
docker run -dit -p 80:80 -p 443:443 --restart=unless-stopped --name vdo.ninja -e SERVER_URL=$HOSTNAME -e EMAIL_ADDRESS=emailforcert@domain.com umlatt/vdo.ninja

Notes

Restart Unless Stopped

Certificates:

START DELAY

docker logs --follow vdo.ninja

You will see the steps of https registration and the output should provide you with the domain name that you configured.