OpenFS Server
From Derek Davis
Jump to navigationJump to search
OpenFS Server[edit]
@openfs/server is a Hono HTTP API that exposes any OpenFS filesystem adapter over the network. Running on port 3456.
Endpoints[edit]
| Method | Path | Description |
|---|---|---|
| GET | /health | Health check |
| GET | /ls?path=/ | List files at path |
| GET | /read?path=/wiki/page.md | Read file content |
| POST | /write | Write a file {path, content} |
| POST | /ingest | Ingest key-value map of files |
| POST | /search | FTS search {query} |
| POST | /delete | Delete a file {path} |
Checking server...