registry: update rChats/rForum domains to rspace.online paths

- rChats: rchats.online → rspace.online/rchats
- rForum: rforum.online → rspace.online/rforum

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-16 14:08:21 -07:00
parent a0c81f7347
commit 4121ee90ba
1 changed files with 2 additions and 2 deletions

View File

@ -97,10 +97,10 @@
{ "id": "trips", "name": "rTrips", "badge": "rT", "badgeColor": "bg-emerald-300", "htmlBadgeClass": "badge-emerald", "emoji": "✈️", "icon": "✈️", "category": "plan", "domain": "rtrips.online", "shortDesc": "Group travel planning in real time", "longDesc": "Group trip planning. Itineraries, destinations, packing lists, and expenses — all linked across rMaps, rFunds, and rNotes in real time.", "tech": ["Leaflet", "CRDTs", "Offline"] },
{ "id": "maps", "name": "rMaps", "badge": "rM", "badgeColor": "bg-green-300", "htmlBadgeClass": "badge-green", "emoji": "🗺️", "icon": "🗺️", "category": "plan", "domain": "rmaps.online", "shortDesc": "Collaborative real-time mapping", "longDesc": "Collaborative real-time mapping. Pin locations, draw regions, plan routes, and visualize your community's spatial footprint with open map tiles.", "tech": ["Leaflet", "OpenStreetMap", "GeoJSON"] },
{ "id": "chats", "name": "rChats", "badge": "rCh", "badgeColor": "bg-emerald-200", "htmlBadgeClass": "badge-emerald", "emoji": "💬", "icon": "💬", "category": "communicate", "domain": "rchats.online", "shortDesc": "Real-time encrypted messaging", "longDesc": "End-to-end encrypted community chat with self-sovereign identity. Channels, threads, and direct messages — all protected by EncryptID passkeys.", "tech": ["Matrix", "E2EE", "WebSocket"] },
{ "id": "chats", "name": "rChats", "badge": "rCh", "badgeColor": "bg-emerald-200", "htmlBadgeClass": "badge-emerald", "emoji": "💬", "icon": "💬", "category": "communicate", "domain": "rspace.online/rchats", "shortDesc": "Real-time encrypted messaging", "longDesc": "End-to-end encrypted community chat with self-sovereign identity. Channels, threads, and direct messages — all protected by EncryptID passkeys.", "tech": ["Matrix", "E2EE", "WebSocket"] },
{ "id": "inbox", "name": "rInbox", "badge": "rI", "badgeColor": "bg-indigo-300", "htmlBadgeClass": "badge-indigo", "emoji": "📬", "icon": "✉️", "category": "communicate", "domain": "rinbox.online", "shortDesc": "Private group messaging", "longDesc": "Shared group inbox with multi-sig approval workflows. Self-hosted email for communities with entity extraction and graph-based discourse threading.", "tech": ["SMTP", "NLP", "Multi-sig"] },
{ "id": "mail", "name": "rMail", "badge": "rMa", "badgeColor": "bg-blue-200", "htmlBadgeClass": "badge-blue", "emoji": "✉️", "icon": "📧", "category": "communicate", "domain": "rmail.online", "shortDesc": "Community email & newsletters", "longDesc": "Self-hosted email and newsletter platform. Send community updates, manage mailing lists, and own your communication infrastructure.", "tech": ["Mailcow", "SMTP", "DKIM"] },
{ "id": "forum", "name": "rForum", "badge": "rFo", "badgeColor": "bg-amber-200", "htmlBadgeClass": "badge-amber", "emoji": "💭", "icon": "🗣", "category": "communicate", "domain": "rforum.online", "shortDesc": "Threaded community discussions", "longDesc": "Self-hosted Discourse forums. Automated provisioning, DNS, SSL, and progress tracking. Full community discussion platform with trust levels and moderation.", "tech": ["Discourse", "Docker", "Auto-SSL"] },
{ "id": "forum", "name": "rForum", "badge": "rFo", "badgeColor": "bg-amber-200", "htmlBadgeClass": "badge-amber", "emoji": "💭", "icon": "🗣", "category": "communicate", "domain": "rspace.online/rforum", "shortDesc": "Threaded community discussions", "longDesc": "Self-hosted Discourse forums. Automated provisioning, DNS, SSL, and progress tracking. Full community discussion platform with trust levels and moderation.", "tech": ["Discourse", "Docker", "Auto-SSL"] },
{ "id": "choices", "name": "rChoices", "badge": "rCo", "badgeColor": "bg-fuchsia-300", "htmlBadgeClass": "badge-fuchsia", "emoji": "⚖️", "icon": "🔀", "category": "decide", "domain": "rchoices.online", "shortDesc": "Collaborative decision making", "longDesc": "Collaborative decision making. Structured frameworks for evaluating options, weighing trade-offs, and reaching consensus as a group.", "tech": ["CRDTs", "Real-time"] },
{ "id": "vote", "name": "rVote", "badge": "rV", "badgeColor": "bg-violet-300", "htmlBadgeClass": "badge-violet", "emoji": "🗳️", "icon": "🗳️", "category": "decide", "domain": "rvote.online", "shortDesc": "Real-time polls & governance", "longDesc": "Community governance. Create polls, weighted votes, and conviction-style proposals. Cryptographically signed ballots tied to EncryptID for verifiable, private voting.", "tech": ["ZK Proofs", "CRDT Ledger", "ERC-4337"] },