Fleet finder plugin for Alliance Auth
Project description
AA Fleet Finder
Control access to your fleets through Alliance Auth.
Installation
Step 1: Install the Package
Make sure you're in the virtual environment (venv) of your Alliance Auth installation Then install the latest release directly from PyPi.
pip install aa-fleetfinder
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
"fleetfinder",
toINSTALLED_APPS
Step 3: Add the Scheduled Task
To set up the scheduled task, add the following code to your local.py
:
# AA Fleetfinder - https://github.com/ppfeufer/aa-fleetfinder
if "fleetfinder" in INSTALLED_APPS:
CELERYBEAT_SCHEDULE["fleetfinder_check_fleet_adverts"] = {
"task": "fleetfinder.tasks.check_fleet_adverts",
"schedule": crontab(minute="*/1"),
}
Step 4: Finalizing the Installation
Run static files collection and migrations
python manage.py collectstatic
python manage.py migrate
Step 4: Setup Permissions
Now it's time to set up access permissions for your new Fleetfinder module.
ID | Description | Notes |
---|---|---|
access_fleetfinder |
Can access the Fleetfinder module | Your line members should have this permission, together with everyone you want to have access to he module. |
manage_fleets |
Can manage fleets | Everyone with this permission can open and edit fleets |
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
Hashes for aa_fleetfinder-1.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f94fec3bd86926c03b643bee0d6498333d143cf314e38b7b11c18fa6512af9b |
|
MD5 | c92823b1671cecb14405239dd25cefad |
|
BLAKE2b-256 | 0ddd87eb63e55935cd7723573acc1209d1a3ec5daa1b7a62061e55f5429c909e |