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

Auto-update README

This commit is contained in:
yunohost-bot 2023-11-01 15:28:00 +00:00
parent cb4df442f4
commit 51571d870d
2 changed files with 14 additions and 14 deletions

View file

@ -5,9 +5,9 @@ It shall NOT be edited by hand.
# 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 Server 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)*
@ -29,19 +29,19 @@ Self-host your own RustDesk server. RustDesk is a full-featured open source remo
* 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

@ -5,9 +5,9 @@ It shall NOT be edited by hand.
# 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 Server 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)*
@ -29,19 +29,19 @@ Auto-hébergez votre propre serveur RustDesk. RustDesk est une alternative de co
* 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>