Browse Apps

AA Fleet Finder

Fleet finder plugin for Alliance Auth


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.

<hr /> <hr />

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

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)

No reviews yet...

Python Requirements

Required Python packages to be installed and other Python requirement.

App Dependencies


Required apps:

Used by apps:

    -

Dependencies to other apps registered in this app directory.

Classifiers

  • Environment :: Web Environment
  • Framework :: Django
  • Framework :: Django :: 4.2
  • Intended Audience :: Developers
  • License :: OSI Approved :: GNU General Public License v3 (GPLv3)
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Topic :: Internet :: WWW/HTTP
  • Topic :: Internet :: WWW/HTTP :: Dynamic Content

Version

3.0.1

License

GPLv3

PyPI

  https://pypi.org/project/aa-fleetfinder/

Last updated

1 week, 6 days ago

First published

4 years, 10 months ago

Category

Plugin Apps

Rating

-

Authors

Rounon Dax

Maintainers

Rounon Dax Rounon Dax

Please login to see more options.