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
Copy file name to clipboardExpand all lines: docs/docs/admin/installation.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Anubis uses these environment variables for configuration:
46
46
|`BIND`|`:8923`| The network address that Anubis listens on. For `unix`, set this to a path: `/run/anubis/instance.sock`|
47
47
|`BIND_NETWORK`|`tcp`| The address family that Anubis listens on. Accepts `tcp`, `unix` and anything Go's [`net.Listen`](https://pkg.go.dev/net#Listen) supports. |
48
48
|`DIFFICULTY`|`5`| The difficulty of the challenge, or the number of leading zeroes that must be in successful responses. |
49
-
|`ED25519_PRIVATE_KEY_HEX`|| The hex-encoded ed25519 private key used to sign Anubis responses. If this is not set, Anubis will generate one for you. |
49
+
|`ED25519_PRIVATE_KEY_HEX`|| The hex-encoded ed25519 private key used to sign Anubis responses. If this is not set, Anubis will generate one for you. This should be exactly 64 characters long. See below for details.|
50
50
|`METRICS_BIND`|`:9090`| The network address that Anubis serves Prometheus metrics on. See `BIND` for more information. |
51
51
|`METRICS_BIND_NETWORK`|`tcp`| The address family that the Anubis metrics server listens on. See `BIND_NETWORK` for more information. |
52
52
|`SOCKET_MODE`|`0770`|_Only used when at least one of the `*_BIND_NETWORK` variables are set to `unix`._ The socket mode (permissions) for Unix domain sockets. |
0 commit comments