Skip to main content

Fleet finder plugin for Alliance Auth

Project description

AA Fleet Finder

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

ko-fi

Control access to your fleets through Alliance Auth.



Installation

[!NOTE]

AA Fleet Finder >= 2.0.0 needs at least Alliance Auth v4.0.0!

Please make sure to update your Alliance Auth instance before you install this module or update to the latest version, otherwise an update to Alliance Auth will be pulled in unsupervised.

The last version compatible with Alliance Auth v3 is 1.5.2.

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

Translation Status

Translation status

Do you want to help translate this app into your language or improve the existing translation? - Join our team of translators!

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


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-2.2.1.tar.gz (71.2 kB view details)

Uploaded Source

Built Distribution

aa_fleetfinder-2.2.1-py3-none-any.whl (117.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: aa_fleetfinder-2.2.1.tar.gz
  • Upload date:
  • Size: 71.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for aa_fleetfinder-2.2.1.tar.gz
Algorithm Hash digest
SHA256 d1d24f4be2110926c344f3c13f2cdeb9c4eb7a6d1ab475b876d404f477d423ae
MD5 cb1f43fe271277d449d57519b90470c5
BLAKE2b-256 dad9f3bbcb3b2d69be841bd339690f738a425e6983f224a8e9feddc68b05188f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aa_fleetfinder-2.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0e5e78cc8aa74250143bafee0947121e112872fd468c98d3f8c77e33559fc0b3
MD5 fa20224ee861bfacd93262823a833bd5
BLAKE2b-256 d33334773792b2642c3748060f843c65891792d17554b57bb59ab9b3d58f6141

See more details on using hashes here.

Supported by

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