mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Automatic builds
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
- Automatic builds (reduced size, local wear, install duration...)
|
||||
|
||||
## 4.0.1 (06-01-2022)
|
||||
- Update to latest version from linuxserver/docker-code-server
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
#============================#
|
||||
# ALEXBELGIUM'S DOCKERFILE #
|
||||
#============================#
|
||||
# _.------.
|
||||
# _.-` ('>.-`"""-.
|
||||
# '.--'` _'` _ .--.)
|
||||
# -' '-.-';` `
|
||||
# ' - _.' ``'--.
|
||||
# '---` .-'""`
|
||||
# /`
|
||||
# _.------.
|
||||
# _.-` ('>.-`"""-.
|
||||
# '.--'` _'` _ .--.)
|
||||
# -' '-.-';` `
|
||||
# ' - _.' ``'--.
|
||||
# '---` .-'""`
|
||||
# /`
|
||||
#=== Home Assistant Addon ===#
|
||||
|
||||
#################
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user