Updater bot : code-server updated to 4.0.2

This commit is contained in:
alexbelgium
2022-01-28 05:17:30 +01:00
parent 8e3da31785
commit be96804630
2 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 4.0.2 (28-01-2022)
- Update to latest version from linuxserver/docker-code-server
## 4.0.1 (06-01-2022) ## 4.0.1 (06-01-2022)
- Update to latest version from linuxserver/docker-code-server - Update to latest version from linuxserver/docker-code-server

View File

@@ -1,6 +1,10 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"description": "Code-server is VS Code running on a remote server, accessible through the browser.", "description": "Code-server is VS Code running on a remote server, accessible through the browser.",
"devices": [ "devices": [
@@ -36,7 +40,13 @@
"/dev/nvme2" "/dev/nvme2"
], ],
"environment": {}, "environment": {},
"map": ["backup:rw", "config:rw", "share:rw", "media:rw", "ssl"], "map": [
"backup:rw",
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "VS code", "name": "VS code",
"options": { "options": {
"PUID": 0, "PUID": 0,
@@ -45,7 +55,10 @@
"ports": { "ports": {
"8443/tcp": 8443 "8443/tcp": 8443
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
@@ -53,8 +66,8 @@
}, },
"slug": "code-server", "slug": "code-server",
"startup": "services", "startup": "services",
"upstream": "4.0.1", "upstream": "4.0.2",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/coder-server", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/coder-server",
"version": "4.0.1", "version": "4.0.2",
"webui": "http://[HOST]:[PORT:8443]" "webui": "http://[HOST]:[PORT:8443]"
} }