mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-05 05:28:47 +02: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
|
- Switch to alpine-kde
|
||||||
- New standardized logic for Dockerfile build and packages installation
|
- New standardized logic for Dockerfile build and packages installation
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
{
|
{
|
||||||
"apparmor": true,
|
"apparmor": true,
|
||||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7",
|
||||||
|
"armhf"
|
||||||
|
],
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"description": "Full Alpine desktop environments accessible via any modern web browser",
|
"description": "Full Alpine desktop environments accessible via any modern web browser",
|
||||||
"devices": [
|
"devices": [
|
||||||
@@ -41,17 +46,24 @@
|
|||||||
"PGID": "0",
|
"PGID": "0",
|
||||||
"shm_size": "1gb"
|
"shm_size": "1gb"
|
||||||
},
|
},
|
||||||
"map": ["media:rw", "share:rw", "ssl"],
|
"map": [
|
||||||
|
"media:rw",
|
||||||
|
"share:rw",
|
||||||
|
"ssl"
|
||||||
|
],
|
||||||
"name": "Webtop Alpine",
|
"name": "Webtop Alpine",
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH",
|
||||||
|
"NET_ADMIN"
|
||||||
|
],
|
||||||
"ports": {
|
"ports": {
|
||||||
"3000/tcp": 3000
|
"3000/tcp": 3000
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"3000/tcp": "web interface"
|
"3000/tcp": "web interface"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {},
|
||||||
},
|
|
||||||
"schema": {
|
"schema": {
|
||||||
"TZ": "str?",
|
"TZ": "str?",
|
||||||
"localdisks": "str?",
|
"localdisks": "str?",
|
||||||
@@ -62,8 +74,8 @@
|
|||||||
"DNS_server": "str?"
|
"DNS_server": "str?"
|
||||||
},
|
},
|
||||||
"slug": "webtop_alpine",
|
"slug": "webtop_alpine",
|
||||||
"upstream": "1.0",
|
"upstream": "4.16",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "1.1",
|
"version": "4.16",
|
||||||
"webui": "http://[HOST]:[PORT:3000]"
|
"webui": "http://[HOST]:[PORT:3000]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user