Skip to content

hellphish/docker-movienight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-movienight

Docker wrapper around MovieNight Forked from spencerhughes/docker-movienight to fix Golang version

Usage

docker run \
  -e STREAM_KEY="PASSWORD_FOR_OBS" \
  -e ADMIN_PASSWORD="PASSWORD_FOR_ADMIN_INTERFACE" \
  -e PUID="1000" \
  -e PGID="1000" \
  -p 8089:8089 \
  -p 1935:1935 \
  --name movienight \
  --restart unless-stopped \
  spencerhughes/movienight:latest

Environment Variables

Variable Name Description
STREAM_KEY Sets the stream key for OBS
ADMIN_PASSWORD Sets the admin password for the MovieNight web interface
ACCESS_MODE Sets the room access level ("open","pin","request")
ACCESS_PIN Sets the room PIN for access level = pin
PUID Sets the UID to execute MovieNight as
PGID Sets the GID to execute MovieNight as

Ports

Port Description
8089 HTTP port for MovieNight frontend
1935 RTMP port for OBS stream

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published