Skip to content

Commit 7344e35

Browse files
Make install docs more clear
In the process of installing Exoframe myself, and was quite confused for a while until I found #141 (comment) which cleared it all up. Added a clarification to the server install docs.
1 parent 9b88980 commit 7344e35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/ServerInstallation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ docker run -d \
3030
-v /home/user/.ssh/authorized_keys:/root/.ssh/authorized_keys:ro
3131

3232
# 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)
3334
-e EXO_PRIVATE_KEY=your_jwt_encryption_key
3435

3536
# this is used to tell traefik to which deployment current docker service belongs

0 commit comments

Comments
 (0)