mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-11-04 23:19:33 +00:00
4c6a38fc271c3a8d396b91309d7b6b46190d4097
Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.33.3 to 0.33.4. - [Release notes](https://github.com/discordjs/discord-api-types/releases) - [Changelog](https://github.com/discordjs/discord-api-types/blob/main/CHANGELOG.md) - [Commits](https://github.com/discordjs/discord-api-types/compare/0.33.3...0.33.4) --- updated-dependencies: - dependency-name: discord-api-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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
Description
Languages
TypeScript
99.7%
Dockerfile
0.3%