diff --git a/Images/guacamole.png b/Images/guacamole.png new file mode 100644 index 0000000..5ff25d1 Binary files /dev/null and b/Images/guacamole.png differ diff --git a/Template/template.json b/Template/template.json index 27d543c..dcb16b0 100644 --- a/Template/template.json +++ b/Template/template.json @@ -1,4 +1,27 @@ [ + { + "type": 1, + "title": "Guacamole", + "name": "Guacamole", + "description": "A clientless remote desktop gateway.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/guacamole.png", + "image": "oznu/guacamole:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8901:8080/tcp" + ], + "volumes": [ + { + "container": "/config", + "bind": "/portainer/Files/AppData/Config/Guacamole" + } + ] + }, { "type": 1, "title": "Pi-Hole",