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: fill in indigo for remaining hosts + add t4tlabs entry

the rest of the tracked relays all run indigo. this completes the
impl column so every row links to its source repo instead of
rendering em-dash.

also adds a proper ops entry for relay.t4tlabs.net (was falling
through to the auto-derived default).

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

+13 -12
+13 -12
relay-eval/src/static/index.html
··· 319 319 }; 320 320 321 321 const ops = { 322 - 'bsky.network': { name: 'Bluesky PBC', sym: '\u25c6', color: '#58a6ff', url: 'https://bsky.app/profile/bsky.app' }, 323 - 'relay1.us-east.bsky.network': { name: 'Bluesky PBC', sym: '\u25c6', color: '#58a6ff', url: 'https://bsky.app/profile/bsky.app' }, 324 - 'relay1.us-west.bsky.network': { name: 'Bluesky PBC', sym: '\u25c6', color: '#58a6ff', url: 'https://bsky.app/profile/bsky.app' }, 322 + 'bsky.network': { name: 'Bluesky PBC', sym: '\u25c6', color: '#58a6ff', url: 'https://bsky.app/profile/bsky.app', impl: 'indigo' }, 323 + 'relay1.us-east.bsky.network': { name: 'Bluesky PBC', sym: '\u25c6', color: '#58a6ff', url: 'https://bsky.app/profile/bsky.app', impl: 'indigo' }, 324 + 'relay1.us-west.bsky.network': { name: 'Bluesky PBC', sym: '\u25c6', color: '#58a6ff', url: 'https://bsky.app/profile/bsky.app', impl: 'indigo' }, 325 325 'zlay.waow.tech': { name: '@zzstoatzz.io', sym: '\u25b2', color: '#3fb950', url: 'https://bsky.app/profile/zzstoatzz.io', impl: 'zlay' }, 326 326 'relay.waow.tech': { name: '@zzstoatzz.io', sym: '\u25b2', color: '#3fb950', url: 'https://bsky.app/profile/zzstoatzz.io', impl: 'indigo' }, 327 - 'relay.bas.sh': { name: '@bas.sh', sym: '\u25a0', color: '#f0883e', url: 'https://bsky.app/profile/bas.sh' }, 328 - 'northamerica.firehose.network': { name: '@sri.xyz', sym: '\u25cf', color: '#bc8cff', url: 'https://bsky.app/profile/sri.xyz' }, 329 - 'asia.firehose.network': { name: '@sri.xyz', sym: '\u25cf', color: '#bc8cff', url: 'https://bsky.app/profile/sri.xyz' }, 330 - 'europe.firehose.network': { name: '@sri.xyz', sym: '\u25cf', color: '#bc8cff', url: 'https://bsky.app/profile/sri.xyz' }, 331 - 'relay.fire.hose.cam': { name: '@bad-example.com', sym: '\u25c7', color: '#f85149', url: 'https://bsky.app/profile/bad-example.com' }, 332 - 'relay3.fr.hose.cam': { name: '@bad-example.com', sym: '\u25c7', color: '#f85149', url: 'https://bsky.app/profile/bad-example.com' }, 333 - 'relay.xero.systems': { name: '@besaid.zone', sym: '\u2605', color: '#d29922', url: 'https://bsky.app/profile/besaid.zone' }, 327 + 'relay.bas.sh': { name: '@bas.sh', sym: '\u25a0', color: '#f0883e', url: 'https://bsky.app/profile/bas.sh', impl: 'indigo' }, 328 + 'northamerica.firehose.network': { name: '@sri.xyz', sym: '\u25cf', color: '#bc8cff', url: 'https://bsky.app/profile/sri.xyz', impl: 'indigo' }, 329 + 'asia.firehose.network': { name: '@sri.xyz', sym: '\u25cf', color: '#bc8cff', url: 'https://bsky.app/profile/sri.xyz', impl: 'indigo' }, 330 + 'europe.firehose.network': { name: '@sri.xyz', sym: '\u25cf', color: '#bc8cff', url: 'https://bsky.app/profile/sri.xyz', impl: 'indigo' }, 331 + 'relay.fire.hose.cam': { name: '@bad-example.com', sym: '\u25c7', color: '#f85149', url: 'https://bsky.app/profile/bad-example.com', impl: 'indigo' }, 332 + 'relay3.fr.hose.cam': { name: '@bad-example.com', sym: '\u25c7', color: '#f85149', url: 'https://bsky.app/profile/bad-example.com', impl: 'indigo' }, 333 + 'relay.xero.systems': { name: '@besaid.zone', sym: '\u2605', color: '#d29922', url: 'https://bsky.app/profile/besaid.zone', impl: 'indigo' }, 334 334 'atproto.africa': { name: 'blacksky', sym: '\u25ce', color: '#da7dae', url: 'https://bsky.app/profile/blackskyweb.xyz', impl: 'rsky' }, 335 - 'relay.upcloud.world': { name: 'upcloud', sym: '\u25bd', color: '#39d2c0' }, 336 - 'relay.feeds.blue': { name: '@mackuba.eu', sym: '\u2b21', color: '#d2a8ff', url: 'https://bsky.app/profile/mackuba.eu' }, 335 + 'relay.upcloud.world': { name: 'upcloud', sym: '\u25bd', color: '#39d2c0', impl: 'indigo' }, 336 + 'relay.feeds.blue': { name: '@mackuba.eu', sym: '\u2b21', color: '#d2a8ff', url: 'https://bsky.app/profile/mackuba.eu', impl: 'indigo' }, 337 + 'relay.t4tlabs.net': { name: 't4tlabs', sym: '\u2756', color: '#ff7b72', impl: 'indigo' }, 337 338 'relay.klbr.net': { name: '@klbr.net', sym: '\u25d1', color: '#7ee787', url: 'https://bsky.app/profile/klbr.net', impl: 'hydrant' }, 338 339 }; 339 340