Files
pi-hosted/template/apps/alpine-xfce4-novnc.json
Joel Murphy 95ac1d35cc Fix "apline" typo in alpine-xfce4-novnc.json (#192)
Presumably the directory named "apline" was supposed to be named alpine? 

The note saying "Default username/password will be alpine/alpine" implies the user (and therefore home directory) was indeed supposed to be named alpine.
2024-02-11 16:24:40 -05: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/alpine/downloads",
"container": "/home/alpine/downloads"
}
],
"webpage": "https://github.com/novaspirit/Alpine_xfce4_noVNC"
}