Try it on https://hey-mister-dj.de/.
The admin interface can be found under https://hey-mister-dj.de/#adminPassword=examplepassword
Run node index.js --adminPassword=examplepassword
and open it under http://localhost:8080/
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