mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2026-03-09 11:34:22 +00:00
bc0cb15c406dbd51365c76ed9d33a11948652e4f
Bumps [@snazzah/davey](https://github.com/Snazzah/davey) from 0.1.9 to 0.1.10. - [Release notes](https://github.com/Snazzah/davey/releases) - [Commits](https://github.com/Snazzah/davey/compare/js-0.1.9...js-0.1.10) --- updated-dependencies: - dependency-name: "@snazzah/davey" dependency-version: 0.1.10 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 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
Description
Languages
TypeScript
99.7%
Dockerfile
0.3%