mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-13 15:43:02 +00:00
36 lines
923 B
JSON
36 lines
923 B
JSON
{
|
|
"name": "Apache Guacamole",
|
|
"slug": "apache-guacamole",
|
|
"categories": [
|
|
0
|
|
],
|
|
"date_created": "2024-12-19",
|
|
"type": "ct",
|
|
"updateable": false,
|
|
"privileged": false,
|
|
"interface_port": 8080,
|
|
"documentation": "https://guacamole.apache.org/doc/gug/",
|
|
"website": "https://guacamole.apache.org/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/apache-guacamole.webp",
|
|
"config_path": "/etc/guacamole/guacd.conf",
|
|
"description": "Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/apache-guacamole.sh",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 2048,
|
|
"hdd": 4,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "guacadmin",
|
|
"password": "guacadmin"
|
|
},
|
|
"notes": []
|
|
}
|