Skip to content

Commit c0329fb

Browse files
author
Matt Farmer
committed
docs: Add missing CLI flags to README.md
1 parent 97814d4 commit c0329fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ $ solid start --help
171171
--webid Enable WebID authentication and access control (uses HTTPS)
172172
--mount [value] Serve on a specific URL path (default: '/')
173173
--config-path [value]
174+
--config-file [value]
174175
--db-path [value]
175176
--auth [value] Pick an authentication strategy for WebID: `tls` or `oidc`
176177
--owner [value] Set the owner of the storage (overwrites the root ACL file)
@@ -197,7 +198,12 @@ $ solid start --help
197198
--email-auth-pass [value] Password of your email service
198199
--useApiApps Do you want to load your default apps on /api/apps?
199200
--api-apps [value] Path to the folder to mount on /api/apps
201+
--redirect-http-from [value] HTTP port or ','-separated ports to redirect to the solid server port (e.g. "80,8080").
202+
--server-name [value] A name for your server (not required, but will be presented on your server's frontpage)
203+
--server-description [value] A description of your server (not required)
204+
--server-logo [value] A logo that represents you, your brand, or your server (not required)
200205
-v, --verbose Print the logs to console
206+
-h, --help output usage information
201207
```
202208

203209
## Use Docker

0 commit comments

Comments
 (0)