A project to dockerise vdo.ninja for self hosting.
6.0K
VDO.Ninja is a project created by steveseguin for awesome streaming magic.
VDO.NINJA Docker purely creates a convenient package for deployment.
Github Project: steveseguin/vdo.ninja
Github Project: umlatt/vdo.ninja
STABLE
Check changelog for more information
A server with something docker flavoured
SERVER_URL=EMAIL_ADDRESS=docker run -dit -p 80:80 -p 443:443 --restart=unless-stopped --name vdo.ninja -e SERVER_URL=$HOSTNAME -e [email protected] umlatt/vdo.ninja
Certificates:
certbot/letsencrypt.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.
You may be using a reverse proxy to handle your SSL termination. In this case you can provide the environment variable SSL=off.
docker run -dit -p 80:80 --restart=unless-stopped --name vdo.ninja -e SSL=off umlatt/vdo.ninja
Content type
Image
Digest
sha256:98db0dfd4…
Size
248.9 MB
Last updated
7 months ago
docker pull umlatt/vdo.ninja