Updater bot : webtop updated to 4.16

This commit is contained in:
alexbelgium
2022-01-07 22:33:28 +01:00
parent 240b2ae05e
commit 661c243b62
2 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,6 @@
## 4.16 (07-01-2022)
- Update to latest version from linuxserver/docker-webtop
- Switch to alpine-kde
- New standardized logic for Dockerfile build and packages installation
- Initial release

View File

@@ -1,6 +1,11 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"boot": "auto",
"description": "Full Alpine desktop environments accessible via any modern web browser",
"devices": [
@@ -41,17 +46,24 @@
"PGID": "0",
"shm_size": "1gb"
},
"map": ["media:rw", "share:rw", "ssl"],
"map": [
"media:rw",
"share:rw",
"ssl"
],
"name": "Webtop Alpine",
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH",
"NET_ADMIN"
],
"ports": {
"3000/tcp": 3000
},
"ports_description": {
"3000/tcp": "web interface"
},
"options": {
},
"options": {},
"schema": {
"TZ": "str?",
"localdisks": "str?",
@@ -62,8 +74,8 @@
"DNS_server": "str?"
},
"slug": "webtop_alpine",
"upstream": "1.0",
"upstream": "4.16",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.1",
"version": "4.16",
"webui": "http://[HOST]:[PORT:3000]"
}