mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Updater bot : webtop 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
|
||||
- To update, uninstall and reinstall
|
||||
- Add several custom repositories by default to increase installable apps
|
||||
- Switch to ubuntu-mate
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user