mirror of
https://github.com/linuxserver/docker-code-server
synced 2025-06-26 18:27:40 +00:00
Compare commits
4 Commits
v3.9.0-ls7
...
v3.9.1-ls7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19bd4c6ae2 | ||
|
|
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
|
||||||
|
|||||||
@@ -20,8 +20,8 @@ fdisk2.31.1-0.4ubuntu3.7
|
|||||||
file1:5.32-2ubuntu0.4
|
file1:5.32-2ubuntu0.4
|
||||||
findutils4.6.0+git+20170828-2
|
findutils4.6.0+git+20170828-2
|
||||||
gcc-8-base8.4.0-1ubuntu1~18.04
|
gcc-8-base8.4.0-1ubuntu1~18.04
|
||||||
git1:2.17.1-1ubuntu0.7
|
git1:2.17.1-1ubuntu0.8
|
||||||
git-man1:2.17.1-1ubuntu0.7
|
git-man1:2.17.1-1ubuntu0.8
|
||||||
gnupg2.2.4-1ubuntu1.4
|
gnupg2.2.4-1ubuntu1.4
|
||||||
gnupg-l10n2.2.4-1ubuntu1.4
|
gnupg-l10n2.2.4-1ubuntu1.4
|
||||||
gnupg-utils2.2.4-1ubuntu1.4
|
gnupg-utils2.2.4-1ubuntu1.4
|
||||||
@@ -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
|
||||||
@@ -142,7 +142,7 @@ libxcb11.13-2~ubuntu18.04
|
|||||||
libxdmcp61:1.1.2-3
|
libxdmcp61:1.1.2-3
|
||||||
libxext62:1.3.3-1
|
libxext62:1.3.3-1
|
||||||
libxmuu12:1.1.2-2
|
libxmuu12:1.1.2-2
|
||||||
libzstd11.3.3+dfsg-2ubuntu1.1
|
libzstd11.3.3+dfsg-2ubuntu1.2
|
||||||
locales2.27-3ubuntu1.4
|
locales2.27-3ubuntu1.4
|
||||||
login1:4.5-1ubuntu2
|
login1:4.5-1ubuntu2
|
||||||
lsb-base9.20170808ubuntu1
|
lsb-base9.20170808ubuntu1
|
||||||
@@ -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