Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Forward Alliance Auth notifications to users on Discord
This app automatically forwards Alliance Auth notifications to users on Discord.
Discord Notify 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)
Discord Notify needs Discord Proxy to function. Please make sure the server is up and running on your system, before continuing.
Please also make sure you have the Discord service installed and setup in Alliance Auth.
Make sure you are in the virtual environment (venv) of your Alliance Auth installation. Then install the newest release from PyPI:
pip install aa-discordnotify
Configure your Auth settings (local.py
) as follows:
"discordnotify"
to INSTALLED_APPS
Restart your supervisor services for Auth (no migration required).
To test that your installation was successful you can create a test notification to yourself by navigating to the relative route /discordnotify/test
in your browser. The absolute URL depends on your Auth site. Example: For an Auth site with the URL https://auth.example.com
the test URL would be:
https://auth.example.com/discordnotify/test
When everything was setup correctly, you will receive a test notification on Discord.
Congratulations you are now ready to use Discord Notify!
Here is a list of available settings for this app. They can be configured by adding them to your AA settings file (local.py
).
Note that all settings are optional and the app will use the documented default settings if they are not used.
Name | Description | Default |
---|---|---|
DISCORDNOTIFY_ENABLED | Set this to False to disable this app temporarily | True |
DISCORDPROXY_PORT | Port used to communicate with Discord Proxy. | 50051 |
DISCORDPROXY_HOST | Hostname used to communicate with Discord Proxy. | localhost |
DISCORDNOTIFY_MARK_AS_VIEWED | When enabled will mark all notifications as viewed that have been successfully submitted to Discord | False |
DISCORDNOTIFY_SUPERUSER_ONLY | When enabled only superusers will be get their notifications forwarded. | False |
FAQs
Forward Alliance Auth notifications to users on Discord.
We found that aa-discordnotify demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.