Keeps a registry of active Musicbots on your public ip. Intended to be used together with the Musicbot-web project.
Check openapi.yaml for the api specification of the MusicBot-registry.
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.
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