Internet Radio to your Discord guild https://waren.io/r/radiox_invite
Go to file
dependabot[bot] b746f07927
Bump typescript from 5.5.4 to 5.6.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-10 08:40:00 +00:00
.github Bump docker/setup-buildx-action from 3.5.0 to 3.6.1 2024-07-30 08:03:48 +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 Bump typescript from 5.5.4 to 5.6.2 2024-09-10 08:40:00 +00:00
package.json Bump typescript from 5.5.4 to 5.6.2 2024-09-10 08:40:00 +00:00
README.md Documentation Update - Update Radio Stations list information in README 2024-07-22 11:07:18 +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 getting radio stations from our servers.

https://eximiabots.waren.io/radiox/stations.json

List is generated with cwchristerw's radio repo. This 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