Updater bot : webtop_kde updated to 4.16-r0-ls94

This commit is contained in:
alexbelgium
2025-07-05 01:59:41 +02:00
parent 3fa03f36ed
commit da994a89df
3 changed files with 20 additions and 6 deletions

View File

@@ -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)
- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases)

View File

@@ -1,5 +1,8 @@
{
"arch": ["aarch64", "amd64"],
"arch": [
"aarch64",
"amd64"
],
"audio": true,
"codenotary": "alexandrep.github@gmail.com",
"description": "Full linux desktop environment accessible via any modern web browser",
@@ -76,7 +79,12 @@
"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",
@@ -114,7 +122,10 @@
"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|)?",
@@ -139,6 +150,6 @@
"tmpfs": true,
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.16-r0-ls95",
"version": "4.16-r0-ls94",
"video": true
}

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "true",
"last_update": "28-06-2025",
"last_update": "05-07-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "webtop",
"source": "github",
"upstream_repo": "linuxserver/docker-webtop",
"upstream_version": "4.16-r0-ls95"
"upstream_version": "4.16-r0-ls94"
}