Skip to main content

Fleet finder plugin for Alliance Auth

Project description

AA Fleet Finder

Version License Python Django pre-commit Code Style: black Discord Checks codecov Translation Status Contributor Covenant

ko-fi

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", to INSTALLED_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

aa_fleetfinder-1.3.1.tar.gz (80.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aa_fleetfinder-1.3.1-py3-none-any.whl (111.4 kB view details)

Uploaded Python 3

File details

Details for the file aa_fleetfinder-1.3.1.tar.gz.

File metadata

  • Download URL: aa_fleetfinder-1.3.1.tar.gz
  • Upload date:
  • Size: 80.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.17

File hashes

Hashes for aa_fleetfinder-1.3.1.tar.gz
Algorithm Hash digest
SHA256 fe10f4bdf8290dffd0a86cf1b0d6fd15c6b89240937e8f98088471c8e86a24a1
MD5 a638794e1b545dbb3ef7ebfda3933cbb
BLAKE2b-256 12aa740f87f65159e0d145923dedb80af0859a80590166d7a1efcdbef217f17e

See more details on using hashes here.

File details

Details for the file aa_fleetfinder-1.3.1-py3-none-any.whl.

File metadata

  • Download URL: aa_fleetfinder-1.3.1-py3-none-any.whl
  • Upload date:
  • Size: 111.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.17

File hashes

Hashes for aa_fleetfinder-1.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d356b82444ab4898f1a1bbb07e367d8b3ee095edf96874b281ed97aa1e153ba2
MD5 ccae65b8b434f4ccaad5f321604469b9
BLAKE2b-256 52ccf7d5e870025cf2f5e5c2ade0c3f3f1aae22545c5ba9af2106790e57e8447

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page