Skip to content

Commit bd133a7

Browse files
author
John McCambridge
committed
update usage in quick start guide, remove unused asset
1 parent 3979705 commit bd133a7

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

doc/assets/password_entry.png

-24.3 KB
Binary file not shown.

doc/self-hosted/index.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,19 @@ ARGUMENTS
4141
WORKDIR [default: (directory to binary)] Specify working dir
4242
4343
OPTIONS
44-
-d, --data-dir=data-dir
45-
-h, --host=host [default: 0.0.0.0]
46-
-o, --open Open in browser on startup
47-
-p, --port=port [default: 8443] Port to bind on
48-
-v, --version show CLI version
49-
--allow-http
50-
--cert=cert
51-
--cert-key=cert-key
52-
--help show CLI help
53-
--no-auth
54-
--password=password
44+
--cert <value>
45+
--cert-key <value>
46+
-e, --extensions-dir <dir> Set the root path for extensions.
47+
-d --user-data-dir <dir> Specifies the directory that user data is kept in, useful when running as root.
48+
--data-dir <value> DEPRECATED: Use '--user-data-dir' instead. Customize where user-data is stored.
49+
-h, --host <value> Customize the hostname. (default: "0.0.0.0")
50+
-o, --open Open in the browser on startup.
51+
-p, --port <number> Port to bind on. (default: 8443)
52+
-N, --no-auth Start without requiring authentication.
53+
-H, --allow-http Allow http connections.
54+
-P, --password <value> DEPRECATED: Use the PASSWORD environment variable instead. Specify a password for authentication.
55+
--disable-telemetry Disables ALL telemetry.
56+
--install-extension <value> Install an extension by its ID.
5557
```
5658

5759
### Data Directory

0 commit comments

Comments
 (0)