ProxmoxVE/json/apache-guacamole.json

35 lines
840 B
JSON
Raw Normal View History

2024-12-03 15:06:40 +00:00
{
"name": "Apache Guacamole",
"slug": "apache-guacamole",
"categories": [
11
],
"date_created": "2024-12-02",
"type": "ct",
"updateable": false,
"privileged": false,
2024-12-04 10:58:41 +00:00
"interface_port": 8080,
2024-12-03 15:06:40 +00:00
"documentation": null,
"website": "https://guacamole.apache.org/",
"logo": "https://guacamole.apache.org/images/logos/guac-tricolor-logo.svg",
"description": "Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.",
"install_methods": [
{
"type": "default",
2024-12-17 08:00:12 +00:00
"script": "/ct/apache-guacamole.sh",
2024-12-03 15:06:40 +00:00
"resources": {
"cpu": 1,
"ram": 2048,
"hdd": 4,
"os": "Debian",
"version": "12"
}
}
],
"default_credentials": {
2024-12-04 10:58:41 +00:00
"username": "guacadmin",
"password": "guacadmin"
2024-12-03 15:06:40 +00:00
},
2024-12-04 10:58:41 +00:00
"notes": []
2024-12-03 15:06:40 +00:00
}