File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ Options:
4747 -sM, --suffix-meta Suffix for metadata files (default: '.meta')
4848 --no-error-pages Disable custom error pages (use Node.js default pages instead)
4949 --error-pages Folder from which to look for custom error pages files (files must be named <error-code>.html -- eg. 500.html)
50- --default-app URI to use as a default app for resources (default: https://linkeddata.github.io/warp/#/list/)
50+ --file-browser URI to use as a default app for resources (default: https://linkeddata.github.io/warp/#/list/)
51+ --data-browser Enable viewing RDF resources using a default data browser application (e.g. mashlib)
5152```
5253
5354### Running the server
@@ -145,7 +146,7 @@ If you started your `ldnode` server locally on port 8443 as in the example
145146above, you would then be able to visit ` https://localhost:8443 ` in the browser
146147(ignoring the Untrusted Connection browser warnings as usual), where your
147148` ldnode ` server would redirect you to the default viewer app (see the
148- ` --default-app ` server config parameter), which is usually the
149+ ` --file-browser ` server config parameter), which is usually the
149150[ github.io/warp] ( https://linkeddata.github.io/warp/#/list/ ) file browser.
150151
151152Accessing most Solid apps (such as Warp) will prompt you to select your browser
You can’t perform that action at this time.
0 commit comments