this post was submitted on 20 Nov 2021
26 points (100.0% liked)

Lemmy

12443 readers
62 users here now

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

For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.

founded 4 years ago
MODERATORS
 

I added Lemmy to the list of my self-hosted fediverse services, here’s what I think about it and how I made it more useful in a single-user instance configuration.

top 7 comments
sorted by: hot top controversial new old
[–] tmpod 9 points 2 years ago (2 children)

The search idea is neat, but I think Lemmy should fix this upstream. Add some way for remote instances to discover communities on the network more easily.

[–] lionel@lemmy.coupou.fr 6 points 2 years ago (1 children)

Yeah agreed that's a workaround but this issue is common for services relying on the fediverse and more globally for decentralized services.

I mean you can't expect to know each and every e-mail address of every domains when you sign up with a mail provider. You would need some kind of agreement between two providers to share user lists.

I'm not well versed into activitypub but I don't think such a feature exists. I guess because of privacy concerns amongst other things.

[–] tmpod 5 points 2 years ago

Yeah for sure. Discoverability ain't a trivial topic in a decentralized/federated context, but it needs to be tackled.

[–] nutomic@lemmy.ml 3 points 2 years ago

This would quickly get complex, as it would require configuration options for instances to fetch from, fetch interval, number of communities to fetch each time, etc. At least for now i think its better to have an external tool. But it could be linked in the docs so other admins can easily find it.

[–] nutomic@lemmy.ml 3 points 2 years ago (1 children)

I still have to check if the retrieved communities don’t get somehow deleted if they are never used (if nobody subscribes)

Communities will be stored forever, unless you manually go into the database and delete them. Even the delete buttons on the frontend only hide them.

[–] lionel@lemmy.coupou.fr 1 points 2 years ago

Oh that's good news, thanks!

[–] th0mcat@talk.thomcat.rocks 1 points 2 years ago

Thanks for the script! Gonna try that out today, great test for a lazy Saturday morning.