Adding on to the comment by @RoundSparrow@lemmy.ml, Lemmy Community Seeder can help with populating your instance.
Lemmy Support
Support / questions about Lemmy.
Thank you for the suggestion!
Oh hey, I made that ;)
IGNORE: '[ "feddit.de" ]'
Why'd you do that?
Oh wow, I had meant to turn that off. I was getting a lot of extra data in my tiny instance from their posts in non-english before I figured out some settings. Thanks!
Welcome to the Lemmy network.
There is a pretty steep learning curve to this, and there have been a lot of little tweaks to the install that it's hard to know for certain what is causing your problems.
Lemmy does not bring in messages automatically. You have to subscribe to each community from one user on your server. I see some of your listed communities have zero subscribers: https://globe.pub/communities?listingType=All&page=1
You also have many that do list 1 subscriber, did it ever go past "pending" for that one user to "joined" for the community?
Are you running on Ubuntu 22.04 server? How did you do the install?
Sorry for the late response. I was out of town and wanted to give the server a chance to catch up just in case.
I am running this on a bespoke stack:
- Kubernetes for lemmy, lemmy-ui, and pict-rs
- AWS S3 storage backend for pict-rs, with a persistent volume claim for the sled db
- Postgres "serverless" DB hosted by https://neon.tech/
For all the communities with 1 subscriber (me), they have not gone from "pending" to "joined" yet, so I am worried there is some issue with establishing communication between the instances.
If you are getting pending to every server you try, your proxy (typically nginx) config might be the problem. You should maybe try some of the curl test to federation endpoints from an outside box and see if something isn't blocking the connection.
Thanks! I will try your tool out.