yukimochi / Activity-Relay

Yet another powerful customizable ActivityPub relay server written in Go.
https://relay.toot.yukimochi.jp/
GNU Affero General Public License v3.0
278 stars 39 forks source link

Endpoint to get a list of connected instances (subscribers)? #62

Open MikeHuntington opened 1 year ago

MikeHuntington commented 1 year ago

I checked out /nodeinfo/2.1 but it only return the number of subscribers.

Is there a way to query "relay control domain list" from the web?

I'm trying to create a frontend for Activity-Relay, that's why I would need this.

xrobau commented 1 year ago

Already working on that - https://git.artemai.art/xrobau/relaymgr talks directly to redis and will provide a reasonable UI for subscribers. The idea being is to allow smaller instances to avoid the firehose effect of a big relay.

Code is under development at https://relay.oi.au/

However, the exact code you're looking for is https://git.artemai.art/xrobau/relaymgr/-/blob/master/app/Components/Subscribers.php