This offers a Lemmy feed that's kind of like
reddit.com/r/all
. If it's interesting to anyone else, you can find the instance here: https://lemmy.directory.
You might want to update your instance link to be https://lemmy.directory/home/data_type/Post/listing_type/All/sort/Active/page/1. Ironically, it defaults to the local feed which is... empty. You could probably make nginx rewrite the homepage to be the all feed as well so the simple/nice url does what you want.
You might also want to add a section to your post writeup about federation load and why Lemmy doesn't do this by default. In a world where Lemmy is very successful and there are lots of instances (many thousands) that subscribe to all communities like you're doing...
- An instance hosting lots of niche/unpopular communities is going to be sending thousands of copies of every post/comment off to instances where no one is going to read them. The federated network is small right now, and federation replication load is not a big issue... but the way it remains a non-issue as the network grows is for communities to replicate only when users on an instance are interested in them.
- Each instance would have to handle the replication and storage of the entire lemmyverse. I don't know if that's a meaningful workload yet... but again... part of what keeps single-user instances viable in the future as the network grows is ensuring that they only have to fetch and store content that their user is interested in.
Very cool project though. Having an "all" instance sounds like a great service for discoverability. I'd also be interested to see a writeup from you about the hosting requirements. Does it take a lot of CPU/ram/disk to receive the full lemmyverse right now, or is it trivial? Your performance profile could be an interesting leading indicator of replication load as the network grows.