I was running Piefed, but switched it to Lemmy after a while, it’s done through the same domain. I am running a Fediverse server through a Cloudflare tunnel, had some major de-sync issues with Lemmy.world, and a new account seemingly resolved them. I am not sure if all is working well or not. My terminal is spamming me with inbox post requests to lemmy.world and I am unsure if this is normal or not.


Yes, that’s normal especially if you have been offline for a while - there will be a backlog that is sent quickly.
Every vote on every post and comment generates a new POST to /inbox, so there are a lot of them. PieFed batches votes up into a single POST but Lemmy sends them individually.
Still seems odd, because this server was just made, it hasn’t been offline for an extended period of time.
I maybe wrong I think Rimu means you server just up so it needs sync all the historical posts from that big server. And that batch vs individual approach is exactly the reason I switched my instance from lemmy to piefed.
PS, just saw you reuse domain, yeah like other post said, each instance has hashed key associated so this probably messed things up
How does the json for a batched vote activity look like?
Like this https://codeberg.org/rimu/pyfedi/src/branch/main/docs/fep-4248.md :)