Internet Radio to your Discord guild https://waren.io/r/radiox_invite
Go to file
2023-08-05 17:52:17 +03:00
.github Bump docker/setup-buildx-action from 2.9.0 to 2.9.1 2023-07-14 04:46:28 +00:00
.vscode Added VSCode settings 2021-09-09 12:43:12 +03:00
src Handling missing access to guilds in commands.ts 2023-06-08 05:27:28 +03:00
.dockerignore Update .dockerignore 2022-08-01 11:06:49 +03:00
.env_example Update stationsListURL 2021-11-29 13:20:33 +02:00
.eslintrc Updated misc 2021-06-08 12:01:32 +03:00
.gitignore Removed .vscode folder in .gitignore 2021-09-09 12:42:10 +03:00
.prettierrc Updated misc 2021-06-08 12:01:32 +03:00
CONTRIBUTING.md Add CONTRIBUTING.md 2021-09-09 18:51:25 +03:00
Dockerfile Dockerfile Update - NodeJS 18 2023-06-07 05:23:30 +03:00
LICENSE Add current year to LICENSE file 2023-05-24 02:59:18 +03:00
package-lock.json Bump @types/node from 20.4.6 to 20.4.7 2023-08-04 08:36:06 +00:00
package.json Bump @types/node from 20.4.6 to 20.4.7 2023-08-04 08:36:06 +00:00
README.md Update README.md 2022-07-18 23:47:00 +03:00
SECURITY.md Update supported versions in SECURITY.md 2023-08-05 17:52:17 +03:00
tsconfig.json Updated misc 2021-06-08 12:01:32 +03:00

RadioX by EximiaBots

Internet Radio to your Discord guild

Radio Stations List

This bot is using Gitea repo to get radio stations from 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.

Docker

1. Build Image

Production

docker build -t warengroup/eximiabots-radiox:latest . --pull

Beta

docker build -t warengroup/eximiabots-radiox:latest-beta . --pull

Dev

docker build -t warengroup/eximiabots-radiox:latest-dev . --pull

2. Run Container

Production

docker run --name radiox --net host -d -e DISCORD_TOKEN= -e STREAMER_MODE=auto -v "$PWD/datastore":/usr/src/app/datastore/ warengroup/eximiabots-radiox:latest

Beta

docker run --name radiox --net host -d -e DISCORD_TOKEN= -e STREAMER_MODE=auto -v "$PWD/datastore":/usr/src/app/datastore/ warengroup/eximiabots-radiox:latest-beta

Dev

docker run --rm --name radiox-dev --net host -e DISCORD_TOKEN= -e DEV_MODE=true -v "$PWD":/usr/src/app/ warengroup/eximiabots-radiox:latest-dev

Join our Discord Server

https://discord.gg/rRA65Mn