mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 13:24:04 +02:00
correct webui port
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "VS code",
|
"name": "VS code",
|
||||||
"version": "1.0",
|
"version": "1.1",
|
||||||
"slug": "code-server",
|
"slug": "code-server",
|
||||||
"description": "Double Commander is a free cross platform open source file manager with two panels side by side.",
|
"description": "Code-server is VS Code running on a remote server, accessible through the browser.",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/code-server",
|
"url": "https://hub.docker.com/r/linuxserver/code-server",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"arch": [
|
"arch": [
|
||||||
"aarch64",
|
"aarch64",
|
||||||
@@ -21,7 +21,9 @@
|
|||||||
"media:rw",
|
"media:rw",
|
||||||
"ssl"
|
"ssl"
|
||||||
],
|
],
|
||||||
"webui": "http://[HOST]:[PORT:3000]",
|
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||||
|
"full_access": true,
|
||||||
|
"webui": "http://[HOST]:[PORT:8443]",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"environment": {
|
"environment": {
|
||||||
"PUID": "0",
|
"PUID": "0",
|
||||||
|
|||||||
Reference in New Issue
Block a user