This commit is contained in:
Alexandre
2020-12-10 15:33:58 +01:00
3 changed files with 20 additions and 12 deletions

View File

@@ -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 `<your-ip>:3000`.
Webui can be found at `<your-ip>:8443`.
[repository]: https://github.com/alexbelgium/hassio-addons

View File

@@ -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"