Universal knowledge capture tool for the r* ecosystem
Go to file
Jeff Emmett c4141802cc Host Open Notebook at /opennotebook with wildcard subdomain support
Add /opennotebook route embedding Open Notebook via iframe with space-aware
nav breadcrumb. Middleware detects subdomain (e.g. cca.rnotes.online) and sets
rnotes-space cookie. /ai redirects to /opennotebook. Traefik wildcard router
at priority 100 catches *.rnotes.online subdomains.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 09:45:31 +00:00
backlog chore: backlog TASK-14 SpaceRole bridge (Done) 2026-02-17 15:35:12 -07:00
browser-extension feat: add rNotes Web Clipper browser extension (TASK-6) 2026-02-13 15:17:19 -07:00
prisma feat: implement Memory Card spec — hierarchy, dual-format body, Logseq interop 2026-02-22 22:33:48 +00:00
public feat: live streaming transcription via WebSocket + diarization UI 2026-02-15 09:48:40 -07:00
scripts fix: cast TipTapDoc to InputJsonValue for Prisma compatibility 2026-02-22 22:36:22 +00:00
src Host Open Notebook at /opennotebook with wildcard subdomain support 2026-02-23 09:45:31 +00:00
.dockerignore Add .dockerignore for optimized Docker builds 2026-02-21 17:59:43 -07:00
.env.example Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
.gitignore Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
Dockerfile feat: implement Memory Card spec — hierarchy, dual-format body, Logseq interop 2026-02-22 22:33:48 +00:00
MODULE_SPEC.md docs: add MODULE_SPEC.md with permission model and capabilities 2026-02-17 12:30:14 -07:00
docker-compose.yml Host Open Notebook at /opennotebook with wildcard subdomain support 2026-02-23 09:45:31 +00:00
next.config.mjs Embed OpenNotebook AI in rNotes — tab + standalone /ai route 2026-02-23 05:55:38 +00:00
package.json feat: implement Memory Card spec — hierarchy, dual-format body, Logseq interop 2026-02-22 22:33:48 +00:00
postcss.config.mjs Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
tailwind.config.ts Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
tsconfig.json Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00