diff --git a/README.md b/README.md index 57ef6f2bd..7f69d0892 100644 --- a/README.md +++ b/README.md @@ -17,25 +17,30 @@ https://github.com/alexbelgium/hassio-addons [//]: # (ADDONLIST_START) -### [emby](emby/) +### [Emby NAS](emby/) A Free Software Media System that puts you in control of managing and streaming your media. - Based on linuxserver image latest beta - Forked from : https://github.com/petersendev/hassio-addons - Modifications : switch to linuxserver beta versions, add smb and local disks mount -### [radarr](radarr/) +### [Radarr NAS](radarr/) - Forked from : https://github.com/petersendev/hassio-addons - Modifications : add smb and local disks mount -### [transmission](transmission/) +### [Transmission NAS](transmission/) The torrent client for Hass.io with OpenVPN support. - Based on latest transmission - Forked from : https://github.com/Alexwijn/hassio-addon-transmission - Modifications : add smb and local disks mount -### [doublecommander](doublecommander/) +### [Doublecommander NAS](doublecommander/) A free cross platform open source file manager with two panels side by side. - Based on latest linuxserver image +- Modifications : add smb and local disks mount + +### [Code-server](code-server/) +Code-server is VS Code running on a remote server, accessible through the browser. +- Based on latest linuxserver image [//]: # (ADDONLIST_END) diff --git a/code-server/README.md b/code-server/README.md index 983fb43c2..e48418686 100644 --- a/code-server/README.md +++ b/code-server/README.md @@ -1,10 +1,10 @@ -# Hassio Add-ons by alexbelgium: doublecommander +# Hassio Add-ons by alexbelgium: code-server ## About -Double Commander is a free cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas. +Code-server is VS Code running on a remote server, accessible through the browser. -This addon is based on the [docker image](https://github.com/linuxserver/docker-doublecommander) from linuxserver.io. +This addon is based on the [docker image](https://github.com/linuxserver/code-server) from linuxserver.io. ## Installation @@ -21,7 +21,7 @@ comparison to installing any other Hass.io add-on. ## Configuration -Webui can be found at `:3000`. +Webui can be found at `:8443`. [repository]: https://github.com/alexbelgium/hassio-addons diff --git a/code-server/config.json b/code-server/config.json index 016977753..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,10 @@ "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", "PGID": "0"