Compare commits

..

3 Commits

Author SHA1 Message Date
LinuxServer-CI
47bbeab80b Bot Updating Package Versions 2021-03-05 22:11:39 +00:00
aptalca
03f4bd213b Merge pull request #58 from linuxserver/fix-links
Update link for hashed password.
2021-03-05 16:39:18 -05:00
Roxedus
d802e75230 Update link for hashed password.
Closes #56
2021-03-05 21:50:26 +01:00
3 changed files with 8 additions and 6 deletions

View File

@@ -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

View File

@@ -108,8 +108,8 @@ libpcre32:8.39-9
libperl5.265.26.1-6ubuntu0.5
libprocps62:3.3.12-3ubuntu1.2
libpsl50.19.1-5build1
libpython2.7-minimal2.7.17-1~18.04ubuntu1.5
libpython2.7-stdlib2.7.17-1~18.04ubuntu1.5
libpython2.7-minimal2.7.17-1~18.04ubuntu1.6
libpython2.7-stdlib2.7.17-1~18.04ubuntu1.6
libpython-stdlib2.7.15~rc1-1
libreadline77.0-3
libroken18-heimdal7.5.0+dfsg-1
@@ -167,8 +167,8 @@ pinentry-curses1.1.0-1
procps2:3.3.12-3ubuntu1.2
publicsuffix20180223.1310-1
python2.7.15~rc1-1
python2.72.7.17-1~18.04ubuntu1.5
python2.7-minimal2.7.17-1~18.04ubuntu1.5
python2.72.7.17-1~18.04ubuntu1.6
python2.7-minimal2.7.17-1~18.04ubuntu1.6
python-minimal2.7.15~rc1-1
readline-common7.0-3
sed4.4-2

View File

@@ -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