From 7c32f8a87889c8fdb8637243fd540061ea1a8539 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 7 Mar 2026 11:45:19 -0500 Subject: doc: simplify architecture, some notes Got rid of client-side 9p, which was just silly bloat. Using HTTP exclusively on the client side now, with htmx. Combined auth and api servers into monolithic buthd, which translates http/9p between client and backend 9p servers. Added some implementation and security notes, and part of shopfs. --- doc/authfs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/authfs.md') diff --git a/doc/authfs.md b/doc/authfs.md index 0f3ee6f..c3d0488 100644 --- a/doc/authfs.md +++ b/doc/authfs.md @@ -10,9 +10,9 @@ `user` `/users//` (d) -To add a user, create the `` subdirectory. Authfs +To add a user, create the `/` subdirectory. Authfs automatically creates the `passwd`, `passwd`, and `login` files -inside. +inside. Initially the password is nil and login is disabled. `/users//passwd` (w) Writing a (cleartext) password changes the user's password. -- cgit v1.2.3