1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/guacamole_ynh.git synced 2024-09-03 19:16:03 +02:00
Apache Guacamole package for YunoHost
Find a file
tituspijean fbc224e061
Testing (#14)
* [autopatch] Update issue and PR templates (#6)

Co-authored-by: Yunohost-Bot <>

* Update to tomcat 9.0.31-1~deb10u4 (#8)

* Update to tomcat 9.0.31-1~deb10u4

- It is annoying that older builds are getting removed from source server
- Let's rename the downloaded archive to simplify the code

* Silence make warnings

* Bump package version

* Apply last example_ynh (#11)

* Apply last example_ynh

* Fix restore

* Update tomcat9_deb.src

* Update tomcat9_deb.src

* Update the url and sum

* Follow linter advice in manifest

* Follow linter advice on chown

* Follow linter advice on ynh_webpath_available

* Appease linter on service security

* Fix chown nobody

Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: yalh76 <yalh@yahoo.com>
Co-authored-by: Jaime Marcos <jaimemarcos11@gmail.com>
2021-10-21 10:58:15 -04:00
.github Testing (#10) 2021-07-30 02:25:22 -04:00
conf Testing (#14) 2021-10-21 10:58:15 -04:00
doc Fix bullseye install (#12) 2021-08-07 07:59:24 -04:00
scripts Testing (#14) 2021-10-21 10:58:15 -04:00
.gitignore Initial commit 2021-03-18 23:09:26 -04:00
check_process Fix bullseye install (#12) 2021-08-07 07:59:24 -04:00
LICENSE Initial commit for Guacamole 2021-03-21 19:49:14 -04:00
manifest.json Testing (#14) 2021-10-21 10:58:15 -04:00
README.md Add links to upstream Guacamole website and repos to README 2021-03-21 22:04:46 -04:00
README_fr.md Fix typos in README 2021-03-22 00:52:58 -04:00

Apache Guacamole for YunoHost

Integration level
Install guacamole with YunoHost

Lire ce readme en français.

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

Multi-user support

Are LDAP and HTTP auth supported? Yes Can the app be used by multiple users? Yes

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

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