mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 15:29:31 +00:00 
			
		
		
		
	
			
				
					
						
					
					b3859f79fdb01a65bbd1daa1cc2b7959b3e0cfab
				
			
			
		
	Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.1.4 to 16.2.0. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.1.4...v16.2.0) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-minor ... 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:latest . --pull
Beta
docker build -t warengroup/eximiabots-radiox:latest-beta . --pull
Dev
docker build -t warengroup/eximiabots-radiox:latest-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:latest
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:latest-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:latest-dev
Join our Discord Server
Description
				
					Languages
				
				
								
								
									TypeScript
								
								99.7%
							
						
							
								
								
									Dockerfile
								
								0.3%