mumble-server-cli
Mumble-Server config application for Django
Install
- All systems
-
curl cmd.cat/mumble-server-cli.sh
- Debian
-
apt-get install python-django-mumble
- Ubuntu
-
apt-get install python-django-mumble
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-django-mumble
- Raspbian
-
apt-get install python-django-mumble
- Dockerfile
- dockerfile.run/mumble-server-cli
python-django-mumble
Mumble-Server config application for Django
mumble-django is a Django web interface application that configures a Murmur server. It is able to create and remove vservers, start/stop them, and configure them. Furthermore, registered Django users can sign up for user accounts on the configured vservers and change their registration names and passwords. This package only contains the "mumble" Django application, without a Django project that actually uses it. Use this if you plan to integrate mumble-django in your own web project. In this case, you don't need to install the mumble-django package, which has more dependencies than this one.