An easy way to have a 24/7 audio stream of music.

Compare changes

Choose any two refs to compare.

Changed files
+6 -5
+5 -4
.env.example
···
+
STREAM_NAME=Radio
+
STREAM_DESC=Our selection of music
+
STREAM_URL=https://google.com
+
STREAM_MOUNTPOINT=live
+
ICECAST_PORT=8000
ICECAST_SOURCE_PASSWORD=ASourcePassword
ICECAST_ADMIN_PASSWORD=AnAdminPassword
···
ICECAST_HOSTNAME=localhost
ICECAST_MAX_SOURCES=1
ICECAST_CHARSET=UTF-8
-
STREAM_NAME=Radio
-
STREAM_DESC=Our selection of music
-
STREAM_URL=https://google.com
-
STREAM_MOUNTPOINT=live
+1 -1
README.md
···
## Requirements
- docker
-
- docker-compose
+
- docker compose
- Some music
## Install