mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -1,72 +1,102 @@
|
||||
|
||||
## 4.16-r0-ls93 (21-06-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
|
||||
|
||||
## 4.16-r0-ls94 (13-06-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
|
||||
|
||||
## 4.16-r0-ls93 (07-06-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
|
||||
|
||||
## 4.16-r0-ls94-6 (01-06-2025)
|
||||
|
||||
- Minor bugs fixed
|
||||
|
||||
## 4.16-r0-ls94-4 (28-05-2025)
|
||||
|
||||
- Minor bugs fixed
|
||||
|
||||
## 4.16-r0-ls94-2 (28-05-2025)
|
||||
|
||||
- Minor bugs fixed
|
||||
|
||||
## 4.16-r0-ls94 (24-05-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
|
||||
|
||||
## 4.16-r0-ls93-2 (17-05-2025)
|
||||
|
||||
- Minor bugs fixed
|
||||
|
||||
## 4.16-r0-ls93 (17-05-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
|
||||
|
||||
## 4.16-r0-ls94 (26-04-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
|
||||
|
||||
## 4.16-r0-ls93 (19-04-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
|
||||
|
||||
## 4.16-r0-ls94 (05-04-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
|
||||
|
||||
## 4.16-r0-ls93 (29-03-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
|
||||
|
||||
## 4.16-r0-ls95 (22-03-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
|
||||
|
||||
## 4.16-r0-ls94 (15-03-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
|
||||
|
||||
## 4.16-r0-ls93 (08-03-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
|
||||
|
||||
## 4.16-r0-ls95 (01-03-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
|
||||
|
||||
## 4.16-r0-ls94-5 (21-02-2025)
|
||||
|
||||
- Option to install microsoft edge
|
||||
|
||||
## 4.16-r0-ls94-3 (15-02-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
|
||||
|
||||
## 4.16-r0-ls94-9 (29-01-2025)
|
||||
|
||||
- Minor bugs fixed
|
||||
|
||||
## 4.16-r0-ls94-7 (29-01-2025)
|
||||
|
||||
- External port disabled by default to rely on ingress
|
||||
- Added a message that opening a port without password is a very high risk
|
||||
- Add microsoft edge
|
||||
|
||||
## 4.16-r0-ls94 (25-01-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
|
||||
|
||||
## fb06d0b4-ls71-5 (24-01-2025)
|
||||
|
||||
- Minor bugs fixed
|
||||
|
||||
## fb06d0b4-ls71-4 (24-01-2025)
|
||||
|
||||
- Minor bugs fixed
|
||||
|
||||
## fb06d0b4-ls71-2 (24-01-2025)
|
||||
|
||||
- First version of Ubuntu KDE
|
||||
- Use own ssl certificates
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"audio": true,
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Full linux desktop environment accessible via any modern web browser",
|
||||
@@ -79,12 +76,7 @@
|
||||
"image": "ghcr.io/alexbelgium/webtop_kde-{arch}",
|
||||
"ingress": true,
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"media:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["addon_config:rw", "media:rw", "share:rw", "ssl"],
|
||||
"name": "Webtop KDE",
|
||||
"options": {
|
||||
"DNS_server": "8.8.8.8",
|
||||
@@ -122,10 +114,7 @@
|
||||
"53/tcp": "DNS",
|
||||
"80/tcp": "http"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"DNS_server": "str?",
|
||||
"DRINODE": "list(/dev/dri/card0|/dev/dri/card1|/dev/dri/card2|/dev/dri/renderD128|/dev/dri/renderD129|)?",
|
||||
|
||||
@@ -1,77 +1,101 @@
|
||||
|
||||
## 4.101.0 (21-06-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.100.3 (07-06-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.100.2 (17-05-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.99.4 (03-05-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.99.3 (19-04-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.99.2 (12-04-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.98.2 (22-03-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.98.0 (15-03-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.97.2 (21-02-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.96.4 (25-01-2025)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.96.2 (21-12-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.95.3 (23-11-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.95.2 (16-11-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.95.1 (09-11-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.93.1 (28-09-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.92.2 (24-08-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.91.1 (20-07-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.91.0 (13-07-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.90.3 (22-06-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.90.2 (15-06-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.89.1 (18-05-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.89.0 (11-05-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.23.1 (20-04-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.23.0 (13-04-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.22.1 (16-03-2024)
|
||||
|
||||
- Update to latest version from linuxserver/docker-code-server
|
||||
|
||||
## 4.22.0 (09-03-2024)
|
||||
@@ -117,6 +141,7 @@
|
||||
## 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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user