Automatic builds

This commit is contained in:
Alexandre
2022-01-18 16:40:24 +01:00
parent 470c58d15a
commit d9fab47244
158 changed files with 582 additions and 861 deletions

View File

@@ -1,13 +1,9 @@
{
"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.",
"image": "ghcr.io/alexbelgium/code-server-{arch}",
"devices": [
"/dev/sda",
"/dev/sdb",
@@ -41,13 +37,7 @@
"/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,
@@ -56,10 +46,7 @@
"ports": {
"8443/tcp": 8443
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",