betterNAS/apps/web
Harivansh Rathi 87de69520c Make the web app consume the live mount contract
Add the first control-plane UI over the verified backend seam so exports,
issued DAV credentials, and Finder instructions can be exercised from the
running stack.
2026-04-01 17:56:05 +00:00
..
app Make the web app consume the live mount contract 2026-04-01 17:56:05 +00:00
lib Make the web app consume the live mount contract 2026-04-01 17:56:05 +00:00
.gitignore init (#5) 2026-03-31 23:50:51 -04:00
eslint.config.js init (#5) 2026-03-31 23:50:51 -04:00
next.config.js init (#5) 2026-03-31 23:50:51 -04:00
package.json pnpm, verify, cleanup (#6) 2026-03-31 23:59:52 -04:00
README.md Make the web app consume the live mount contract 2026-04-01 17:56:05 +00:00
tsconfig.json pnpm, verify, cleanup (#6) 2026-03-31 23:59:52 -04:00

betterNAS Web

Next.js control-plane UI for betterNAS.

Use this app for:

  • admin and operator workflows
  • node and export visibility
  • issuing mount profiles
  • later cloud-mode management

Do not move the product system of record into this app. It should stay a UI and thin BFF layer over the Go control plane.

The current page reads control-plane config from:

  • BETTERNAS_CONTROL_PLANE_URL and BETTERNAS_CONTROL_PLANE_CLIENT_TOKEN, or
  • the repo-local .env.agent file

That keeps the page aligned with the running self-hosted stack during local development.