Phase 4: service registry — index.json + 4 service manifests

This commit is contained in:
2026-05-09 09:53:05 -04:00
commit cab94f135b
6 changed files with 104 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"version": "1",
"updated": "2026-05-09",
"services": [
{"id": "calendar", "name": "Calendar & Contacts", "version": "1.0.0", "description": "CalDAV/CardDAV server (Radicale)", "author": "roof"},
{"id": "files", "name": "File Storage", "version": "1.0.0", "description": "WebDAV file storage", "author": "roof"},
{"id": "email", "name": "Email Server", "version": "1.0.0", "description": "Full email server (Postfix + Dovecot)", "author": "roof"},
{"id": "webmail", "name": "Webmail", "version": "1.0.0", "description": "Rainloop webmail UI", "author": "roof"}
]
}