From 30e6f22c25946a4aad673262d164adf4882e5ff7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 10 Dec 2020 15:27:00 +0100 Subject: [PATCH] correct webui port --- code-server/config.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/code-server/config.json b/code-server/config.json index 295555526..ff9e80f5d 100644 --- a/code-server/config.json +++ b/code-server/config.json @@ -1,9 +1,9 @@ { "name": "VS code", - "version": "1.0", + "version": "1.1", "slug": "code-server", - "description": "Double Commander is a free cross platform open source file manager with two panels side by side.", - "url": "https://github.com/alexbelgium/hassio-addons/code-server", + "description": "Code-server is VS Code running on a remote server, accessible through the browser.", + "url": "https://hub.docker.com/r/linuxserver/code-server", "startup": "services", "arch": [ "aarch64", @@ -21,7 +21,9 @@ "media:rw", "ssl" ], - "webui": "http://[HOST]:[PORT:3000]", + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "full_access": true, + "webui": "http://[HOST]:[PORT:8443]", "boot": "auto", "environment": { "PUID": "0",