Updater bot : webtop updated to 4.16-r0-ls40

This commit is contained in:
alexbelgium
2022-02-04 07:14:00 +01:00
parent d90601ad2e
commit 0e4ee6faba
2 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
## 4.16-r0-ls40 (04-02-2022)
- Update to latest version from linuxserver/docker-webtop
- To update, uninstall and reinstall
- Add several custom repositories by default to increase installable apps
- Switch to ubuntu-mate

View File

@@ -1,6 +1,10 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"environment": {
"PUID": "1000",
@@ -56,9 +60,17 @@
],
"image": "ghcr.io/alexbelgium/webtop-{arch}",
"video": true,
"map": ["media:rw", "share:rw", "ssl"],
"map": [
"media:rw",
"share:rw",
"ssl"
],
"name": "Webtop Ubuntu Mate",
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH",
"NET_ADMIN"
],
"ports": {
"3000/tcp": 3000
},
@@ -79,9 +91,8 @@
"additional_apps": "str?"
},
"slug": "webtop",
"upstream": "4.16",
"upstream": "4.16-r0-ls40",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.16",
"version": "4.16-r0-ls40",
"webui": "http://[HOST]:[PORT:3000]"
}