this post was submitted on 24 Oct 2023
121 points (99.2% liked)

Fediverse

27805 readers
290 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS
121
Lemmy Moderation Tooling (modder.lemmyverse.net)
submitted 10 months ago* (last edited 10 months ago) by tgxn@lemmy.tgxn.net to c/fediverse@lemmy.world
 

Hey all,

I'm the author of lemmyverse.net and I've recently been working on a new moderation tool called Lemmy Modder. https://modder.lemmyverse.net/

Currently, it supports user registration/approvals and content report management. I offer it either as a hosted app (which is currently only compatible with Lemmy 0.18 instances) or a package that you can run alongside your Lemmy instance (using Docker-Compose)

Feel free to give it a go and send any feedback my way :) https://github.com/tgxn/lemmy-modder

Edit for a note: This tool does not save, proxy or store any of your user credentials or data to me, it is only ever stored locally in your browser. I also do not use any website tracking tools. ๐Ÿ‘

you are viewing a single comment's thread
view the rest of the comments
[โ€“] tgxn@lemmy.tgxn.net 6 points 10 months ago* (last edited 10 months ago) (1 children)

Hehe, yeah I have done minimal testing as a community-moderator, I will focus some more time to make sure this also works as expected. As a community-only-moderator, you should still be able to call the APIs that return content reports, limited to your communities.

Edit: I've made a bug for myself to look at for validating everything still works as a community mod https://github.com/tgxn/lemmy-modder/issues/62

This tool lets you login as any account, and given the moderation APIs return content, then you'll be able to see it in the UI. (so normal users would likely only be able to see the moderation log)

At the moment, there's not really much benefit in running it locally, unless you want to be sure that your moderators are using an "approved version" or if (soon) I have to release a separate package for Lemmy 0.19. In future, I expect to be able to link into the Lemmy/Pictrs databases to get additional metrics/content that's not available on the Lemmy API, but that's a future problem :D

[โ€“] otter@lemmy.ca 1 points 10 months ago

That sounds amazing, I'll keep an eye out for more updates :)