Skip to content

askeron/hey-mister-dj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hey Mister DJ

node-current Website shields.io GitHub license Maintenance Node.js CI

Demo

Try it on https://hey-mister-dj.de/.

The admin interface can be found under https://hey-mister-dj.de/#adminPassword=examplepassword

How to run

via node

Run node index.js --adminPassword=examplepassword and open it under http://localhost:8080/

via docker

Run docker run -p 8080:8080 -e HEY_MISTER_DJ_ADMIN_PASSWORD=examplepassword askeron/hey-mister-dj and open it under http://localhost:8080/

To run it with persistent storage you need to mount the path /app/states, e.g.

docker run -p 8080:8080 -e HEY_MISTER_DJ_ADMIN_PASSWORD=examplepassword -v /some/path/on/my/disk:/app/states askeron/hey-mister-dj