Files
pi-hosted/template/apps/alpine-xfce4-novnc.json
2023-06-18 15:23:41 -04:00

30 lines
961 B
JSON

{
"categories": [
"Other",
"Tools"
],
"description": "Alpine xfce4 novnc",
"image_arm32": "novaspirit/alpine_xfce4_novnc:latest",
"image_arm64": "novaspirit/alpine_xfce4_novnc:latest",
"image_amd64": "novaspirit/alpine_xfce4_novnc:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/novnc.png",
"name": "alpine-xfce4-novnc",
"note": "Default username/password will be alpine/alpine.",
"officialDoc": "https://github.com/novaspirit/Alpine_xfce4_noVNC",
"platform": "linux",
"ports": [
"6080:6080/tcp",
"56780:56780/tcp"
],
"restart_policy": "unless-stopped",
"title": "Alpine Xfce4 noVNC",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/alpine-xfce4-novnc/home/apline/downloads",
"container": "/home/apline/downloads"
}
],
"webpage": "https://github.com/novaspirit/Alpine_xfce4_noVNC"
}