Home | Notifications | New Note | Local | Federated | Search | Logout

Note Detail


Reply to @strypey@mastodon.nzoss.nz
Ben Pate 🤘🏻@benpate@mastodon.social (2026-04-15 12:38:32)
@strypey @takahe 

😁😁

Yes, Emissary already serves multiple domains from the same server cluster.

Right now, Bandwagon.fm is two web servers and three databases (way more than I need, but fun to test on). It’s the same cluster that serves fixe or six domains.

So yes, it’s ready to host a bunch more domains, then let people bounce from one server over to the next (on my cluster or elsewhere)
---Reply--- Strypey@strypey@mastodon.nzoss.nz (2026-04-15 14:13:41) @benpate
> Yes, Emissary already serves multiple domains from the same server cluster

Wicked! I'd love to see more fediverse software adopting this, and ideally an FEP written up for how to do it.

@takahe
Reply

---Replies---
Ben Pate 🤘🏻@benpate@mastodon.social (2026-04-15 14:32:58)
Sure, it’s a pretty standard process.  I’m happy to talk about how to do it, but it probably wouldn’t be a FEP.

There’s not much about the ActivityPub protocol involved.. just making a server with a switch in front to choose which database you’re reading from.

@strypey @takahe