mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 07:35:56 +02:00
Updater bot : webtop_kde updated to 4.16-r0-ls40
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## 4.16-r0-ls40 (04-02-2022)
|
||||||
|
- Update to latest version from linuxserver/docker-webtop
|
||||||
- Alpine KDE
|
- Alpine KDE
|
||||||
- To update, uninstall and reinstall
|
- To update, uninstall and reinstall
|
||||||
- Add several custom repositories by default to increase installable apps
|
- Add several custom repositories by default to increase installable apps
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
{
|
{
|
||||||
"apparmor": true,
|
"apparmor": true,
|
||||||
"arch": ["aarch64", "amd64", "armv7"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7"
|
||||||
|
],
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"environment": {
|
"environment": {
|
||||||
"PUID": "1000",
|
"PUID": "1000",
|
||||||
@@ -56,13 +60,21 @@
|
|||||||
],
|
],
|
||||||
"image": "ghcr.io/alexbelgium/webtop-kde-{arch}",
|
"image": "ghcr.io/alexbelgium/webtop-kde-{arch}",
|
||||||
"video": true,
|
"video": true,
|
||||||
"map": ["media:rw", "share:rw", "ssl"],
|
"map": [
|
||||||
|
"media:rw",
|
||||||
|
"share:rw",
|
||||||
|
"ssl"
|
||||||
|
],
|
||||||
"name": "Webtop Alpine KDE",
|
"name": "Webtop Alpine KDE",
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH",
|
||||||
|
"NET_ADMIN"
|
||||||
|
],
|
||||||
"ports": {
|
"ports": {
|
||||||
"3000/tcp": 3000
|
"3000/tcp": 3000
|
||||||
},
|
},
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"devicetree": true,
|
"devicetree": true,
|
||||||
"host_dbus": true,
|
"host_dbus": true,
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
@@ -86,8 +98,8 @@
|
|||||||
"additional_apps": "str?"
|
"additional_apps": "str?"
|
||||||
},
|
},
|
||||||
"slug": "webtop-kde",
|
"slug": "webtop-kde",
|
||||||
"upstream": "4.16",
|
"upstream": "4.16-r0-ls40",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "4.16-11",
|
"version": "4.16-r0-ls40",
|
||||||
"webui": "http://[HOST]:[PORT:3000]"
|
"webui": "http://[HOST]:[PORT:3000]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user