Updater bot : code-server updated to 4.0.1

This commit is contained in:
alexbelgium
2022-01-06 01:57:31 +01:00
parent d1275a021c
commit 59b225c07e
2 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 4.0.1 (06-01-2022)
- Update to latest version from linuxserver/docker-code-server
- New standardized logic for Dockerfile build and packages installation
- Allow mounting local drives by label. Just pust the label instead of sda1 for example
- Allow mounting of devices up to sdg2

View File

@@ -1,6 +1,11 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"boot": "auto",
"description": "Code-server is VS Code running on a remote server, accessible through the browser.",
"devices": [
@@ -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": {
"PUID": 0,
@@ -45,7 +56,10 @@
"ports": {
"8443/tcp": 8443
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -53,8 +67,8 @@
},
"slug": "code-server",
"startup": "services",
"upstream": "3.12.0",
"upstream": "4.0.1",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/coder-server",
"version": "3.12.0-3",
"version": "4.0.1",
"webui": "http://[HOST]:[PORT:8443]"
}