Merge pull request #58 from linuxserver/fix-links

Update link for hashed password.
This commit is contained in:
aptalca 2021-03-05 16:39:18 -05:00 committed by GitHub
commit 03f4bd213b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -183,7 +183,8 @@ git config --global user.email "email address"
``` ```
### Hashed code-server password ### Hashed code-server password
To create the [hashed password](https://github.com/cdr/code-server/blob/master/doc/FAQ.md#can-i-store-my-password-hashed), use printf instead of echo as echo introduces newlines in the hash.
How to create the [hashed password](https://github.com/cdr/code-server/blob/master/docs/FAQ.md#can-i-store-my-password-hashed).
## Docker Mods ## Docker Mods

View File

@ -69,7 +69,8 @@ app_setup_block: |
``` ```
### Hashed code-server password ### Hashed code-server password
To create the [hashed password](https://github.com/cdr/code-server/blob/master/doc/FAQ.md#can-i-store-my-password-hashed), use printf instead of echo as echo introduces newlines in the hash.
How to create the [hashed password](https://github.com/cdr/code-server/blob/master/docs/FAQ.md#can-i-store-my-password-hashed).
# changelog # changelog