You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -83,29 +83,32 @@ To run Headscale behind Uberspace's native web backend (reverse proxy), you need
83
83
- Set the correct ``server_url`` (your public domain, with https) by setting ``server_url`` to ``https://isabell.uber.space:443``.
84
84
- Set a encryption key for the Headscale connection by setting the ``private_key_path`` to ``private.key`` (will be generated after configuration).
85
85
86
-
Edit ``~.headscale/config.yaml`` with your favourite editor and make the following adjustments:
86
+
To make management via the CLI possible, you also need to:
87
+
88
+
- Set ``unix_socket`` to ``/home/isabell/.headscale/headscale.sock``, it is important that you provide the full path here so that the CLI can connect to the socket.
89
+
90
+
Edit ``~/.headscale/config.yaml`` with your favourite editor and make the following adjustments:
87
91
88
92
.. warning::
89
-
Review and adjust the configuration to suit your environment. At minimum, set the ``server_url``, ``private_key_path``, and ``database.sqlite``.
93
+
Review and adjust the configuration to suit your environment. At minimum, set the ``server_url``, ``listen_addr``, ``private_key_path``, ``unix_socket`` and ``database.sqlite``.
90
94
91
95
.. note::
92
-
TLS is handled by Uberspace's web backend, do not set ``tls_cert_path`` or ``tls_key_path`` in your Headscale config. See Headscale's TLS_ documentation for more information.
96
+
TLS is handled by Uberspace's web backend, do not set ``tls_cert_path`` or ``tls_key_path`` in your Headscale config. See Headscale's TLS_ documentation for more information.
93
97
94
-
For a simple and minimal setup, set the following values:
98
+
For a simple and minimal setup, adjust the following values in the configuration file which was downloaded before:
0 commit comments