Skip to content

Online Registry for active Musicbot instances in your local network

Notifications You must be signed in to change notification settings

FelixGail/Musicbot-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Musicbot-Registry

Keeps a registry of active Musicbots on your public ip. Intended to be used together with the Musicbot-web project.

API

Check openapi.yaml for the api specification of the MusicBot-registry.

Usage

Send a POST request for every instance of a bot you are using. Refresh the registration regularly, a registration is valid for 5 minutes.

To find a bot instance send a simple GET request. The service will match your public IP and check if there are any musicbot instances registered for it.

An instance of this service is available at https://registry.kiu.party.

Setup

You can easily setup your own registry instance by using docker.

To make the service available at http://localhost:8000 simply run:

docker run -p 8000:8000 felixgail/musicbot-registry:latest

About

Online Registry for active Musicbot instances in your local network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published