This proxy is part of the musikcube-webplayer project.
You need to have node installed to run this project.
- Clone the repository or download the latest Version from github and unzip it to a folder of your choosing.
- Rename
.env.templateto.envand open it in an editor and set at leastMUSIKCUBE_SERVER_ADDRESS. Check Parameters below for additional values to set - run
npm ci - run
node index.js
| 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