Skip to content

Commit

Permalink
Document new dashboard option --systemd-socket
Browse files Browse the repository at this point in the history
  • Loading branch information
vamega committed Jun 18, 2024
1 parent 8668cd3 commit 0c48ffc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion guides/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,12 @@ single configuration file.
Manually set the unix socket to bind to. If specified along with ``--address`` or ``--port`` the values
for those parameters will be ignored. Cannot be used along with ``--systemd-socket``.

.. option:: --systemd-socket

Have the dashboard bind to a unix socket that is passed in using systemd socket activation. If
specified along with ``--address`` or ``--port`` the values for those parameters will be ignored.
Cannot be used along with ``--socket``.

.. option:: --username USERNAME

The optional username to require for authentication.
Expand All @@ -221,7 +227,7 @@ single configuration file.
.. option:: --open-ui

If set, opens the dashboard UI in a browser once the server is up and running. Does not work when using
``--socket``.
``--socket`` or `--systemd-socket`.

``logs`` Command
---------------------
Expand Down

0 comments on commit 0c48ffc

Please sign in to comment.