Skip to content

typedcode/musikcube-webplayer-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

musikcube-webplayer-proxy

This proxy is part of the musikcube-webplayer project.

Prerequisites

You need to have node installed to run this project.

Installation

  • Clone the repository or download the latest Version from github and unzip it to a folder of your choosing.
  • Rename .env.template to .env and open it in an editor and set at least MUSIKCUBE_SERVER_ADDRESS. Check Parameters below for additional values to set
  • run npm ci
  • run node index.js

Parameters

Parameter Default Description
MUSIKCUBE_SERVER_ADDRESS The adress where your musikcube is running.
MUSIKCUBE_STREAMING_PORT 7906 The port where musikcube is open to stream. You can find (and change) this value in musikcube. Start musikcube, go to settings and then to server setup
MUSIKCUBE_PASSWORD If you have set a password to musikcube, you need to set it here
PROXY_PORT 5000 The port on which the proxy is listening for requests. The default Port is 5000

For more information see here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published