This is a simple plugin for Alliance Auth to send a "signal" to a discord webhook when a user does something in auth.
- Group Join / Group Leave
- HR applications
- Timerboard Create/Update/Deletes
- Fleet Operation Create/Update/Deletes
- CharacterOwnership Gain and Losses
- SRP Requests with (WIP: Discord @mentions)
- Some translations
pip install allianceauth-signal-pings
- add
'signalpings',
to INSTALLED_APPS in your local.py - migrate database and restart auth
- Setup your webhooks in the admin panel
- setup signals to ping for in the admin panel
- prepare for pingagedon.
All contributions are welcome, but please if you create a PR for functionality or bugfix, do not mix in unrelated formatting changes along with it.