Improved SRP Module for Alliance Auth
Project description
AA-SRP
SRP Module for Alliance Auth
Contents
Overview
Features
- Overview of SRP links
- Overview of your own SRP requests and their status
- Accepting kill mails from zKillboard and EveTools Killboard
- SRP Request administration mostly done via ajax and without page reloads
- Use modern DataTables with filters where ever they are useful
- Tables fully searchable and sortable
- Mandatory reason on SRP reject
- Notifications in AA with detailed information on SRP rejection
- Discord notification via PM to the user on SRP request approval or rejection, if either AA-Discordbot, AA-Discord Notify or Discord Proxy is installed
- Notify your SRP team (optional) in their Doscord channel about new SRP requests, if AA-Discordbot is installed
Screenshots
Dashboard
Dashboard (View All)
Your SRP Requests
SRP Requests Overview
SRP Request Details
Installation
Important: Please make sure you meet all preconditions before you proceed:
- AA SRP is a plugin for Alliance Auth. If you don't have Alliance Auth running already, please install it first before proceeding. (see the official AA installation guide for details)
- AA SRP needs the app django-eveuniverse to function. Please make sure it is installed, before continuing.
Step 1 - Install the package
Make sure you are in the virtual environment (venv) of your Alliance Auth installation Then install the latest release directly from PyPi.
pip install aa-srp
Step 2 - Configure Alliance Auth
This is fairly simple, just add the following to the INSTALLED_APPS
of your local.py
Configure your AA settings (local.py
) as follows:
- Add
"eveuniverse",
toINSTALLED_APPS
- Add
"aasrp",
toINSTALLED_APPS
Step 3 - Finalize the installation
Run static files collection and migrations
python manage.py collectstatic
python manage.py migrate
Restart your supervisor services for Auth
Step 4 - Preload Eve Universe data
AA SRP utilizes the EveUniverse module, so it doesn't need to ask ESI for ship information. To set this up, you now need to run the following command.
python manage.py aasrp_load_eve
Step 5 - Set up permissions
Now it's time to set up access permissions for your new SRP module. You can do so in your admin backend in the AA SRP section. Read the Permissions section for more information about the available permissions.
Step 6 - (Optional) Import from built-in SRP module
This step is only needed when you have been using the built-in SRP module until now.
Make sure you don't have any open SRP requests before. All SRP links in the built-in module will be closed during the import process, to make sure to not import any duplicates.
The import process can be done at any given time and does not necessarily have to be during the installation.
To import your SRP information from the built-in SRP module, run the following command.
python manage.py aasrp_migrate_srp_data
Permissions
ID | Description | Notes |
---|---|---|
basic_access |
Can access the AA-SRP module | Your line members should have this permission. |
create_srp |
Can create new SRP links | Your FCs should have this permission. |
manage_srp |
Can manage SRP | Users with this permission can manage the AA SRP Module. Like changing and removing SRP links and requests. |
manage_srp_requests |
Can manage SRP requests | Users with this permission can manage the SRP requests. Like changing and removing SRP requests. |
Settings
Key | Description | Type | Default |
---|---|---|---|
AASRP_SRP_TEAM_DISCORD_CHANNEL |
ID of the Discord channel of your SRP team. If set, your SRP team will be notified (no ping to prevent ping spam) about new SRP requests in their channel. (You need to have AA-Discordbot installed and configured to use this option) | int | None |
Changelog
See CHANGELOG.md
Contributing
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
File details
Details for the file aa-srp-1.10.1.tar.gz
.
File metadata
- Download URL: aa-srp-1.10.1.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a00d15833f054090c5211a686f0be774231ec1083653852b94d63f2aa3eed1b3 |
|
MD5 | d92191d23dc4503e8bb6a6e5f66eb912 |
|
BLAKE2b-256 | d3336702bacef559980829339c5b173871d288b428b99fc09b9b08ef30aebfda |
File details
Details for the file aa_srp-1.10.1-py3-none-any.whl
.
File metadata
- Download URL: aa_srp-1.10.1-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93538d6dbfbb449b51e480abbd098da494e75f953a4d3acb1be81a873f3cb2a0 |
|
MD5 | 5260cd09610f582a511bc5a1a188767d |
|
BLAKE2b-256 | 88f37c737a0ea5c4c93ce5ec24d23f376c1f2d7b5b6a2c5d9bdfe3b71cb9b21f |