mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 15:29:31 +00:00 
			
		
		
		
	
			
				
					
						
					
					5828c1b9700a93cdb9f0e21e1a5ad625f8c6ee36
				
			
			
		
	Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.3.2 to 20.3.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development 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: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%