A tool for measuring the coverage of Bluesky/ATProto relays
9
fork

Configure Feed

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

added location info

+2
+2
views/index.erb
··· 10 10 <th>Host</th> 11 11 <th>Type</th> 12 12 <th>Run by</th> 13 + <th>Location</th> 13 14 <th>Users</th> 14 15 <th>Events</th> 15 16 <th>% of max</th> ··· 22 23 <td><a href="https://<%= report.host %>" target="_blank"><%= report.host %><a></td> 23 24 <td><%= report.source_type %></td> 24 25 <td><%= owner_link(report) %></td> 26 + <td><%= $owners[report.host]&.dig('location') %></td> 25 27 <td class="number"><%= format_num(report.users) %></td> 26 28 <td class="number"><%= format_num(report.events) %></td> 27 29 <td class="number"><%= format('%.2f%%', percent) %></td>