Files
pi-hosted/template/apps/guacamole.json
2022-09-21 22:39:49 -04:00

29 lines
812 B
JSON

{
"categories": [
"Other",
"Tools"
],
"description": "A clientless remote desktop gateway.",
"image_arm32": "oznu/guacamole:armhf",
"image_arm64": "maxwaldorf/guacamole:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/guacamole.png",
"name": "guacamole",
"note": "The default login will be guacadmin/guacadmin. It is common practice to add a new admin user and remove the default user for Guacamole.",
"officialDoc": "https://hub.docker.com/r/oznu/guacamole",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Guacamole",
"type": 1,
"videoID": "N.03",
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Guacamole",
"container": "/config"
}
],
"webpage": "https://guacamole.apache.org/"
}