radiobot/README.md

17 lines
437 B
Markdown
Raw Permalink Normal View History

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-28 18:46:23 -04:00
* Shows ICY StreamTitle
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`
2022-03-28 18:46:23 -04:00
2. `cp radiobot.env.dist radiobot.env`
3. `vim radiobot.env`
2022-03-23 19:43:24 -04:00
4. `docker-compose up -d --build --remove-orphans`
2022-03-28 11:46:45 -04:00
5. `docker-compose logs --follow --tail 100 --timestamps`