1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/librespeed_ynh.git synced 2024-09-03 19:36:23 +02:00

Merge branch 'testing' into v5.2.5

This commit is contained in:
rungeard 2022-02-20 10:42:27 +01:00 committed by GitHub
commit 27c613b8a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 7 deletions

View file

@ -19,7 +19,7 @@ Very lightweight Speedtest.
**Shipped version:** 5.2.5~ynh1
**Demo:** https://librespeed.org/
**Demo:** https://librespeed.org
## Screenshots
@ -36,7 +36,7 @@ Very lightweight Speedtest.
## Documentation and resources
* Official app website: https://librespeed.org/
* Official app website: https://librespeed.org
* Official user documentation: https://github.com/librespeed/speedtest/wiki
* Official admin documentation: https://github.com/librespeed/speedtest/wiki
* Upstream app code repository: https://github.com/librespeed/speedtest

View file

@ -15,7 +15,7 @@ Test de vitesse de connexion très léger.
**Version incluse :** 5.2.5~ynh1
**Démo :** https://librespeed.org/
**Démo :** https://librespeed.org
## Captures d'écran
@ -32,7 +32,7 @@ Test de vitesse de connexion très léger.
## Documentations et ressources
* Site officiel de l'app : https://librespeed.org/
* Site officiel de l'app : https://librespeed.org
* Documentation officielle utilisateur : https://github.com/librespeed/speedtest/wiki
* Documentation officielle de l'admin : https://github.com/librespeed/speedtest/wiki
* Dépôt de code officiel de l'app : https://github.com/librespeed/speedtest

View file

@ -10,8 +10,8 @@
"url": "https://librespeed.org/",
"upstream": {
"license": "LGPL-3.0-or-later",
"website": "https://librespeed.org/",
"demo": "https://librespeed.org/",
"website": "https://librespeed.org",
"demo": "https://librespeed.org",
"admindoc": "https://github.com/librespeed/speedtest/wiki",
"userdoc": "https://github.com/librespeed/speedtest/wiki",
"code": "https://github.com/librespeed/speedtest"
@ -19,7 +19,7 @@
"license": "LGPL-3.0-or-later",
"maintainer": {
"name": "Augustin Rungeard",
"email": ""
"email": "augustin@rungeard.eu"
},
"requirements": {
"yunohost": ">= 4.3.6"
@ -64,6 +64,10 @@
{
"name": "mail",
"type": "string",
"ask": {
"en": "E-mail adress to contact",
"fr": "Couriel de contact"
},
"help": {
"en": "Email address to contact for stats deletion requests",
"fr": "Couriel à contacter pour demander une suppression des statistiques"