Lint config.json

This commit is contained in:
Alexandre
2022-04-27 20:43:46 +02:00
parent 7dda4fdbe3
commit 1db5dd4a1e
58 changed files with 55 additions and 187 deletions

View File

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