From aa094122e5df693ec4c530af548c9f12e5477383 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 4 Feb 2022 07:39:16 +0100 Subject: [PATCH] Update README.md --- code-server/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/code-server/README.md b/code-server/README.md index 47634e544..00d78d622 100644 --- a/code-server/README.md +++ b/code-server/README.md @@ -21,6 +21,16 @@ This addon is based on the [docker image](https://github.com/linuxserver/code-se Webui can be found at `:8443`. +```yaml +GUID: user +GPID: user +TZ: timezone +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas +cifsusername: "username" # optional, smb username, same for all smb shares +cifspassword: "password" # optional, smb password, same for all smb shares) +``` + ## Installation The installation of this add-on is pretty straightforward and not different in