mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Updater bot : webtop updated to 4.16
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user