Skip to content

Commit 8f730fb

Browse files
docs: add --solidos-ui to README, bump version to 0.0.76
1 parent 0841f66 commit 8f730fb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ jss --help # Show help
122122
| `--mashlib` | Enable Mashlib (local mode) | false |
123123
| `--mashlib-cdn` | Enable Mashlib (CDN mode) | false |
124124
| `--mashlib-version <ver>` | Mashlib CDN version | 2.0.0 |
125+
| `--solidos-ui` | Enable modern SolidOS UI (requires --mashlib) | false |
125126
| `--git` | Enable Git HTTP backend | false |
126127
| `--nostr` | Enable Nostr relay | false |
127128
| `--nostr-path <path>` | Nostr relay WebSocket path | /relay |
@@ -333,6 +334,18 @@ npm install && npm run build
333334

334335
**Note:** Mashlib works best with `--conneg` enabled for Turtle support.
335336

337+
**Modern UI (SolidOS UI):**
338+
```bash
339+
jss start --mashlib --solidos-ui --conneg
340+
```
341+
Serves a modern Nextcloud-style UI shell while reusing mashlib's data layer. The `--solidos-ui` flag swaps the classic databrowser interface for a cleaner, mobile-friendly design with:
342+
- Modern file browser with breadcrumb navigation
343+
- Profile, Contacts, Sharing, and Settings views
344+
- Path-based URLs (browser URL reflects current resource)
345+
- Responsive design for mobile devices
346+
347+
Requires solidos-ui dist files in `src/mashlib-local/dist/solidos-ui/`. See [solidos-ui](https://github.com/solidos/solidos/tree/main/workspaces/solidos-ui) for details.
348+
336349
### Profile Pages
337350

338351
Pod profiles (`/alice/`) use HTML with embedded JSON-LD data islands and are rendered using:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-solid-server",
3-
"version": "0.0.75",
3+
"version": "0.0.76",
44
"description": "A minimal, fast Solid server",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)