1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/librespeed_ynh.git synced 2024-09-03 19:36:23 +02:00
This commit is contained in:
Éric Gaspar 2023-10-20 20:54:13 +02:00
parent efb5036438
commit 75ce5f1555
2 changed files with 7 additions and 1 deletions

View file

@ -2,5 +2,5 @@
* Please visit [Troubleshooting, common problems, known limitations](https://github.com/librespeed/speedtest/wiki/Troubleshooting,-common-problems,-known-limitations) for more informations.
* Important: ID obfuscation currently only works on 64-bit PHP! You might want to set `$redact_ip_addresses` to true in `results/telemetry_settings.php`, this way, all IP addresses will be removed from the telemetry for better privacy. This is disabled by default.
* Other infos that people should be aware of :
* Infos that people should be aware of :
* A basic front-end for visualizing and searching tests by ID is available in `__DOMAIN____PATH__/results/stats.php`. A password is asked to you during installation steps to access this page.

6
doc/ADMIN_fr.md Normal file
View file

@ -0,0 +1,6 @@
* Toute limitation, contrainte ou élément connu ne fonctionnant pas :
* Veuillez visiter [Dépannage, problèmes courants, limitations connues](https://github.com/librespeed/speedtest/wiki/Troubleshooting,-common-problems,-known-limitations) pour plus d'informations.
* Important : l'obfuscation d'ID ne fonctionne actuellement que sur PHP 64 bits ! Vous souhaiterez peut-être définir `$redact_ip_addresses` sur true dans `results/telemetry_settings.php`, de cette façon, toutes les adresses IP seront supprimées de la télémétrie pour une meilleure confidentialité. Ceci est désactivé par défaut.
* Informations à connaître :
* Une interface de base pour visualiser et rechercher des tests par ID est disponible dans `__DOMAIN____PATH__/results/stats.php`. Un mot de passe vous est demandé lors des étapes d'installation pour accéder à cette page.