mirror of
https://github.com/linuxserver/docker-code-server
synced 2025-06-26 18:27:40 +00:00
Compare commits
3 Commits
v3.9.0-ls7
...
v3.9.1-ls7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47bbeab80b | ||
|
|
03f4bd213b | ||
|
|
d802e75230 |
@@ -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
|
||||||
|
|||||||
@@ -108,8 +108,8 @@ libpcre32:8.39-9
|
|||||||
libperl5.265.26.1-6ubuntu0.5
|
libperl5.265.26.1-6ubuntu0.5
|
||||||
libprocps62:3.3.12-3ubuntu1.2
|
libprocps62:3.3.12-3ubuntu1.2
|
||||||
libpsl50.19.1-5build1
|
libpsl50.19.1-5build1
|
||||||
libpython2.7-minimal2.7.17-1~18.04ubuntu1.5
|
libpython2.7-minimal2.7.17-1~18.04ubuntu1.6
|
||||||
libpython2.7-stdlib2.7.17-1~18.04ubuntu1.5
|
libpython2.7-stdlib2.7.17-1~18.04ubuntu1.6
|
||||||
libpython-stdlib2.7.15~rc1-1
|
libpython-stdlib2.7.15~rc1-1
|
||||||
libreadline77.0-3
|
libreadline77.0-3
|
||||||
libroken18-heimdal7.5.0+dfsg-1
|
libroken18-heimdal7.5.0+dfsg-1
|
||||||
@@ -167,8 +167,8 @@ pinentry-curses1.1.0-1
|
|||||||
procps2:3.3.12-3ubuntu1.2
|
procps2:3.3.12-3ubuntu1.2
|
||||||
publicsuffix20180223.1310-1
|
publicsuffix20180223.1310-1
|
||||||
python2.7.15~rc1-1
|
python2.7.15~rc1-1
|
||||||
python2.72.7.17-1~18.04ubuntu1.5
|
python2.72.7.17-1~18.04ubuntu1.6
|
||||||
python2.7-minimal2.7.17-1~18.04ubuntu1.5
|
python2.7-minimal2.7.17-1~18.04ubuntu1.6
|
||||||
python-minimal2.7.15~rc1-1
|
python-minimal2.7.15~rc1-1
|
||||||
readline-common7.0-3
|
readline-common7.0-3
|
||||||
sed4.4-2
|
sed4.4-2
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user