Internet Radio to your Discord guild https://waren.io/r/radiox_invite
Go to file
2024-01-01 01:54:22 +02:00
.github Bump github/codeql-action from 2 to 3 2023-12-14 08:16:44 +00:00
.vscode Added VSCode settings 2021-09-09 12:43:12 +03:00
src Update copyright year 2024-01-01 01:54:22 +02:00
.dockerignore Update .dockerignore 2022-08-01 11:06:49 +03:00
.env_example Update new stationslistUrl in .env-example 2023-12-01 23:01:15 +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 2023-12-04 22:19:35 +02:00
LICENSE Update copyright year 2024-01-01 01:54:22 +02:00
package-lock.json Bump @typescript-eslint/parser from 6.15.0 to 6.16.0 2023-12-29 08:06:44 +00:00
package.json Bump @typescript-eslint/parser from 6.15.0 to 6.16.0 2023-12-29 08:06:44 +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