mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 05:02:07 +00:00
skeleton schemas
This commit is contained in:
parent
0032487ca1
commit
4f174ec3a8
9 changed files with 470 additions and 42 deletions
23
README.md
23
README.md
|
|
@ -2,10 +2,23 @@
|
|||
|
||||
<img width="723" height="354" alt="image" src="https://github.com/user-attachments/assets/4e64fa91-315b-4a31-b191-d54ed1862ff7" />
|
||||
|
||||
## Architecture
|
||||
## Start here
|
||||
|
||||
The intended boundary is documented in `docs/architecture.md`. The short version is:
|
||||
The canonical repo contract lives in [docs/architecture.md](/home/rathi/Documents/GitHub/betterNAS/docs/architecture.md).
|
||||
|
||||
- Nextcloud remains an upstream storage and client-compatibility backend.
|
||||
- The custom Nextcloud app is a shell and adapter layer.
|
||||
- betterNAS business logic lives in the control-plane service.
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue