1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rustdesk-server_ynh.git synced 2024-09-03 20:16:24 +02:00

Merge branch 'testing' of https://github.com/YunoHost-Apps/rustdesk_ynh into testing

This commit is contained in:
Éric Gaspar 2023-11-01 16:19:37 +01:00
commit a77a06d211
2 changed files with 20 additions and 20 deletions

View file

@ -3,15 +3,15 @@ N.B.: This README was automatically generated by https://github.com/YunoHost/app
It shall NOT be edited by hand.
-->
# RustDesk for YunoHost
# RustDesk Server for YunoHost
[![Integration level](https://dash.yunohost.org/integration/rustdesk.svg)](https://dash.yunohost.org/appci/app/rustdesk) ![Working status](https://ci-apps.yunohost.org/ci/badges/rustdesk.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/rustdesk.maintain.svg)
[![Integration level](https://dash.yunohost.org/integration/rustdesk-server.svg)](https://dash.yunohost.org/appci/app/rustdesk-server) ![Working status](https://ci-apps.yunohost.org/ci/badges/rustdesk-server.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/rustdesk-server.maintain.svg)
[![Install RustDesk with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rustdesk)
[![Install RustDesk Server with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rustdesk-server)
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install RustDesk quickly and simply on a YunoHost server.
> *This package allows you to install RustDesk Server 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.*
## Overview
@ -22,26 +22,26 @@ RustDesk is a full-featured open source remote control alternative for self-host
## Screenshots
![Screenshot of RustDesk](./doc/screenshots/screenshot.png)
![Screenshot of RustDesk Server](./doc/screenshots/screenshot.png)
## Documentation and resources
* Official app website: <https://rustdesk.com/>
* Official admin documentation: <https://rustdesk.com/docs/en/>
* Upstream app code repository: <https://github.com/rustdesk/rustdesk-server>
* YunoHost Store: <https://apps.yunohost.org/app/rustdesk>
* Report a bug: <https://github.com/YunoHost-Apps/rustdesk_ynh/issues>
* YunoHost Store: <https://apps.yunohost.org/app/rustdesk-server>
* Report a bug: <https://github.com/YunoHost-Apps/rustdesk-server_ynh/issues>
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/rustdesk_ynh/tree/testing).
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/rustdesk-server_ynh/tree/testing).
To try the testing branch, please proceed like that.
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/rustdesk_ynh/tree/testing --debug
sudo yunohost app install https://github.com/YunoHost-Apps/rustdesk-server_ynh/tree/testing --debug
or
sudo yunohost app upgrade rustdesk -u https://github.com/YunoHost-Apps/rustdesk_ynh/tree/testing --debug
sudo yunohost app upgrade rustdesk-server -u https://github.com/YunoHost-Apps/rustdesk-server_ynh/tree/testing --debug
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -3,15 +3,15 @@ N.B.: This README was automatically generated by https://github.com/YunoHost/app
It shall NOT be edited by hand.
-->
# RustDesk pour YunoHost
# RustDesk Server pour YunoHost
[![Niveau dintégration](https://dash.yunohost.org/integration/rustdesk.svg)](https://dash.yunohost.org/appci/app/rustdesk) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/rustdesk.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/rustdesk.maintain.svg)
[![Niveau dintégration](https://dash.yunohost.org/integration/rustdesk-server.svg)](https://dash.yunohost.org/appci/app/rustdesk-server) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/rustdesk-server.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/rustdesk-server.maintain.svg)
[![Installer RustDesk avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rustdesk)
[![Installer RustDesk Server avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rustdesk-server)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet dinstaller RustDesk rapidement et simplement sur un serveur YunoHost.
> *Ce package vous permet dinstaller RustDesk Server rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue densemble
@ -22,26 +22,26 @@ RustDesk est une alternative de contrôle à distance open source complète pour
## Captures décran
![Capture décran de RustDesk](./doc/screenshots/screenshot.png)
![Capture décran de RustDesk Server](./doc/screenshots/screenshot.png)
## Documentations et ressources
* Site officiel de lapp : <https://rustdesk.com/>
* Documentation officielle de ladmin : <https://rustdesk.com/docs/en/>
* Dépôt de code officiel de lapp : <https://github.com/rustdesk/rustdesk-server>
* YunoHost Store: <https://apps.yunohost.org/app/rustdesk>
* Signaler un bug : <https://github.com/YunoHost-Apps/rustdesk_ynh/issues>
* YunoHost Store: <https://apps.yunohost.org/app/rustdesk-server>
* Signaler un bug : <https://github.com/YunoHost-Apps/rustdesk-server_ynh/issues>
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/rustdesk_ynh/tree/testing).
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/rustdesk-server_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/rustdesk_ynh/tree/testing --debug
sudo yunohost app install https://github.com/YunoHost-Apps/rustdesk-server_ynh/tree/testing --debug
ou
sudo yunohost app upgrade rustdesk -u https://github.com/YunoHost-Apps/rustdesk_ynh/tree/testing --debug
sudo yunohost app upgrade rustdesk-server -u https://github.com/YunoHost-Apps/rustdesk-server_ynh/tree/testing --debug
```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>