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
|
# 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)*
|
*[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 app website: <https://rustdesk.com/>
|
||||||
* Official admin documentation: <https://rustdesk.com/docs/en/>
|
* Official admin documentation: <https://rustdesk.com/docs/en/>
|
||||||
* Upstream app code repository: <https://github.com/rustdesk/rustdesk-server>
|
* Upstream app code repository: <https://github.com/rustdesk/rustdesk-server>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/rustdesk>
|
* YunoHost Store: <https://apps.yunohost.org/app/rustdesk-server>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/rustdesk_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/rustdesk-server_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## 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.
|
To try the testing branch, please proceed like that.
|
||||||
|
|
||||||
``` bash
|
``` 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
|
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>
|
**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
|
# 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)*
|
*[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/>
|
* Site officiel de l’app : <https://rustdesk.com/>
|
||||||
* Documentation officielle de l’admin : <https://rustdesk.com/docs/en/>
|
* 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>
|
* Dépôt de code officiel de l’app : <https://github.com/rustdesk/rustdesk-server>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/rustdesk>
|
* YunoHost Store: <https://apps.yunohost.org/app/rustdesk-server>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/rustdesk_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/rustdesk-server_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## 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.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
|
|
||||||
``` bash
|
``` 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
|
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>
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
Loading…
Add table
Reference in a new issue