Internet Radio to your Discord guild https://waren.io/r/radiox_invite
Go to file
dependabot[bot] c8d560e4f0
Bump docker/setup-buildx-action from 1.6.0 to 1.7.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-28 08:22:37 +00:00
.github Bump docker/setup-buildx-action from 1.6.0 to 1.7.0 2022-04-28 08:22:37 +00:00
.vscode Added VSCode settings 2021-09-09 12:43:12 +03:00
src Update Ready event 2022-04-07 05:46:14 +03:00
.dockerignore Formatting changes 2021-09-09 12:44:50 +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 Formatting changes 2021-09-09 12:44:50 +03:00
LICENSE Update year in LICENSE 2022-02-22 00:05:55 +02:00
package-lock.json Bump @types/node from 17.0.27 to 17.0.29 2022-04-27 08:03:18 +00:00
package.json Bump @types/node from 17.0.27 to 17.0.29 2022-04-27 08:03:18 +00:00
README.md Update README.md 2022-04-06 21:45:47 +03:00
SECURITY.md Added security policy in SECURITY.md 2021-09-09 17:56:51 +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:0.3.20 . --pull

Beta

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

Dev

docker build -t warengroup/eximiabots-radiox:0.3.20-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:0.3.20

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:0.3.20-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:0.3.20-dev

Join our Discord Server

https://discord.gg/rRA65Mn