mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
45 lines
1001 B
JSON
45 lines
1001 B
JSON
{
|
|
"apparmor": true,
|
|
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
|
"boot": "auto",
|
|
"description": "Code-server is VS Code running on a remote server, accessible through the browser.",
|
|
"devices": [
|
|
"/dev/sda1",
|
|
"/dev/sdb1",
|
|
"/dev/sdc1",
|
|
"/dev/sdd1",
|
|
"/dev/sde1",
|
|
"/dev/sdf1",
|
|
"/dev/sdg1",
|
|
"/dev/sda2",
|
|
"/dev/sdb2",
|
|
"/dev/sdc2",
|
|
"/dev/sdd2",
|
|
"/dev/sde2",
|
|
"/dev/sdf2",
|
|
"/dev/sdg2"
|
|
],
|
|
"environment": {},
|
|
"map": ["backup:rw", "config:rw", "share:rw", "media:rw", "ssl"],
|
|
"name": "VS code",
|
|
"options": {
|
|
"PUID": 0,
|
|
"PGID": 0
|
|
},
|
|
"ports": {
|
|
"8443/tcp": 8443
|
|
},
|
|
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
|
"schema": {
|
|
"PUID": "int",
|
|
"PGID": "int",
|
|
"TZ": "str?"
|
|
},
|
|
"slug": "code-server",
|
|
"startup": "services",
|
|
"upstream": "3.12.0",
|
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/coder-server#readme",
|
|
"version": "3.12.0-2",
|
|
"webui": "http://[HOST]:[PORT:8443]"
|
|
}
|