mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 14:49:32 +00:00 
			
		
		
		
	
			
				
					
						
					
					9822de7a5eda129e1587ecf0120a19573c5c2fa6
				
			
			
		
	Bumps [eslint](https://github.com/eslint/eslint) from 8.17.0 to 8.18.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.17.0...v8.18.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development 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: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%