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 Checks codecov Translation status Contributor Covenant Discord Alliance Auth Compatibility

ko-fi

Control access to your fleets through Alliance Auth.



Installation

[!IMPORTANT]

This app is utilising features that are only available in Alliance Auth >= 4.12.0. Please make sure to update your Alliance Auth instance before installing this app, otherwise, an update to Alliance Auth will be pulled in unsupervised.

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==3.2.4

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


Release history Release notifications | RSS feed

This version

3.2.4

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-3.2.4.tar.gz (104.2 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-3.2.4-py3-none-any.whl (168.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: aa_fleetfinder-3.2.4.tar.gz
  • Upload date:
  • Size: 104.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for aa_fleetfinder-3.2.4.tar.gz
Algorithm Hash digest
SHA256 ac6ffef08cb99a7c09a189f8af117bb9e67825d6719af1117935a9e959cc1f98
MD5 3188a71760149d32cf6b56ee6044631f
BLAKE2b-256 a616791d1b6f31e4b50b70c586b5c803c3dca4c3fc0cd4885f353bf7df3fed76

See more details on using hashes here.

Provenance

The following attestation bundles were made for aa_fleetfinder-3.2.4.tar.gz:

Publisher: release.yml on ppfeufer/aa-fleetfinder

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: aa_fleetfinder-3.2.4-py3-none-any.whl
  • Upload date:
  • Size: 168.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for aa_fleetfinder-3.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 b526a12fdc68faf032ea9f4f75ef8e82006edd9b60fdf3341aa4364d3378fb22
MD5 9e09fc1c6a064d7cf74f4f2e1d6f1bf0
BLAKE2b-256 ff3ca813b09992b9844dec5b12cebfc471c967f2ae7caf0d44f214ae498ac545

See more details on using hashes here.

Provenance

The following attestation bundles were made for aa_fleetfinder-3.2.4-py3-none-any.whl:

Publisher: release.yml on ppfeufer/aa-fleetfinder

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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