eximiabots-radiox/README.md

45 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2020-03-02 20:22:12 +00:00
# RadioX by EximiaBots
Internet Radio to your Discord guild
2021-11-29 22:19:23 +00:00
## [Radio Stations List](https://git.cwinfo.net/cwchristerw/radio)
2021-11-29 11:20:33 +00:00
This bot is using Gitea repo to get radio stations from [playlist.json](https://git.cwinfo.net/cwchristerw/radio/raw/branch/master/playlist.json) file. List is currently maintained by Christer Warén. You can use alternative list with same format when using RADIOX_STATIONSLISTURL environment variable.
2020-08-14 21:12:37 +00:00
## Docker
2022-04-06 18:45:47 +00:00
### 1. Build Image
**Production**
```
2024-01-31 10:37:17 +00:00
podman build -t warengroup/eximiabots-radiox:latest . --pull
2022-04-06 18:45:47 +00:00
```
**Beta**
```
2024-01-31 10:37:17 +00:00
podman build -t warengroup/eximiabots-radiox:latest-beta . --pull
2022-04-06 18:45:47 +00:00
```
**Dev**
```
2024-01-31 10:37:17 +00:00
podman build -t warengroup/eximiabots-radiox:latest-dev . --pull
2022-04-06 18:45:47 +00:00
```
### 2. Run Container
**Production**
```
2024-01-31 10:37:17 +00:00
podman run --name radiox -d -e DISCORD_TOKEN= -e STREAMER_MODE=auto -v "$PWD/datastore":/usr/src/app/datastore/ warengroup/eximiabots-radiox:latest
2022-04-06 18:45:47 +00:00
```
**Beta**
```
2024-01-31 10:37:17 +00:00
podman run --name radiox -d -e DISCORD_TOKEN= -e STREAMER_MODE=auto -v "$PWD/datastore":/usr/src/app/datastore/ warengroup/eximiabots-radiox:latest-beta
2022-04-06 18:45:47 +00:00
```
**Dev**
```
2024-01-31 10:37:17 +00:00
podman run --rm --name radiox-dev -e DISCORD_TOKEN= -e DEV_MODE=true -v "$PWD":/usr/src/app/ warengroup/eximiabots-radiox:latest-dev
2022-04-06 18:45:47 +00:00
```
2020-08-16 23:50:38 +00:00
## Join our Discord Server
2020-12-13 14:30:29 +00:00
https://discord.gg/rRA65Mn