this post was submitted on 04 Jun 2023
901 points (98.1% liked)

Lemmy

2172 readers
1 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to [email protected].

founded 4 years ago
MODERATORS
 

This site is currently struggling to handle the amount of new users. I have already upgraded the server, but it will go down regardless if half of Reddit tries to join.

However Lemmy is federated software, meaning you can interact seamlessly with communities on other instances like beehaw.org or lemmy.one. The documentation explains in more detail how this works. Use the instance list to find one where you can register. Then use the Community Browser to find interesting communities. Paste the community url into the search field to follow it.

You can help other Reddit refugees by inviting them to the same Lemmy instance where you joined. This way we can spread the load across many different servers. And users with similar interests will end up together on the same instances. Others on the same instance can also automatically see posts from all the communities that you follow.

Edit: If you moderate a large subreddit, do not link your users directly to lemmy.ml in your announcements. That way the server will only go down sooner.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 1 year ago* (last edited 1 year ago) (2 children)

Just set 'Only Admins can create Communities' in your instance. Then people can sign up, comment, and participate, but can't create communities.

You'd still need to moderate comments, and posts made from your instance though.

[–] [email protected] 8 points 1 year ago

Outstanding. I'll start reviewing the documentation tonight. Thank you.

[–] [email protected] 7 points 1 year ago* (last edited 1 year ago) (1 children)

If I host an instance and disable community creation, and my users comment & post in lemmy.ml communities, I still have to mod those comments in lemmy.ml even though I'm not a mod in any lemmy.ml community?

What about the mods in lemmy.ml communities? Can they still mod content made by my instance's users?

[–] [email protected] 7 points 1 year ago (2 children)

The mods at lemmy.ml moderate the content that is hosted there. That includes copies of content that originate elsewhere, such as your instance. You're still responsible for moderating the content your instance sends out regardless of where it is sent to. For example, this post will show up at lemmy.ml. The mods could delete it, or ban me, but the post will still exist on my instance and be readable to the general public. At least that is how I understand it.

[–] [email protected] 10 points 1 year ago* (last edited 1 year ago) (1 children)

If a post from a remote user gets removed in a community on lemmy.ml, that removal should also federate back to the user's home instance. At least in theory.

So if you host an instance with no communities, the only moderation you need to do is prevent spam bots or trolls from using it.

[–] [email protected] 3 points 1 year ago (1 children)

Interesting. So if you delete this comment on lemmy.ml, it will delete off my instance too?

[–] [email protected] 5 points 1 year ago (1 children)

Yes it should. I tried to test it just now but federation is overloaded.

[–] [email protected] 4 points 1 year ago (1 children)

I've learned something new :)

Can you tell me why my comments show up at lemmy.ml even if my instance is turned off? Is it a cache thing, or is the content copied / stored at lemmy.ml?

[–] [email protected] 4 points 1 year ago (1 children)

Yes comments are stored in the database of each instance. Similar how email is stored on the servers of each participant. Fetching it from the remote server for each view would be way too slow.

[–] [email protected] 3 points 1 year ago (1 children)

Are posts stored the same way?

[–] [email protected] 5 points 1 year ago

Yes everything except images/videos.

[–] [email protected] 4 points 1 year ago (1 children)

So actually, your comment's actual data is in your grouchysysadmin.com instance, and similar to following a symlink, lemmy.ml is just pointing to your data.

Oh that's super interesting.

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago) (1 children)

It's mirrored in both databases.

[–] [email protected] 3 points 1 year ago (1 children)

I think this is the part I see as a potential hurdle for hosting a primarily auth-purposed instance. Fetching remotely would be too slow but data replication would exponentially increase storage over time. So anyone planning to self-host would need to take on the storage growth costs of all other federated instances raising the barrier for entry over time. Unless I've misunderstood this point

[–] [email protected] 5 points 1 year ago

You only need to store the content from communities that you follow. So in a single user instance it will be very limited. And anyway its all text which doesnt take much space. Remote images/video are not mirrored.