mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user