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: Bluesky PBC name, relay hostnames as links

- bluesky → Bluesky PBC, linked to bsky.app profile
- relay hostnames are now clickable links to https://{host}

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

zzstoatzz 1139099b b43057d9

+3 -3
+3 -3
relay-eval/src/static/index.html
··· 124 124 125 125 <script> 126 126 const ops = { 127 - 'bsky.network': { name: 'Bluesky PBC', sym: '◆', color: '#58a6ff', url: 'https://bsky.app/profile/safety.bsky.app' }, 128 - 'relay1.us-east.bsky.network': { name: 'Bluesky PBC', sym: '◆', color: '#58a6ff', url: 'https://bsky.app/profile/safety.bsky.app' }, 129 - 'relay1.us-west.bsky.network': { name: 'Bluesky PBC', sym: '◆', color: '#58a6ff', url: 'https://bsky.app/profile/safety.bsky.app' }, 127 + 'bsky.network': { name: 'Bluesky PBC', sym: '◆', color: '#58a6ff', url: 'https://bsky.app/profile/bsky.app' }, 128 + 'relay1.us-east.bsky.network': { name: 'Bluesky PBC', sym: '◆', color: '#58a6ff', url: 'https://bsky.app/profile/bsky.app' }, 129 + 'relay1.us-west.bsky.network': { name: 'Bluesky PBC', sym: '◆', color: '#58a6ff', url: 'https://bsky.app/profile/bsky.app' }, 130 130 'zlay.waow.tech': { name: '@zzstoatzz.io', sym: '▲', color: '#3fb950', url: 'https://bsky.app/profile/zzstoatzz.io' }, 131 131 'relay.waow.tech': { name: '@zzstoatzz.io', sym: '▲', color: '#3fb950', url: 'https://bsky.app/profile/zzstoatzz.io' }, 132 132 'relay.bas.sh': { name: '@bas.sh', sym: '■', color: '#f0883e', url: 'https://bsky.app/profile/bas.sh' },