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

Merge pull request #9 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2023-09-07 20:52:10 +02:00 committed by GitHub
commit dbc68d25ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 25 additions and 23 deletions

View file

@ -5,7 +5,8 @@ It shall NOT be edited by hand.
# Rportd for YunoHost
[![Integration level](https://dash.yunohost.org/integration/rportd.svg)](https://dash.yunohost.org/appci/app/rportd) ![Working status](https://ci-apps.yunohost.org/ci/badges/rportd.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/rportd.maintain.svg)
[![Integration level](https://dash.yunohost.org/integration/rportd.svg)](https://dash.yunohost.org/appci/app/rportd) ![Working status](https://ci-apps.yunohost.org/ci/badges/rportd.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/rportd.maintain.svg)
[![Install Rportd with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rportd)
*[Lire ce readme en français.](./README_fr.md)*
@ -18,11 +19,11 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Rport helps you to manage your remote servers without the hassle of VPNs, chained SSH connections, jump-hosts, or the use of commercial tools like TeamViewer and its clones.
**Shipped version:** 0.7.0~ynh1
**Shipped version:** 0.9.0~ynh1
## Screenshots
![Screenshot of Rportd](./doc/screenshots/screenshot.jpg)
![Screenshot of Rportd](./doc/screenshots/screenshot.png)
## Documentation and resources

View file

@ -5,30 +5,31 @@ It shall NOT be edited by hand.
# Rportd pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/rportd.svg)](https://dash.yunohost.org/appci/app/rportd) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/rportd.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/rportd.maintain.svg)
[![Niveau dintégration](https://dash.yunohost.org/integration/rportd.svg)](https://dash.yunohost.org/appci/app/rportd) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/rportd.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/rportd.maintain.svg)
[![Installer Rportd avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rportd)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Rportd rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
> *Ce package vous permet dinstaller Rportd 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 d'ensemble
## Vue densemble
Rport helps you to manage your remote servers without the hassle of VPNs, chained SSH connections, jump-hosts, or the use of commercial tools like TeamViewer and its clones.
**Version incluse :** 0.7.0~ynh1
**Version incluse :** 0.9.0~ynh1
## Captures d'écran
## Captures décran
![Capture d'écran de Rportd](./doc/screenshots/screenshot.jpg)
![Capture décran de Rportd](./doc/screenshots/screenshot.png)
## Documentations et ressources
* Site officiel de l'app : <https://rport.io/>
* Documentation officielle de l'admin : <https://kb.rport.io/>
* Dépôt de code officiel de l'app : <https://github.com/cloudradar-monitoring/rport>
* Site officiel de lapp : <https://rport.io/>
* Documentation officielle de ladmin : <https://kb.rport.io/>
* Dépôt de code officiel de lapp : <https://github.com/cloudradar-monitoring/rport>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_rportd>
* Signaler un bug : <https://github.com/YunoHost-Apps/rportd_ynh/issues>
@ -44,4 +45,4 @@ ou
sudo yunohost app upgrade rportd -u https://github.com/YunoHost-Apps/rportd_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/cloudradar-monitoring/rport/releases/download/0.7.0/rportd_0.7.0_Linux_x86_64.tar.gz
SOURCE_SUM=47ca9d1092523aa33af3938bbc0a1f81c75f1fbb9394a97a98c71a263ad86a92
SOURCE_URL=https://github.com/cloudradar-monitoring/rport/releases/download/0.9.0/rportd_0.9.0_Linux_x86_64.tar.gz
SOURCE_SUM=8d09a111e566f270aaf5b07e2763fed0e51aa3dcd59873eaa3a6754759628c56
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=false

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/cloudradar-monitoring/rport/releases/download/0.7.0/rportd_0.7.0_Linux_aarch64.tar.gz
SOURCE_SUM=9ea1119c796e41b1101f9931379ad55cbce9d3a0cf47e6a0477e6728c02a8a71
SOURCE_URL=https://github.com/cloudradar-monitoring/rport/releases/download/0.9.0/rportd_0.9.0_Linux_aarch64.tar.gz
SOURCE_SUM=cd09e8d46f7228d8e56de79f02b03f23f53fc71745d9b227d2457c3a5c8450cd
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=false

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/cloudradar-monitoring/rport/releases/download/0.7.0/rportd_0.7.0_Linux_armv7l.tar.gz
SOURCE_SUM=a3968ed81b83ef9f9452b1048040f5aa894710e069ef551ecfa43db60101d100
SOURCE_URL=https://github.com/cloudradar-monitoring/rport/releases/download/0.9.0/rportd_0.9.0_Linux_armv7l.tar.gz
SOURCE_SUM=282d66b2f4f2da9ed376758cd33c9410039eeea774db0eb9de5d5869cfdb8f8f
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=false

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://downloads.rport.io/frontend/stable/rport-frontend-stable-0.7.0-build-1026.zip
SOURCE_SUM=76cf75805fceb7e19a80bf170b638fa993f0c9e8e1f8d8776f7fe16504147fa4
SOURCE_URL=https://downloads.rport.io/frontend/stable/rport-frontend-0.9.0-build-1128.zip
SOURCE_SUM=494684c6870afb16651990a176bc088c3fcb744f57d95cb2a98ef6be5b0586ac
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 543 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 KiB

View file

@ -5,7 +5,7 @@
"description": {
"en": "Manage your remote servers"
},
"version": "0.7.0~ynh1",
"version": "0.9.0~ynh1",
"url": "https://rport.io/",
"upstream": {
"license": "MIT",