We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3dfd663 + 7344e35 commit 2846b23Copy full SHA for 2846b23
docs/ServerInstallation.md
@@ -30,6 +30,7 @@ docker run -d \
30
-v /home/user/.ssh/authorized_keys:/root/.ssh/authorized_keys:ro
31
32
# this is your private key used for JWT encryption
33
+# you can set this to any string you want (a long random string generated by your password manager is recommended)
34
-e EXO_PRIVATE_KEY=your_jwt_encryption_key
35
36
# this is used to tell traefik to which deployment current docker service belongs
0 commit comments