2022-03-22 20:22:37 -04:00
|
|
|
# Radiobot
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
2022-03-27 22:38:51 -04:00
|
|
|
* Live radio re-streaming to voice channels.
|
|
|
|
* Automatically turned on/off when someone joins/leaves the bound channel.
|
2022-03-22 20:22:37 -04:00
|
|
|
* Other cool things.
|
|
|
|
|
2022-03-22 23:06:38 -04:00
|
|
|
## Running using Docker from the repo
|
2022-03-23 18:26:39 -04:00
|
|
|
|
2022-03-23 19:43:24 -04:00
|
|
|
1. `sudo apt install docker-compose`
|
|
|
|
2. `cp .env.dist .env`
|
|
|
|
3. `vim .env`
|
|
|
|
4. `docker-compose up -d --build --remove-orphans`
|
|
|
|
5. `docker-compose logs --follow --tail 100`
|