Use a site like browse.feddit.de to find communities you want to join and join them. Every instance only "has" their local communities plus whatever remote communities the users of the instance join. With more users it is more likely someone else has subscribed to something you are interested in, but someone on e.g. lemmy.world had to be the first user there to search and subscribe to any community that isn't based on that instance.
Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Thanks! I was hoping it would auto-sync and get the newest communities but I understand now how it works. Thank you!
What's interesting about this is that there really isn't an r/All. [email protected] will be different from [email protected], will be different from [email protected], and will be VERY different from [email protected]
Yeah, as someone who used Mastodon back in the day this wasn't surprising, as they sorta highlighted your vs local vs public timeline, but I can totally see how it could be confusing expecting Lemmy to just be a "reddit clone". And TBF it is a reddit clone of sorts if you disable federation, "All" is everything your instance can possibly access, but then you lose out on what IMO is the killer feature.
There is probably a way you could spider instances and scrape content to get an "All" of sorts...
but then you lose out on what IMO is the killer feature.
Which is what?
Federation, haha.
Yeah, this is kind of disappointing. There's no consistent experience. What I see may be very different from what you see and while that's in itself is not necessarily bad, it makes it hard to discover communities.
I guess it's the price we pay for decentralization and I'm okay with that.
That is how it works you have to manually add communities
Thanks! I was hoping it would auto-sync and get the newest communities but I understand now how it works. Thank you!
Use lemmyverse.net to find communities across all instances. It will make you search a lot easier, and show you when a community exists on multiple instances
If you are self hosting there is a tool on GitHub lcs that will auto subscribe to some communitues for you.
I linked two that I found in the topic but if you have any others let me know!
It's not another one per say but a list that I find really helpful for community Lemmy projects: Awesome Lemmy
I just started running my own instance as well and have similar concerns. Interested in what you wind up doing.
https://github.com/Fmstrat/lcs
Use this. It is exactly what we both wanted!
Just a follow-up thanks for this recommendation. Working great!
https://github.com/jheidecker/lemmony
This one is really nice too. I created an issue with the developer to try to limit it to the top most active communities just to not get 7,000. :D
Awesome! Thanks!!!!
I can vouch for community seeder, my personal instance all page looks as populated as my kbin.social account.
That's the one I went with and it certainly seems to work well. Do you just pull the two top categories that are set by default?
I added Top Hour
. I left the run schedule at 240 minutes but it seems to keep up pretty well. I'm regularly subscribing to new communities from the All
tab
Do we get rid of the space so that it shows as TopHour?
Yes, sorry. I have
COMMUNITY_SORT_METHODS: '[
"TopAll",
"TopDay",
"TopHour" ]'
Thank you for the help!
Lemmy Community Seeder works pretty well. You may want to experiment with which servers you pull from though ( beehaw consistently gave me errors which caused LCS to crash). You can set up a specific account without any admin or moderator privileges if you don't feel comfortable using your personal account (all the account really does is subscribe to the top communities from the servers set in your config). As far as I can tell you only really need to run it once in a while to get an updated list of popular servers.
LCS is pretty great but now my database is growing pretty big. To some extent, I guess it's something that will eventually happen anyway. Might as well start early?