Sorted json

This commit is contained in:
alexbelgium
2022-03-24 04:34:57 +00:00
committed by GitHub
parent c2af0342d8
commit b420ae9e18
58 changed files with 721 additions and 206 deletions

View File

@@ -1,7 +1,12 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"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": [
"/dev/sda",
@@ -36,7 +41,13 @@
"/dev/nvme2"
],
"environment": {},
"map": ["backup:rw", "config:rw", "share:rw", "media:rw", "ssl"],
"map": [
"backup:rw",
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "VS code",
"options": {
"PGID": 0,
@@ -45,7 +56,10 @@
"ports": {
"8443/tcp": 8443
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PGID": "int",
"PUID": "int",
@@ -59,7 +73,6 @@
"startup": "services",
"upstream": "4.2.0",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/coder-server",
"codenotary": "alexandrep.github@gmail.com",
"version": "4.2.0",
"webui": "http://[HOST]:[PORT:8443]"
}