Internet Radio to your Discord guild https://waren.io/r/radiox_invite
Go to file
2024-06-19 10:32:26 +03:00
.github Bump docker/setup-buildx-action from 3.2.0 to 3.3.0 2024-04-08 08:13:05 +00:00
.vscode Added VSCode settings 2021-09-09 12:43:12 +03:00
src Make player update less often 2024-04-30 22:50:36 +03: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
CHANGELOG.md Changelog Update 2024-06-19 10:30:24 +03:00
CONTRIBUTING.md Add CONTRIBUTING.md 2021-09-09 18:51:25 +03:00
Dockerfile Add long image name to Dockerfile 2024-04-30 23:30:17 +03:00
LICENSE Update copyright year 2024-01-01 01:54:22 +02:00
package-lock.json Dependencies Update 2024-06-19 10:25:25 +03:00
package.json Bumb Version 2024-06-08 15:59:33 +03:00
README.md Use podman 2024-01-31 12:37:17 +02: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

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

Beta

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

Dev

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

2. Run Container

Production

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

Beta

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

Dev

podman run --rm --name radiox-dev -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