1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/guacamole_ynh.git synced 2024-09-03 19:16:03 +02:00
guacamole_ynh/README.md

48 lines
1.9 KiB
Markdown
Raw Normal View History

2021-10-23 16:47:14 +02:00
<!--
2024-05-02 01:37:02 +02:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2021-10-23 16:47:14 +02:00
It shall NOT be edited by hand.
-->
2022-06-06 14:27:51 +02:00
# Guacamole for YunoHost
2021-03-19 04:09:26 +01:00
2023-05-02 13:39:41 +02:00
[![Integration level](https://dash.yunohost.org/integration/guacamole.svg)](https://dash.yunohost.org/appci/app/guacamole) ![Working status](https://ci-apps.yunohost.org/ci/badges/guacamole.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/guacamole.maintain.svg)
2022-06-06 14:27:51 +02:00
[![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
2024-05-02 01:37:02 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2021-03-19 04:09:26 +01:00
2024-05-02 01:37:02 +02:00
> *This package allows you to install Guacamole quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2021-03-19 04:09:26 +01:00
## Overview
2023-06-05 14:30:12 +02:00
Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH
2021-03-19 04:09:26 +01:00
2023-12-19 08:33:20 +01:00
**Shipped version:** 1.5.4~ynh1
2021-03-19 04:09:26 +01:00
2021-10-23 16:47:14 +02:00
## Screenshots
2021-03-19 04:09:26 +01:00
2022-06-06 14:27:51 +02:00
![Screenshot of Guacamole](./doc/screenshots/screenshot1.jpg)
2021-03-19 04:09:26 +01:00
2021-10-23 16:47:14 +02:00
## Documentation and resources
2021-03-19 04:09:26 +01:00
2024-05-02 01:37:02 +02:00
- Official app website: <https://guacamole.apache.org/>
- Official admin documentation: <https://guacamole.apache.org/doc/gug/>
- Upstream app code repository: <https://github.com/apache/guacamole-server>
- YunoHost Store: <https://apps.yunohost.org/app/guacamole>
- Report a bug: <https://github.com/YunoHost-Apps/guacamole_ynh/issues>
2021-03-19 04:09:26 +01:00
## Developer info
2024-05-02 01:37:02 +02: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
2024-05-02 01:37:02 +02:00
To try the `testing` branch, please proceed like that:
2022-06-06 13:50:09 +02:00
2024-05-02 01:37:02 +02:00
```bash
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
```
2021-10-23 16:47:14 +02:00
2024-05-02 01:37:02 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>