dependabot[bot] 854b64d10a
Bump typescript from 5.5.3 to 5.5.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4.
- [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.3...v5.5.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-23 08:02:10 +00:00
2021-09-09 12:43:12 +03:00
2024-04-30 22:50:36 +03:00
2022-08-01 11:06:49 +03:00
2021-06-08 12:01:32 +03:00
2021-06-08 12:01:32 +03:00
2024-06-19 10:30:24 +03:00
2021-09-09 18:51:25 +03:00
2024-04-30 23:30:17 +03:00
2024-01-01 01:54:22 +02:00
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

Description
Internet Radio to your Discord guild
https://waren.io/r/radiox_invite
Readme MIT 4.9 MiB
Languages
TypeScript 99.7%
Dockerfile 0.3%