121
Lemmy Moderation Tooling (modder.lemmyverse.net)
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]

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
[-] [email protected] 5 points 8 months ago

You could try something like this:

http {
    upstream modder {
        server lemmy-modder:80;
    }

    server {
        listen 81;

        location ~ /myapp {
            proxy_pass http://modder;
        }
    }
}

let me know how you go.

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

Fediverse

26899 readers
87 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 [email protected]!

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