Files
hassio-addons/webtop_kde/config.json
2023-08-04 19:39:42 +02:00

34 lines
747 B
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Full linux desktop environment accessible via any modern web browser",
"image": "ghcr.io/alexbelgium/webtop_kde-{arch}",
"ingress": true,
"init": false,
"name": "Webtop XFCE",
"panel_icon": "mdi:monitor",
"ports": {
"3000/tcp": null,
"3001/tcp": null
},
"ports_description": {
"3000/tcp": "Web interface",
"3001/tcp": "https web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH",
"NET_ADMIN",
"SYS_MODULE",
"SYS_RESOURCE"
],
"slug": "webtop-kde",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "5.24.5-test11",
"video": true
}