mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2024-11-23 04:25:40 +01:00
parent
dddc00f810
commit
d802e75230
@ -183,7 +183,8 @@ git config --global user.email "email address"
|
||||
```
|
||||
|
||||
### 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
|
||||
|
@ -69,7 +69,8 @@ app_setup_block: |
|
||||
```
|
||||
|
||||
### 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
|
||||
|
Loading…
Reference in New Issue
Block a user