mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-19 02:58:11 +01:00
25 lines
580 B
JSON
25 lines
580 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}",
|
|
"init": false,
|
|
"name": "Webtop XFCE",
|
|
"ports": {
|
|
"3000/tcp": null,
|
|
"3001/tcp": null
|
|
},
|
|
"ports_description": {
|
|
"3000/tcp": "Web interface",
|
|
"3001/tcp": "https web interface"
|
|
},
|
|
"slug": "webtop-kde",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "5.24.5-test12",
|
|
"video": true
|
|
}
|