Deprecated

This commit is contained in:
Alexandre
2024-03-12 07:04:30 +01:00
committed by GitHub
parent 6e0fa9ac0b
commit 23d4193dbe
11 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,192 @@
## 4.22.0 (09-03-2024)
- Update to latest version from linuxserver/docker-code-server
## 4.21.2 (02-03-2024)
- Update to latest version from linuxserver/docker-code-server
## 4.21.1 (10-02-2024)
- Update to latest version from linuxserver/docker-code-server
## 4.20.1 (27-01-2024)
- Update to latest version from linuxserver/docker-code-server
## 4.20.0 (23-12-2023)
- Update to latest version from linuxserver/docker-code-server
## 4.19.1 (02-12-2023)
- Update to latest version from linuxserver/docker-code-server
## 4.19.0 (19-11-2023)
- Update to latest version from linuxserver/docker-code-server
## 4.18.0 (21-10-2023)
- Update to latest version from linuxserver/docker-code-server
## 4.17.1 (30-09-2023)
- Update to latest version from linuxserver/docker-code-server
## 4.17.0 (23-09-2023)
- Update to latest version from linuxserver/docker-code-server
## 4.16.1 (05-08-2023)
- Update to latest version from linuxserver/docker-code-server
### 4.15.0-2 (22-07-2023)
- Minor bugs fixed
- Arm32v7 discontinued by linuxserver, latest working version pinned
## 4.15.0 (22-07-2023)
- Update to latest version from linuxserver/docker-code-server
## 4.14.1 (01-07-2023)
- Update to latest version from linuxserver/docker-code-server
## 4.14.0 (17-06-2023)
- Update to latest version from linuxserver/docker-code-server
## 4.13.0 (20-05-2023)
- Update to latest version from linuxserver/docker-code-server
- Feat : cifsdomain added
## 4.12.0 (22-04-2023)
- Update to latest version from linuxserver/docker-code-server
## 4.11.0 (18-03-2023)
- Update to latest version from linuxserver/docker-code-server
## 4.10.1 (11-03-2023)
- Update to latest version from linuxserver/docker-code-server
- Implemented healthcheck
## 4.10.0 (19-02-2023)
- Update to latest version from linuxserver/docker-code-server
## 4.9.1 (17-12-2022)
- Update to latest version from linuxserver/docker-code-server
## 4.9.0 (10-12-2022)
- Update to latest version from linuxserver/docker-code-server
- WARNING : update to supervisor 2022.11 before installing
## 4.8.3 (08-11-2022)
- Update to latest version from linuxserver/docker-code-server
## 4.8.2 (05-11-2022)
- Update to latest version from linuxserver/docker-code-server
## 4.8.1 (29-10-2022)
- Update to latest version from linuxserver/docker-code-server
## 4.8.0 (27-10-2022)
- Update to latest version from linuxserver/docker-code-server
## 4.7.1 (01-10-2022)
- Update to latest version from linuxserver/docker-code-server
## 4.7.0 (10-09-2022)
- Update to latest version from linuxserver/docker-code-server
## 4.6.1 (01-09-2022)
- Update to latest version from linuxserver/docker-code-server
## 4.6.0 (20-08-2022)
- Update to latest version from linuxserver/docker-code-server
## 4.5.2 (16-08-2022)
- Update to latest version from linuxserver/docker-code-server
## 4.5.1 (21-07-2022)
- Update to latest version from linuxserver/docker-code-server
## 4.5.0 (02-07-2022)
- Update to latest version from linuxserver/docker-code-server
## 4.4.0 (07-05-2022)
- Update to latest version from linuxserver/docker-code-server
## 4.3.0 (16-04-2022)
- Update to latest version from linuxserver/docker-code-server
- Add codenotary sign
## 4.2.0 (23-03-2022)
- Update to latest version from linuxserver/docker-code-server
## 4.1.0 (05-03-2022)
- Update to latest version from linuxserver/docker-code-server
## 4.0.2 (28-01-2022)
- Update to latest version from linuxserver/docker-code-server
## 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
## 3.12.0 (16-09-2021)
- Update to latest version from linuxserver/docker-code-server
## 3.11.1 (12-08-2021)
- Update to latest version from linuxserver/docker-code-server
## 3.11.0 (16-07-2021)
- Update to latest version from linuxserver/docker-code-server
## 3.10.2 (22-05-2021)
- Update to latest version from linuxserver/docker-code-server
## 3.10.1 (18-05-2021)
- Update to latest version from linuxserver/docker-code-server
## 3.10.0 (12-05-2021)
- Update to latest version from linuxserver/docker-code-server
## 3.9.3
- Update to latest version from linuxserver/docker-code-server
## 3.9.2
- Update to latest version from linuxserver/docker-code-server
## 3.9.1
- Update to latest version from linuxserver/docker-code-server
## 3.9.0
- Update to latest version from linuxserver/docker-code-server
- Enables PUID/PGID options

View File

@@ -0,0 +1,116 @@
#============================#
# ALEXBELGIUM'S DOCKERFILE #
#============================#
# _.------.
# _.-` ('>.-`"""-.
# '.--'` _'` _ .--.)
# -' '-.-';` `
# ' - _.' ``'--.
# '---` .-'""`
# /`
#=== Home Assistant Addon ===#
#################
# 1 Build Image #
#################
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="latest"
FROM ${BUILD_FROM}
##################
# 2 Modify Image #
##################
# Set S6 wait time
ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
S6_SERVICES_GRACETIME=0
# Global LSIO modifications
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh"
ARG CONFIGLOCATION="/data"
RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh
##################
# 3 Install apps #
##################
# Add rootfs
COPY rootfs/ /
# Modules
ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh 00-deprecated.sh"
# Automatic modules download
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh"
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
# Manual apps
ENV PACKAGES="jq"
# Automatic apps & bashio
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"
RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh
################
# 4 Entrypoint #
################
# Add entrypoint
ENV S6_STAGE2_HOOK=/ha_entrypoint.sh
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint.sh" "/ha_entrypoint.sh"
# Entrypoint modifications
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint_modif.sh" "/ha_entrypoint_modif.sh"
RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh
#
#WORKDIR /
#ENTRYPOINT [ "/usr/bin/env" ]
#CMD [ "/ha_entrypoint.sh" ]
#SHELL ["/bin/bash", "-o", "pipefail", "-c"]
############
# 5 Labels #
############
ARG BUILD_ARCH
ARG BUILD_DATE
ARG BUILD_DESCRIPTION
ARG BUILD_NAME
ARG BUILD_REF
ARG BUILD_REPOSITORY
ARG BUILD_VERSION
LABEL \
io.hass.name="${BUILD_NAME}" \
io.hass.description="${BUILD_DESCRIPTION}" \
io.hass.arch="${BUILD_ARCH}" \
io.hass.type="addon" \
io.hass.version=${BUILD_VERSION} \
maintainer="alexbelgium (https://github.com/alexbelgium)" \
org.opencontainers.image.title="${BUILD_NAME}" \
org.opencontainers.image.description="${BUILD_DESCRIPTION}" \
org.opencontainers.image.vendor="Home Assistant Add-ons" \
org.opencontainers.image.authors="alexbelgium (https://github.com/alexbelgium)" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.url="https://github.com/alexbelgium" \
org.opencontainers.image.source="https://github.com/${BUILD_REPOSITORY}" \
org.opencontainers.image.documentation="https://github.com/${BUILD_REPOSITORY}/blob/main/README.md" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REF} \
org.opencontainers.image.version=${BUILD_VERSION}
#################
# 6 Healthcheck #
#################
ENV HEALTH_PORT="8443" \
HEALTH_URL=""
HEALTHCHECK \
--interval=5s \
--retries=5 \
--start-period=30s \
--timeout=25s \
CMD curl --fail "http://127.0.0.1:${HEALTH_PORT}${HEALTH_URL}" &>/dev/null || exit 1

View File

@@ -0,0 +1,55 @@
# Home assistant add-on: code-server
# ⚠️ It is recommended to use the official addon (https://github.com/hassio-addons/addon-vscode) instead of this fork. The only benefit of this fork is automated releases, now implemented in the offical one. ⚠️
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
![Version](https://img.shields.io/badge/dynamic/json?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fcode-server%2Fconfig.json)
![Ingress](https://img.shields.io/badge/dynamic/json?label=Ingress&query=%24.ingress&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fcode-server%2Fconfig.json)
![Arch](https://img.shields.io/badge/dynamic/json?color=success&label=Arch&query=%24.arch&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fcode-server%2Fconfig.json)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/9c6cf10bdbba45ecb202d7f579b5be0e)](https://www.codacy.com/gh/alexbelgium/hassio-addons/dashboard?utm_source=github.com&utm_medium=referral&utm_content=alexbelgium/hassio-addons&utm_campaign=Badge_Grade)
[![GitHub Super-Linter](https://img.shields.io/github/actions/workflow/status/alexbelgium/hassio-addons/weekly-supelinter.yaml?label=Lint%20code%20base)](https://github.com/alexbelgium/hassio-addons/actions/workflows/weekly-supelinter.yaml)
[![Builder](https://img.shields.io/github/actions/workflow/status/alexbelgium/hassio-addons/onpush_builder.yaml?label=Builder)](https://github.com/alexbelgium/hassio-addons/actions/workflows/onpush_builder.yaml)
[donation-badge]: https://img.shields.io/badge/Buy%20me%20a%20coffee-%23d32f2f?logo=buy-me-a-coffee&style=flat&logoColor=white
_Thanks to everyone having starred my repo! To star it click on the image below, then it will be on top right. Thanks!_
[![Stargazers repo roster for @alexbelgium/hassio-addons](https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.github/stars2.svg)](https://github.com/alexbelgium/hassio-addons/stargazers)
![downloads evolution](https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/code-server/stats.png)
## About
Code-server is VS Code running on a remote server, accessible through the browser.
This addon is based on the [docker image](https://github.com/linuxserver/code-server) from linuxserver.io.
## Configuration
Webui can be found at `<your-ip>:8443`.
```yaml
PGID: user
GPID: user
TZ: timezone
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. ex. sda1, sdb1, MYNAS...
networkdisks: "//SERVER/SHARE" # optional, list of smbv2/3 servers to mount, separated by commas
cifsusername: "username" # optional, smb username, same for all smb shares
cifspassword: "password" # optional, smb password, same for all smb shares)
```
## Installation
The installation of this add-on is pretty straightforward and not different in
comparison to installing any other Hass.io add-on.
1. [Add my Hass.io add-ons repository][repository] to your Hass.io instance.
1. Install this add-on.
1. Click the `Save` button to store your configuration.
1. Start the add-on.
1. Check the logs of the add-on to see if everything went well.
1. Carefully configure the add-on to your preferences, see the official documentation for for that.
[repository]: https://github.com/alexbelgium/hassio-addons

View File

@@ -0,0 +1,66 @@
#include <tunables/global>
profile code_server_addon flags=(attach_disconnected,mediate_deleted) {
#include <abstractions/base>
capability,
file,
signal,
mount,
umount,
remount,
network udp,
network tcp,
network dgram,
network stream,
network inet,
network inet6,
network netlink raw,
network unix dgram,
capability setgid,
capability setuid,
capability sys_admin,
capability dac_read_search,
# capability dac_override,
# capability sys_rawio,
# S6-Overlay
/init ix,
/run/{s6,s6-rc*,service}/** ix,
/package/** ix,
/command/** ix,
/run/{,**} rwk,
/dev/tty rw,
/bin/** ix,
/usr/bin/** ix,
/usr/lib/bashio/** ix,
/etc/s6/** rix,
/run/s6/** rix,
/etc/services.d/** rwix,
/etc/cont-init.d/** rwix,
/etc/cont-finish.d/** rwix,
/init rix,
/var/run/** mrwkl,
/var/run/ mrwkl,
/dev/i2c-1 mrwkl,
# Files required
/dev/fuse mrwkl,
/dev/sda1 mrwkl,
/dev/sdb1 mrwkl,
/dev/nvme0 mrwkl,
/dev/nvme1 mrwkl,
/dev/mmcblk0p1 mrwkl,
/dev/* mrwkl,
/tmp/** mrkwl,
# Data access
/data/** rw,
# suppress ptrace denials when using 'docker ps' or using 'ps' inside a container
ptrace (trace,read) peer=docker-default,
# docker daemon confinement requires explict allow rule for signal
signal (receive) set=(kill,term) peer=/usr/bin/docker,
}

View File

@@ -0,0 +1,10 @@
{
"build_from": {
"aarch64": "lscr.io/linuxserver/code-server:arm64v8-latest",
"amd64": "lscr.io/linuxserver/code-server:amd64-latest",
"armv7": "lscr.io/linuxserver/code-server:arm32v7-4.14.1"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}

View File

@@ -0,0 +1,107 @@
{
"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": [
"/dev/dri",
"/dev/dri/card0",
"/dev/dri/card1",
"/dev/dri/renderD128",
"/dev/vchiq",
"/dev/video10",
"/dev/video11",
"/dev/video12",
"/dev/video13",
"/dev/video14",
"/dev/video15",
"/dev/video16",
"/dev/ttyUSB0",
"/dev/sda",
"/dev/sdb",
"/dev/sdc",
"/dev/sdd",
"/dev/sde",
"/dev/sdf",
"/dev/sdg",
"/dev/nvme",
"/dev/nvme0n1p1",
"/dev/nvme0n1p2",
"/dev/nvme0n1p3",
"/dev/nvme1n1p1",
"/dev/nvme1n1p2",
"/dev/nvme1n1p3",
"/dev/nvme2n1p1",
"/dev/nvme2n1p2",
"/dev/nvme3n1p3",
"/dev/mmcblk",
"/dev/fuse",
"/dev/sda1",
"/dev/sdb1",
"/dev/sdc1",
"/dev/sdd1",
"/dev/sde1",
"/dev/sdf1",
"/dev/sdg1",
"/dev/sda2",
"/dev/sdb2",
"/dev/sdc2",
"/dev/sdd2",
"/dev/sde2",
"/dev/sdf2",
"/dev/sdg2",
"/dev/sda3",
"/dev/sdb3",
"/dev/sda4",
"/dev/sdb4",
"/dev/sda5",
"/dev/sda6",
"/dev/sda7",
"/dev/sda8",
"/dev/nvme0",
"/dev/nvme1",
"/dev/nvme2"
],
"image": "ghcr.io/alexbelgium/code_server-{arch}",
"init": false,
"map": [
"backup:rw",
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "zzz_archived : Code-server (VScode)",
"options": {
"PGID": 0,
"PUID": 0
},
"ports": {
"8443/tcp": 8443
},
"ports_description": {
"8443/tcp": "WebUI"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PGID": "int",
"PUID": "int",
"TZ": "str?",
"cifsdomain": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"localdisks": "str?",
"networkdisks": "str?"
},
"slug": "code-server",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/coder-server",
"version": "4.22.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8443]"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -0,0 +1 @@
#!/bin/bash

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,8 @@
{
"last_update": "09-03-2024",
"repository": "alexbelgium/hassio-addons",
"slug": "code-server",
"source": "github",
"upstream_repo": "linuxserver/docker-code-server",
"upstream_version": "4.22.0"
}