2021-03-21 05:17:45 +01:00
# Apache Guacamole for YunoHost
2021-03-19 04:09:26 +01:00
2021-03-21 05:17:45 +01:00
[![Integration level ](https://dash.yunohost.org/integration/guacamole.svg )](https://dash.yunohost.org/appci/app/guacamole) ![](https://ci-apps.yunohost.org/ci/badges/guacamole.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/guacamole.maintain.svg)
[![Install guacamole with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=guacamole)
2021-03-19 04:09:26 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2021-03-21 05:17:45 +01:00
> *This package allows you to install guacamole quickly and simply on a YunoHost server.
2021-03-19 04:09:26 +01:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
## Overview
2021-03-21 05:17:45 +01:00
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.
2021-03-19 04:09:26 +01:00
2021-03-21 05:17:45 +01:00
**Shipped version:** 1.3.0
2021-03-19 04:09:26 +01:00
## Screenshots
2021-03-21 05:17:45 +01:00
![](https://guacamole.apache.org/images/demo-thumbnail.jpg)
2021-03-19 04:09:26 +01:00
## Configuration
2021-03-21 05:17:45 +01:00
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).
2021-03-19 04:09:26 +01:00
## Documentation
2021-03-21 05:17:45 +01:00
* Official documentation: https://guacamole.apache.org/doc/gug/
2021-03-19 04:09:26 +01:00
#### Multi-user support
2021-03-21 05:17:45 +01:00
Are LDAP and HTTP auth supported? **Yes**
Can the app be used by multiple users? **Yes**
2021-03-19 04:09:26 +01:00
#### Supported architectures
2021-03-21 05:17:45 +01:00
* x86-64 - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/guacamole%20%28Apps%29.svg )](https://ci-apps.yunohost.org/ci/apps/guacamole/)
* ARMv8-A - [![Build Status ](https://ci-apps-arm.yunohost.org/ci/logs/guacamole%20%28Apps%29.svg )](https://ci-apps-arm.yunohost.org/ci/apps/guacamole/)
2021-03-19 04:09:26 +01:00
## Links
2021-03-21 05:17:45 +01:00
* Report a bug: https://github.com/YunoHost-Apps/guacamole_ynh/issues
2021-03-22 03:04:46 +01:00
* App website: https://guacamole.apache.org/
* Upstream app repository: https://github.com/search?utf8=%E2%9C%93& q=repo%3Aapache%2Fguacamole-server+repo%3Aapache%2Fguacamole-client+repo%3Aapache%2Fguacamole-website& type=Repositories& ref=searchresults
2021-03-19 04:09:26 +01:00
* YunoHost website: https://yunohost.org/
---
## Developer info
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
2021-03-21 05:17:45 +01:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/guacamole_ynh/tree/testing ).
2021-03-19 04:09:26 +01:00
To try the testing branch, please proceed like that.
```
2021-03-21 05:17:45 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/guacamole_ynh/tree/testing --debug
2021-03-19 04:09:26 +01:00
or
2021-03-21 05:17:45 +01:00
sudo yunohost app upgrade guacamole -u https://github.com/YunoHost-Apps/guacamole_ynh/tree/testing --debug
2021-03-19 04:09:26 +01:00
```