need a status for my status for my .. nate.tngl.io
1
fork

Configure Feed

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

rename service groups, move pollz into misc

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

+8 -13
+8 -13
site/services.js
··· 20 20 21 21 export const GROUPS = [ 22 22 { 23 - name: "plyr.fm", 23 + name: "plyr.fm (music app)", 24 24 services: [ 25 25 { name: "api", url: "https://api.plyr.fm/health", href: "https://api.plyr.fm" }, 26 26 { name: "moderation", url: "https://moderation.plyr.fm/", href: "https://moderation.plyr.fm" }, ··· 31 31 ], 32 32 }, 33 33 { 34 - name: "typeahead", 34 + name: "typeahead service", 35 35 services: [ 36 36 { name: "worker", url: "https://typeahead.waow.tech/stats", href: "https://typeahead.waow.tech" }, 37 37 { name: "ingester", url: "https://typeahead-ingester.fly.dev/health", href: "https://typeahead-ingester.fly.dev" }, 38 38 ], 39 39 }, 40 40 { 41 - name: "pub-search", 41 + name: "standard.site index", 42 42 services: [ 43 43 { name: "backend", url: "https://leaflet-search-backend.fly.dev/health", href: "https://leaflet-search-backend.fly.dev" }, 44 44 { name: "tap", url: "https://leaflet-search-tap.fly.dev/health", href: "https://leaflet-search-tap.fly.dev" }, ··· 55 55 ], 56 56 }, 57 57 { 58 - name: "coral", 58 + name: "trending topics", 59 59 services: [ 60 - { name: "backend", url: "https://coral.fly.dev/health", href: "https://coral.fly.dev" }, 60 + { name: "backend", url: "https://coral.fly.dev/health", href: "https://coral.fly.dev/docs" }, 61 61 { name: "frontend", url: "https://coral-8hh.pages.dev", href: "https://coral-8hh.pages.dev" }, 62 62 ], 63 63 }, 64 64 { 65 - name: "find-bufo", 65 + name: "bufo", 66 66 services: [ 67 67 { name: "search", url: "https://find-bufo.com/", href: "https://find-bufo.com" }, 68 68 { name: "bot", url: "https://bufo-bot.fly.dev/", href: "https://bufo-bot.fly.dev" }, 69 - ], 70 - }, 71 - { 72 - name: "pollz", 73 - services: [ 74 - { name: "backend", url: "https://pollz-backend.fly.dev/health", href: "https://pollz-backend.fly.dev" }, 75 - { name: "frontend", url: "https://pollz.waow.tech", href: "https://pollz.waow.tech" }, 76 69 ], 77 70 }, 78 71 { ··· 92 85 { 93 86 name: "misc", 94 87 services: [ 88 + { name: "pollz backend", url: "https://pollz-backend.fly.dev/health", href: "https://pollz-backend.fly.dev" }, 89 + { name: "pollz frontend", url: "https://pollz.waow.tech", href: "https://pollz.waow.tech" }, 95 90 { name: "music-feed", url: "https://zig-bsky-feed.fly.dev/health", href: "https://zig-bsky-feed.fly.dev" }, 96 91 { name: "at-me", url: "https://at-me.wisp.place", href: "https://at-me.wisp.place" }, 97 92 { name: "status", url: "https://status.zzstoatzz.io", href: "https://status.zzstoatzz.io" },