registry: rename rWork→rTasks, update domain to rspace.online/rtasks
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
22310e2118
commit
a0c81f7347
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"_description": "Canonical r*App registry. Single source of truth for all AppSwitcher dropdowns, EcosystemFooters, and rApp explainer pages across the rStack ecosystem.",
|
||||
"_updated": "2026-02-25",
|
||||
"_updated": "2026-03-16",
|
||||
|
||||
"categories": [
|
||||
{
|
||||
|
|
@ -117,7 +117,7 @@
|
|||
|
||||
{ "id": "data", "name": "rData", "badge": "rD", "badgeColor": "bg-purple-300", "htmlBadgeClass": "badge-purple", "emoji": "📊", "icon": "📈", "category": "observe", "domain": "rdata.online", "shortDesc": "Analytics & insights dashboard", "longDesc": "Self-hosted analytics dashboard. Lightweight, cookie-free, GDPR-compliant web analytics. See what matters without harvesting user data.", "tech": ["Plausible", "No cookies", "GDPR"] },
|
||||
|
||||
{ "id": "work", "name": "rWork", "badge": "rWo", "badgeColor": "bg-slate-300", "htmlBadgeClass": "badge-slate", "emoji": "📋", "icon": "📋", "category": "work", "domain": "rwork.online", "shortDesc": "Project & task management", "longDesc": "Project management and task coordination for community teams. Kanban boards, sprints, and progress tracking.", "tech": ["Real-time", "CRDTs"] },
|
||||
{ "id": "tasks", "name": "rTasks", "badge": "rTa", "badgeColor": "bg-slate-300", "htmlBadgeClass": "badge-slate", "emoji": "📋", "icon": "📋", "category": "work", "domain": "rspace.online/rtasks", "shortDesc": "Project & task management", "longDesc": "Project management and task coordination for community teams. Kanban boards, sprints, and progress tracking.", "tech": ["Real-time", "CRDTs"] },
|
||||
|
||||
{ "id": "ids", "name": "rIDs", "badge": "rId", "badgeColor": "bg-emerald-300", "htmlBadgeClass": "badge-emerald", "emoji": "🔐", "icon": "🔐", "category": "identity", "domain": "ridentity.online", "shortDesc": "Passkey identity & zero-knowledge auth", "longDesc": "Self-sovereign identity powered by EncryptID. Passkey authentication, zero-knowledge proofs, and portable credentials across the entire r*Stack.", "tech": ["WebAuthn", "ZK Proofs", "DID"] },
|
||||
{ "id": "stack", "name": "rStack", "badge": "r*", "badgeColor": "bg-gradient-to-br from-cyan-300 via-violet-300 to-rose-300", "htmlBadgeClass": "badge-rainbow", "emoji": "📦", "icon": "🌈", "category": "identity", "domain": "rstack.online", "shortDesc": "Open-source community infrastructure", "longDesc": "The developer platform and documentation hub for the entire r*Stack ecosystem. Self-host guides, API docs, and community resources.", "tech": ["Docker", "Traefik", "Cloudflare"] }
|
||||
|
|
|
|||
Loading…
Reference in New Issue