mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-18 14:51:50 +02:00
Updater bot : webtop_kde updated to 4.16-r0-ls94
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## 4.16-r0-ls94 (05-07-2025)
|
||||||
|
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
|
||||||
## 4.16-r0-ls95 (28-06-2025)
|
## 4.16-r0-ls95 (28-06-2025)
|
||||||
|
|
||||||
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
|
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"arch": ["aarch64", "amd64"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64"
|
||||||
|
],
|
||||||
"audio": true,
|
"audio": true,
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "Full linux desktop environment accessible via any modern web browser",
|
"description": "Full linux desktop environment accessible via any modern web browser",
|
||||||
@@ -76,7 +79,12 @@
|
|||||||
"image": "ghcr.io/alexbelgium/webtop_kde-{arch}",
|
"image": "ghcr.io/alexbelgium/webtop_kde-{arch}",
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
"init": false,
|
"init": false,
|
||||||
"map": ["addon_config:rw", "media:rw", "share:rw", "ssl"],
|
"map": [
|
||||||
|
"addon_config:rw",
|
||||||
|
"media:rw",
|
||||||
|
"share:rw",
|
||||||
|
"ssl"
|
||||||
|
],
|
||||||
"name": "Webtop KDE",
|
"name": "Webtop KDE",
|
||||||
"options": {
|
"options": {
|
||||||
"DNS_server": "8.8.8.8",
|
"DNS_server": "8.8.8.8",
|
||||||
@@ -114,7 +122,10 @@
|
|||||||
"53/tcp": "DNS",
|
"53/tcp": "DNS",
|
||||||
"80/tcp": "http"
|
"80/tcp": "http"
|
||||||
},
|
},
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
"schema": {
|
"schema": {
|
||||||
"DNS_server": "str?",
|
"DNS_server": "str?",
|
||||||
"DRINODE": "list(/dev/dri/card0|/dev/dri/card1|/dev/dri/card2|/dev/dri/renderD128|/dev/dri/renderD129|)?",
|
"DRINODE": "list(/dev/dri/card0|/dev/dri/card1|/dev/dri/card2|/dev/dri/renderD128|/dev/dri/renderD129|)?",
|
||||||
@@ -139,6 +150,6 @@
|
|||||||
"tmpfs": true,
|
"tmpfs": true,
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "4.16-r0-ls95",
|
"version": "4.16-r0-ls94",
|
||||||
"video": true
|
"video": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"github_fulltag": "true",
|
"github_fulltag": "true",
|
||||||
"last_update": "28-06-2025",
|
"last_update": "05-07-2025",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "webtop",
|
"slug": "webtop",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "linuxserver/docker-webtop",
|
"upstream_repo": "linuxserver/docker-webtop",
|
||||||
"upstream_version": "4.16-r0-ls95"
|
"upstream_version": "4.16-r0-ls94"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user