Quick connect links to your Mumble server channels
Project description
AA Mumble Quick Connect
App for Alliance Auth to provide quick connect links for Mumble channels.
Screenshots
Mumble Quick Connect
Installation
[!NOTE]
To use this app, you need to have Alliance Auth installed, and the Mumble Service enabled.
Bare Metal Installation
Step 1: Install the App
Install the app using pip:
pip install aa-mumble-quick-connect
Step 2: Update Your AA Settings
Add the app to your INSTALLED_APPS in your local.py:
INSTALLED_APPS += [
"aa_mumble_quick_connect", # https://github.com/ppfeufer/aa-mumble-quick-connect
]
Step 3: Finalizing the Installation
Copy static files and run migrations
python manage.py migrate mumble_quick_connect
python manage.py collectstatic --noinput
Docker Installation
Step 1: Add the App
Add the app to your conf/requirements.txt:
aa-mumble-quick-connect==0.0.9
Step 2: Update Your AA Settings
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
]
Step 3: Build Auth and Restart Your Containers
docker compose build --no-cache
docker compose --env-file=.env up -d
Step 4: Finalizing the Installation
Copy static files and run migrations
docker compose exec allianceauth_gunicorn bash
auth collectstatic
auth migrate
Permissions
The 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.
Changelog
See CHANGELOG.md for a list of changes.
Translation Status
Do you want to help translate this app into your language or improve the existing translation? - Join our team of translators!
Contributing
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aa_mumble_quick_connect-0.0.9.tar.gz.
File metadata
- Download URL: aa_mumble_quick_connect-0.0.9.tar.gz
- Upload date:
- Size: 97.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37587f8b526fc727ea30aef605605336843ef4e05894d24627145bcd14387eff
|
|
| MD5 |
838aa58d0883cbb1a49bfb7e6e3b64e0
|
|
| BLAKE2b-256 |
a00339a8658ed0e5cd77cd5505630fca2332d07959518bc72ea352d72aca9389
|
File details
Details for the file aa_mumble_quick_connect-0.0.9-py3-none-any.whl.
File metadata
- Download URL: aa_mumble_quick_connect-0.0.9-py3-none-any.whl
- Upload date:
- Size: 130.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b3a5e951486377da2fc884604afedd3287d2c12f5e99f1e78cba75299214667
|
|
| MD5 |
119f26d6a602e83b0ea8a5f76496edf1
|
|
| BLAKE2b-256 |
56cb3e96e9597cdc369df461833986791d3e8e1ca9bb30818fcfbc48da7c44d8
|