App for Alliance Auth to provide quick connect links for Mumble channels.
Note
To use this app, you need to have Alliance Auth installed, and the Mumble Service enabled.
Install the app using pip:
pip install aa-mumble-quick-connect==1.1.2Add the app to your INSTALLED_APPS in your local.py:
INSTALLED_APPS += [
"aa_mumble_quick_connect", # https://github.com/ppfeufer/aa-mumble-quick-connect
]Copy static files and run migrations
python manage.py migrate mumble_quick_connect
python manage.py collectstatic --noinputAdd the app to your conf/requirements.txt:
aa-mumble-quick-connect==1.1.2
Add the app to your INSTALLED_APPS in your conf/local.py:
INSTALLED_APPS += [
"aa_mumble_quick_connect", # https://github.com/ppfeufer/aa-mumble-quick-connect
]docker compose build --no-cache
docker compose --env-file=.env up -dCopy static files and run migrations
docker compose exec allianceauth_gunicorn bash
auth collectstatic
auth migrateThe app comes with a default permission aa_mumble_quick_connect | general | Can access this app that allows
users to view the Mumble Quick Connect page.
See CHANGELOG.md for a list of changes.
Do you want to help translate this app into your language or improve the existing translation? - Join our team of translators!
Do you want to contribute to this project? That's cool!
Please make sure to read the Contribution Guidelines.
(I promise, it's not much, just some basics)
