From 69546e607de0918944cb2cffc2789495dedd372f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 4 Feb 2022 07:04:32 +0100 Subject: [PATCH] Add local smb mount --- code-server/config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/code-server/config.json b/code-server/config.json index afd2c4a8a..2e55e10bd 100644 --- a/code-server/config.json +++ b/code-server/config.json @@ -62,12 +62,16 @@ "schema": { "PUID": "int", "PGID": "int", + "localdisks": "str?", + "networkdisks": "str?", + "cifsusername": "str?", + "cifspassword": "str?" "TZ": "str?" }, "slug": "code-server", "startup": "services", "upstream": "4.0.2", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/coder-server", - "version": "4.0.2", + "version": "4.0.2-2", "webui": "http://[HOST]:[PORT:8443]" }