this post was submitted on 03 Dec 2023
13 points (88.2% liked)

Selfhosted

39772 readers
569 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hello! A new self-hoster of lemmy instance. I've confirmed fedi is working and able to return json result for my server.

However, I am only able to find users and/or communities if I manually search for them.

Is there some sort of propagation or sync that needs to occur in order for searched queries to correctly populate data from the fediverse? Cheers

all 12 comments
sorted by: hot top controversial new old
[–] [email protected] 21 points 10 months ago (1 children)

Lemmy only starts the federation process once a user subscribes to it. I think there are scripts to preload some popular ones though.

[–] [email protected] 6 points 10 months ago (1 children)

Ah interesting, thanks. I'll see if I can find some. That makes sense that it relies entirely upon the users of the instance and what they search/subscribe to. So, as a single-user instance, it'd only show what I venture out to find. Hopefully, the scripts you speak of can help automate some of that.

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

There is a tool I've heard about that subscribes to remote communities for federation until a real subscription. https://boost.lemy.lol/

[–] [email protected] 2 points 10 months ago (1 children)

Seems maybe that tool is a bit different? If you have a new community, you can use that tool to submit it. Rather than the opposite I'm looking for, where it lets me find new communities I'm not yet subscribed to (directly within my homeserver search).

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

From the way I read it, you create a user for the tool so when you submit your instance, it can run on your instance. One of the users chosen at random is here https://discuss.tchncs.de/u/communityboost

You can read a discussion about it here https://pawb.social/post/4136386

I also came across https://github.com/Fmstrat/lcs

Edit: Looks like https://sh.itjust.works/u/iso might be the user behind it.

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

Hell yea. The LCS tool is working beautifully. Thanks for that!

[–] [email protected] 2 points 10 months ago (1 children)

Glad it worked. It looks like its for getting the big stuff while communityboost is designed to help find the small.

[–] [email protected] 1 points 10 months ago

Seems the only caveat to doing this is that now my instance is growing about ~2GB per day lmao

Might need to find a way to prune the storage or else this won't be financially maintainable hah

[–] [email protected] 5 points 10 months ago* (last edited 10 months ago)

No, lemmy currently does not implement any kind of syncing unsubscribed communities (but there should be an issue about cross instance search somewhere)

Though there is 3rd party script thst acts as an user of your instance and subscribes to multiple communities.

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

On the off chance you aren't using it already, lemmyverse.net is a decent, relatively instance-agnostic way to discover new communities.

[–] [email protected] 2 points 10 months ago

Nice, that's a great explorer. Looks like I've got quite a lot of indexing to do.