mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 10:55:10 +00:00
949ec3d181
* New Script: Apache Guacamole * Changes as requested * Changed to new System * Changes * Update apache-guacamole.json * Update apache-guacamole.sh * Update apache-guacamole.sh * remove / in json * update install script from dev (changed functions) * Update apache-guacamole.json --------- Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
35 lines
839 B
JSON
35 lines
839 B
JSON
{
|
|
"name": "Apache Guacamole",
|
|
"slug": "apache-guacamole",
|
|
"categories": [
|
|
11
|
|
],
|
|
"date_created": "2024-12-19",
|
|
"type": "ct",
|
|
"updateable": false,
|
|
"privileged": false,
|
|
"interface_port": 8080,
|
|
"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",
|
|
"script": "ct/apache-guacamole.sh",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 2048,
|
|
"hdd": 4,
|
|
"os": "Debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "guacadmin",
|
|
"password": "guacadmin"
|
|
},
|
|
"notes": []
|
|
}
|