Skip to main content

Fleet Ping Tool for Alliance Auth supporting pings via webhooks to Discord.

Project description

AA Fleet Pings

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

App for Alliance Auth that can format your fleet pings and ping for you to Discord.



Screenshots

View in Alliance Auth

View in Alliance Auth

Discord Ping Examples

Pre-Ping

Discord Ping Example: Pre-Ping

Formup: NOW

Discord Ping Example: Formup NOW

Installation

This app is a plugin for Alliance Auth. If you don't have Alliance Auth running already, please install it first before proceeding. (See the official AA installation guide for details)

[!NOTE]

You also want to make sure that you have the Discord service installed, configured and activated before installing this app.

Bare Metal Installation

Step 1: Install the App

Make sure you're in the virtual environment (venv) of your Alliance Auth installation. Then install the latest version:

pip install aa-fleetpings==3.10.0

Step 2: Update Your AA Settings

Configure your AA settings (local.py) as follows:

  • Add 'fleetpings', to INSTALLED_APPS

Step 3: Finalizing the Installation

Copy static files and run migrations

python manage.py collectstatic
python manage.py migrate

Restart your supervisor services for AA

Continue with the common setup steps below.

Docker Installation

Step 1: Add the App

Add the app to your conf/requirements.txt:

aa-fleetpings==3.10.0

Step 2: Update Your AA Settings

Configure your AA settings (conf/local.py) as follows:

  • Add 'fleetpings', to INSTALLED_APPS

Step 3: Build Auth and Restart Your Containers

Run the following commands from your AA project directory (the one that contains docker-compose.yml):

docker compose build --no-cache
docker compose --env-file=.env up -d

Step 4: Finalizing the Installation

Copy static files and run migrations

docker compose exec allianceauth_gunicorn bash

auth collectstatic
auth migrate

Continue with the common setup steps below.

Common Setup Steps

Permission Setup

Now you can set up permissions in Alliance Auth for your users. Add fleetpings | aa fleetpings | Can access this app to the states and/or groups you would like to have access.

App Setup

In your admin backend you'll find a new section called Fleet Pings. This is where you set all your stuff up, like the webhooks you want to ping and who can ping them, fleet types, comms, formup locations, and so on. It's pretty straight forward, so you shouldn't have any issues. Go nuts!

Updating

Bare Metal Installation

To update your existing installation of AA Discord Ping Formatter, first enable your virtual environment.

Then run the following commands from your AA project directory (the one that contains manage.py).

pip install aa-fleetpings==3.10.0

python manage.py collectstatic
python manage.py migrate

Finally, restart your AA supervisor services.

Docker Installation

To update your existing installation of AA Fleet Pings, all you need to do is to update the respective line in your conf/requirements.txt file to the latest version.

aa-fleetpings==3.10.0

Now rebuild your containers:

docker compose build --no-cache
docker compose --env-file=.env up -d

After that, run the following commands to update your database and static files:

docker compose exec allianceauth_gunicorn bash

auth collectstatic
auth migrate

Configuration

The following settings are available in the Django Admin Backend under /admin/fleetpings/setting/:

Use Default Fleet Types

Enable or disable the default fleet types (Roaming, Home Defense, StratOP, and CTA) that are shown in the fleet type dropdown in addition to your own.

Default: True

Use Default Ping Targets

Enable or disable the default ping targets (@everyone and @here) that are shown in the ping target dropdown in addition to your own.

Default: True

Use Doctrines From Fittings Module

If you have the Fittings and Doctrines module installed, and your doctrines configured there, you don't have to re-build your doctrine list for this module. You can simply use the doctrines you already have configured in the Fittings and Doctrines module.

Default: True

Webhook Verification

If you require your pings to be sent to a webhook, that is not a standard discord webhook.

When disabling webhook verification and using non-Discord webhooks, it is up to you to make sure your webhook understands a payload that is formatted for Discord webhooks.

Default: True

Default Embed Color

The default highlight for the embed, that is used when no other highlight color is defined.

Default: #FAA61A

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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aa_fleetpings-3.10.0.tar.gz (162.4 kB view details)

Uploaded Source

Built Distribution

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

aa_fleetpings-3.10.0-py3-none-any.whl (260.9 kB view details)

Uploaded Python 3

File details

Details for the file aa_fleetpings-3.10.0.tar.gz.

File metadata

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

File hashes

Hashes for aa_fleetpings-3.10.0.tar.gz
Algorithm Hash digest
SHA256 90e5e4813286af40c94270e8374a6f047e43167aaadc435d4bc50882bb41afb2
MD5 8a4b874c9c8841b9d38e39e34ac63cdc
BLAKE2b-256 3594434a72f50eb7cfaec4425fabcef5f82bc394d981e6bdf5bad58552031483

See more details on using hashes here.

Provenance

The following attestation bundles were made for aa_fleetpings-3.10.0.tar.gz:

Publisher: release.yml on ppfeufer/aa-fleetpings

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_fleetpings-3.10.0-py3-none-any.whl.

File metadata

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

File hashes

Hashes for aa_fleetpings-3.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0afd25d2f3c13af4f704ad4e76c82774929928234e3dd4ad23e114fa3cc35acc
MD5 859433914634c6a5f37c3e9d6b765531
BLAKE2b-256 5d2299a7b5532a305c6bba7250107245a4f2a4cdad523b43c5f8a232bdac2af7

See more details on using hashes here.

Provenance

The following attestation bundles were made for aa_fleetpings-3.10.0-py3-none-any.whl:

Publisher: release.yml on ppfeufer/aa-fleetpings

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