conf | ||
scripts | ||
sources | ||
.gitignore | ||
check_process | ||
issue_template.md | ||
LICENSE | ||
manifest.json | ||
pull_request_template.md | ||
README.md | ||
README_fr.md |
Apache Guacamole for YunoHost
This package allows you to install guacamole quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.
Overview
Apache Guacamole is a clientless remote desktop gateway. You can use it to access your server, or other machines, via protocols like VNC, RDP, SSH, and SFTP. It supports multiple users, and you can configure which useres are allowed to access what connections.
Shipped version: 1.3.0
Screenshots
Configuration
The user that is configured as admin during install will have access to admin settings in the settings menu of the app (under the user menu). Configuration files are in /opt/yunohost/guacamole/etc/guacamole
(for the first install).
Documentation
- Official documentation: https://guacamole.apache.org/doc/gug/
Multi-user support
Are LDAP and HTTP auth supported? Yes Can the app be used by multiple users? Yes
Supported architectures
Links
- Report a bug: https://github.com/YunoHost-Apps/guacamole_ynh/issues
- App website: Link to the official website of this app.
- Upstream app repository: Link to the official repository of the upstream app.
- YunoHost website: https://yunohost.org/
Developer info
Only if you want to use a testing branch for coding, instead of merging directly into master. Please send your pull request to the testing branch.
To try the testing branch, please proceed like that.
sudo yunohost app install https://github.com/YunoHost-Apps/guacamole_ynh/tree/testing --debug
or
sudo yunohost app upgrade guacamole -u https://github.com/YunoHost-Apps/guacamole_ynh/tree/testing --debug