filesystem admin over HTTP https://www.betternas.com
Find a file
2026-04-01 03:11:43 +00:00
apps/betternascontrolplane rename3 2026-04-01 02:40:21 +00:00
docker rename3 2026-04-01 02:40:21 +00:00
docs skeleton schemas 2026-04-01 03:11:43 +00:00
exapps/control-plane rename3 2026-04-01 02:40:21 +00:00
packages/contracts skeleton schemas 2026-04-01 03:11:43 +00:00
scripts rename3 2026-04-01 02:40:21 +00:00
.gitignore clean 2026-04-01 03:02:53 +00:00
package-lock.json rename3 2026-04-01 02:40:21 +00:00
package.json rename3 2026-04-01 02:40:21 +00:00
README.md skeleton schemas 2026-04-01 03:11:43 +00:00
tsconfig.base.json add workspace base 2026-03-31 21:25:35 +00:00

betterNAS

image

Start here

The canonical repo contract lives in docs/architecture.md.

Read these in order:

  1. docs/architecture.md
  2. docs/01-nas-node.md
  3. docs/02-control-plane.md
  4. docs/03-local-device.md
  5. docs/04-cloud-web-layer.md
  6. docs/05-build-plan.md
  7. 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.