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:
parent
cb4df442f4
commit
51571d870d
2 changed files with 14 additions and 14 deletions
14
README.md
14
README.md
|
@ -5,9 +5,9 @@ It shall NOT be edited by hand.
|
|||
|
||||
# RustDesk Server for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/rustdesk)  
|
||||
[](https://dash.yunohost.org/appci/app/rustdesk-server)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=rustdesk)
|
||||
[](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>
|
||||
|
|
14
README_fr.md
14
README_fr.md
|
@ -5,9 +5,9 @@ It shall NOT be edited by hand.
|
|||
|
||||
# RustDesk Server pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/rustdesk)  
|
||||
[](https://dash.yunohost.org/appci/app/rustdesk-server)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=rustdesk)
|
||||
[](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 l’app : <https://rustdesk.com/>
|
||||
* Documentation officielle de l’admin : <https://rustdesk.com/docs/en/>
|
||||
* Dépôt de code officiel de l’app : <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 d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
Loading…
Add table
Reference in a new issue