Skip to content

πŸŽ™ πŸ“‘ radio station for nodejs, this example is for the main radio-station library.

Notifications You must be signed in to change notification settings

prohetamine/docker-launcher-web-radio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

logo

README is available in the following languages: Russian | English

Docker Launcher Web Radio

docker-launcher-web-radio - radio station for nodejs, this example is for the main radio-station library.

Why ?

This example shows how you can start broadcasting using docker without installation difficulties, this is just an example, official documentation can be found in radio-station, if you want an automatic server broadcast without the ability to form the order of tracks, use docker-node-web-radio

Get started

Let's install the container from Docker Hub prohetamine/docker-launcher-web-radio

$ docker pull prohetamine/docker-launcher-web-radio

Also build

$ git clone https://github.com/prohetamine/docker-launcher-web-radio.git
$ cd docker-launcher-web-radio
$ docker build . -t docker-launcher-web-radio

Examples and description

Now just run and go to the default address http://localhost:8080 and control the broadcast using the radio-launcher. Attention: until you add any tracks, the broadcast will not start

The basic setup looks like this, but LOGIN and PASSWORD are optional, they can be generated automatically at the time of startup.

$ docker run --rm -p 8080:8080 -p 9933:9933 -e CORS="*" -e LOGIN=localhost -e PASSWORD=hackme prohetamine/docker-launcher-web-radio

You can preload tracks from the folder in order not to upload them in the interface, this may take time that we do not have.

docker run --rm -p 8080:8080 -p 9933:9933 -e CORS="*" -e LOGIN=localhost -e PASSWORD=hackme -v /yourtracksfolder:/tracks-for-load prohetamine/docker-launcher-web-radio

Contacts

My Telegram: @prohetamine, channel

Email: prohetamine@gmail.com

Donat money: patreon

If you have any questions and/or suggestions, please email me in telegram, if you find any bugs also let me know, I will be very grateful.