From 4f46d2f3df11e56042c5cb1c13da3915e0899e18 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Wed, 1 Apr 2026 04:29:52 +0000 Subject: [PATCH] edit readme --- README.md | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 9e13e73..b306e03 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,9 @@ # betterNAS -image - -## Start here - -The canonical repo contract lives in [docs/architecture.md](/home/rathi/Documents/GitHub/betterNAS/docs/architecture.md). - -Read these in order: - -1. [docs/architecture.md](/home/rathi/Documents/GitHub/betterNAS/docs/architecture.md) -2. [docs/01-nas-node.md](/home/rathi/Documents/GitHub/betterNAS/docs/01-nas-node.md) -3. [docs/02-control-plane.md](/home/rathi/Documents/GitHub/betterNAS/docs/02-control-plane.md) -4. [docs/03-local-device.md](/home/rathi/Documents/GitHub/betterNAS/docs/03-local-device.md) -5. [docs/04-cloud-web-layer.md](/home/rathi/Documents/GitHub/betterNAS/docs/04-cloud-web-layer.md) -6. [docs/05-build-plan.md](/home/rathi/Documents/GitHub/betterNAS/docs/05-build-plan.md) -7. [docs/references.md](/home/rathi/Documents/GitHub/betterNAS/docs/references.md) - -## Current direction - -- betterNAS is WebDAV-first for mount mode. -- the control plane is the system of record. -- the NAS node serves bytes directly whenever possible. -- Nextcloud is an optional cloud/web adapter, not the product center. +- control-plane owns policy and identity (decides) +- node-agent owns file serving (serves) +- web owns UX (consumer facing) +- nextcloud-app is optional adapter only for cloud storage in s3 n shit ## Monorepo