declarative relay deployment on hetzner relay-eval.waow.tech
atproto relay
14
fork

Configure Feed

Select the types of activity you want to include in your feed.

relay-eval: attribute atproto.africa to rsky

blacksky-algorithms/rsky is a Rust atproto implementation that
includes a relay (per the repo topics + description). adds rsky
to the impls lookup and attributes atproto.africa accordingly.

Co-Authored-By: Claude Opus 4 (1M context) <noreply@anthropic.com>

authored by

zzstoatzz
Claude Opus 4 (1M context)
and committed by
Tangled
ee929ba2 5b608cbf

+2 -1
+2 -1
relay-eval/src/static/index.html
··· 315 315 'indigo': 'https://github.com/bluesky-social/indigo', 316 316 'zlay': 'https://tangled.sh/@zzstoatzz.io/zlay', 317 317 'hydrant': 'https://tangled.org/ptr.pet/hydrant', 318 + 'rsky': 'https://github.com/blacksky-algorithms/rsky', 318 319 }; 319 320 320 321 const ops = { ··· 330 331 'relay.fire.hose.cam': { name: '@bad-example.com', sym: '\u25c7', color: '#f85149', url: 'https://bsky.app/profile/bad-example.com' }, 331 332 'relay3.fr.hose.cam': { name: '@bad-example.com', sym: '\u25c7', color: '#f85149', url: 'https://bsky.app/profile/bad-example.com' }, 332 333 'relay.xero.systems': { name: '@besaid.zone', sym: '\u2605', color: '#d29922', url: 'https://bsky.app/profile/besaid.zone' }, 333 - 'atproto.africa': { name: 'blacksky', sym: '\u25ce', color: '#da7dae', url: 'https://bsky.app/profile/blackskyweb.xyz' }, 334 + 'atproto.africa': { name: 'blacksky', sym: '\u25ce', color: '#da7dae', url: 'https://bsky.app/profile/blackskyweb.xyz', impl: 'rsky' }, 334 335 'relay.upcloud.world': { name: 'upcloud', sym: '\u25bd', color: '#39d2c0' }, 335 336 'relay.feeds.blue': { name: '@mackuba.eu', sym: '\u2b21', color: '#d2a8ff', url: 'https://bsky.app/profile/mackuba.eu' }, 336 337 'relay.klbr.net': { name: '@klbr.net', sym: '\u25d1', color: '#7ee787', url: 'https://bsky.app/profile/klbr.net', impl: 'hydrant' },