mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-17 01:48:16 +01:00
Lint config.json
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Code-server is VS Code running on a remote server, accessible through the browser.",
|
||||
"devices": [
|
||||
@@ -39,7 +38,6 @@
|
||||
"/dev/nvme1",
|
||||
"/dev/nvme2"
|
||||
],
|
||||
"environment": {},
|
||||
"map": [
|
||||
"backup:rw",
|
||||
"config:rw",
|
||||
@@ -55,6 +53,9 @@
|
||||
"ports": {
|
||||
"8443/tcp": 8443
|
||||
},
|
||||
"ports_description": {
|
||||
"8443/tcp": "WebUI"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
@@ -70,8 +71,7 @@
|
||||
},
|
||||
"slug": "code-server",
|
||||
"startup": "services",
|
||||
"upstream": "4.3.0",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/coder-server",
|
||||
"version": "4.3.0",
|
||||
"webui": "http://[HOST]:[PORT:8443]"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user