https://github.com/ppfeufer/aa-fleetpings
App for Alliance Auth that can format your fleet pings and also ping for you to Discord.
https://github.com/ppfeufer/aa-fleetpings
allianceauth discord eve-online plugin
Last synced: 3 months ago
JSON representation
App for Alliance Auth that can format your fleet pings and also ping for you to Discord.
- Host: GitHub
- URL: https://github.com/ppfeufer/aa-fleetpings
- Owner: ppfeufer
- License: gpl-3.0
- Created: 2020-09-14T06:25:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-02-26T07:27:02.000Z (3 months ago)
- Last Synced: 2026-02-26T12:41:01.292Z (3 months ago)
- Topics: allianceauth, discord, eve-online, plugin
- Language: Python
- Homepage: https://pypi.org/project/aa-fleetpings/
- Size: 5.96 MB
- Stars: 2
- Watchers: 1
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](https://pypi.org/project/aa-fleetpings/)
[](https://github.com/ppfeufer/aa-fleetpings/blob/master/LICENSE)
[](https://pypi.org/project/aa-fleetpings/)
[](https://pypi.org/project/aa-fleetpings/)

[](https://results.pre-commit.ci/latest/github/ppfeufer/aa-fleetpings/master)
[](http://black.readthedocs.io/en/latest/)
[](https://discord.gg/fjnHAmk)
[](https://github.com/ppfeufer/aa-fleetpings/actions/workflows/automated-checks.yml)
[](https://codecov.io/gh/ppfeufer/aa-fleetpings)
[](https://weblate.ppfeufer.de/engage/alliance-auth-apps/)
[](https://github.com/ppfeufer/aa-fleetpings/blob/master/CODE_OF_CONDUCT.md)
[](https://ko-fi.com/N4N8CL1BY)
App for Alliance Auth that can format your fleet pings and ping for you to
Discord.
______________________________________________________________________
- [Screenshots](#screenshots)
- [View in Alliance Auth](#view-in-alliance-auth)
- [Discord Ping Examples](#discord-ping-examples)
- [Pre-Ping](#pre-ping)
- [Formup: NOW](#formup-now)
- [Installation](#installation)
- [Bare Metal Installation](#bare-metal-installation)
- [Step 1: Install the App](#step-1-install-the-app)
- [Step 2: Update Your AA Settings](#step-2-update-your-aa-settings)
- [Step 3: Finalizing the Installation](#step-3-finalizing-the-installation)
- [Docker Installation](#docker-installation)
- [Step 1: Add the App](#step-1-add-the-app)
- [Step 2: Update Your AA Settings](#step-2-update-your-aa-settings-1)
- [Step 3: Build Auth and Restart Your Containers](#step-3-build-auth-and-restart-your-containers)
- [Step 4: Finalizing the Installation](#step-4-finalizing-the-installation)
- [Common Setup Steps](#common-setup-steps)
- [Permission Setup](#permission-setup)
- [App Setup](#app-setup)
- [Updating](#updating)
- [Bare Metal Installation](#bare-metal-installation-1)
- [Docker Installation](#docker-installation-1)
- [Configuration](#configuration)
- [Use Default Fleet Types](#use-default-fleet-types)
- [Use Default Ping Targets](#use-default-ping-targets)
- [Use Doctrines From Fittings Module](#use-doctrines-from-fittings-module)
- [Webhook Verification](#webhook-verification)
- [Default Embed Color](#default-embed-color)
- [Changelog](#changelog)
- [Translation Status](#translation-status)
- [Contributing](#contributing)
______________________________________________________________________



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](https://allianceauth.readthedocs.io/en/latest/features/services/discord.html)
> installed, configured and activated before installing this app.
Make sure you're in the virtual environment (venv) of your Alliance Auth installation.
Then install the latest version:
```bash
pip install aa-fleetpings==3.9.3
```
#### 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
```bash
python manage.py collectstatic
python manage.py migrate
```
Restart your supervisor services for AA
Continue with the [common setup](#common-setup-steps) steps below.
Add the app to your `conf/requirements.txt`:
```text
aa-fleetpings==3.9.3
```
#### 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`):
```shell
docker compose build --no-cache
docker compose --env-file=.env up -d
```
#### Step 4: Finalizing the Installation
Copy static files and run migrations
```shell
docker compose exec allianceauth_gunicorn bash
auth collectstatic
auth migrate
```
Continue with the [common setup](#common-setup-steps) steps below.
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.
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!
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`).
```bash
pip install aa-fleetpings==3.9.3
python manage.py collectstatic
python manage.py migrate
```
Finally, restart your AA supervisor services.
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.
```text
aa-fleetpings==3.9.3
```
Now rebuild your containers:
```shell
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:
```shell
docker compose exec allianceauth_gunicorn bash
auth collectstatic
auth migrate
```
The following settings are available in the Django Admin Backend under
`/admin/fleetpings/setting/`:
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
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
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
The default highlight for the embed, that is used when no other highlight color is
defined.
**Default:** #FAA61A
See [CHANGELOG.md](https://github.com/ppfeufer/aa-fleetpings/blob/master/CHANGELOG.md)
[](https://weblate.ppfeufer.de/engage/alliance-auth-apps/)
Do you want to help translate this app into your language or improve the existing
translation? - [Join our team of translators][weblate engage]!
You want to contribute to this project? That's cool!
Please make sure to read the [Contribution Guidelines](https://github.com/ppfeufer/aa-fleetpings/blob/master/CONTRIBUTING.md).\
(I promise, it's not much, just some basics)
[aa installation guide]: https://allianceauth.readthedocs.io/en/latest/installation/allianceauth.html "AA installation guide"
[fittings and doctrines]: https://gitlab.com/colcrunch/fittings "Fittings and Doctrines"
[weblate engage]: https://weblate.ppfeufer.de/engage/alliance-auth-apps/ "Weblate Translations"