Signal Pings
This is a simple plugin for Alliance Auth to send a "signal" to a discord webhook when a user does something in auth.
Current Signals
- 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)
TODO/Wishlist
Setup
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.
Pics
Admin Create Webhooks
Admin create groups to signal
Pings
Contribute
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.