summaryrefslogtreecommitdiffstats
path: root/doc/shopfs.md
Commit message (Collapse)AuthorAgeFilesLines
* doc: simplify architecture, some notesSam Anthony8 days1-0/+17
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.