Skip to content

waw-eve/seat-mumble-register-backend

Repository files navigation

seat-mumble-register-backend

CI to Docker Hub Docker image size

SeAT's mumble registration plugin backend

Introduction

This program provides an http interface.

It accepts the base64 encoding of the request encrypted by the encryption algorithm specified in the configuration file, and generates and registers the mumble user's certificate according to the provided information.

Return the base64 encoding of the certificate pfx file encrypted in the same way.

Getting started

Installation

Automated builds of the image are available on Dockerhub and is the recommended method of installation.

docker pull alliancewaw/seat-mumble-register

Quickstart

you can use the sample docker-compose.yml file to start the container using Docker Compose

Configuration

After first run, it will auto create config.json file in data folder.

Edit the config.json to change settings.

This is sample config

{
  "encryptKey": "changeme",
  "mumbleIceAddr": "tcp -h 127.0.0.1 -p 6502",
  "mumbleIceSecret": "changeme"
}

About

SeAT's mumble registration plugin backend

Resources

License

Stars

Watchers

Forks

Packages

No packages published