GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-04 23:57:06 +00:00
parent 1629d4e9ac
commit b26ad7fe26
6 changed files with 68 additions and 50 deletions

View File

@@ -1,6 +1,7 @@
## 4.101.2 (28-06-2025)
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
## 4.101.0 (21-06-2025)
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)

View File

@@ -1,9 +1,5 @@
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"codenotary": "alexandrep.github@gmail.com",
"description": "Deprecated : Code-server is VS Code running on a remote server, accessible through the browser",
"devices": [
@@ -71,13 +67,7 @@
],
"image": "ghcr.io/alexbelgium/code_server-{arch}",
"init": false,
"map": [
"backup:rw",
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"map": ["backup:rw", "config:rw", "share:rw", "media:rw", "ssl"],
"name": "zzz_archived : Code-server (VScode)",
"options": {
"PGID": 0,
@@ -89,10 +79,7 @@
"ports_description": {
"8443/tcp": "WebUI"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PGID": "int",
"PUID": "int",