Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notify mods out-of-band on reports (eg, Slack) #58

Open
aetaric opened this issue Mar 17, 2024 · 3 comments
Open

Notify mods out-of-band on reports (eg, Slack) #58

aetaric opened this issue Mar 17, 2024 · 3 comments
Labels
self-hosting Important for folks running independent Ozone instances

Comments

@aetaric
Copy link

aetaric commented Mar 17, 2024

Currently, there's no direct way to know when a report comes into ozone, when moderation action occurs, etc. It would be nice to have a slack webhook (this would also be compatible with a discord webhook by adding /slack to the end of it) potentially with configuration for what events to send.

@bnewbold
Copy link
Collaborator

Check out beemo, a golang bot which does exactly this:
https://github.com/bluesky-social/indigo/tree/main/cmd/beemo

We haven't been using beemo much as our volume/scale has grown, but PRs/forks to add features would be welcome.

@aetaric
Copy link
Author

aetaric commented Mar 17, 2024

Will this work directly with ozone without a PDS? if so sounds perfect for our (aegis) needs!

@bnewbold
Copy link
Collaborator

hrm, now that you mention it, probably does need to be updated to either entirely remove "regular" auth (handle/password), or to have a config variable to set the atproto-proxy header and talk to a specific Ozone instance via the PDS.

@bnewbold bnewbold changed the title Notify on moderation related events Notify mods out-of-band on reports (eg, Slack) Apr 26, 2024
@bnewbold bnewbold added the self-hosting Important for folks running independent Ozone instances label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
self-hosting Important for folks running independent Ozone instances
Projects
None yet
Development

No branches or pull requests

2 participants