diff --git a/README.md b/README.md index 36c3419..069cdbb 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Self-hosted Speed Test for HTML5 and more. Easy setup, examples, configurable, m ## Screenshots -![Screenshot of LibreSpeed](./doc/screenshots/librespeed_screenshot.gif) +![Screenshot of LibreSpeed](./doc/screenshots/screenshot.png) ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index 5a9b7ff..99c3944 100644 --- a/README_fr.md +++ b/README_fr.md @@ -34,7 +34,7 @@ Test de vitesse auto-hébergé pour HTML5 et plus. Configuration facile, exemple ## Captures d’écran -![Capture d’écran de LibreSpeed](./doc/screenshots/librespeed_screenshot.gif) +![Capture d’écran de LibreSpeed](./doc/screenshots/screenshot.png) ## Documentations et ressources diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 089e25f..9c92309 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -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. diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md new file mode 100644 index 0000000..8781234 --- /dev/null +++ b/doc/ADMIN_fr.md @@ -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. \ No newline at end of file diff --git a/doc/screenshots/librespeed_screenshot.gif b/doc/screenshots/librespeed_screenshot.gif deleted file mode 100644 index 5b4e8a9..0000000 Binary files a/doc/screenshots/librespeed_screenshot.gif and /dev/null differ diff --git a/doc/screenshots/screenshot.png b/doc/screenshots/screenshot.png new file mode 100644 index 0000000..64652ef Binary files /dev/null and b/doc/screenshots/screenshot.png differ diff --git a/scripts/restore b/scripts/restore index ef24de4..1ed1f30 100755 --- a/scripts/restore +++ b/scripts/restore @@ -27,10 +27,12 @@ ynh_script_progression --message="Restoring the MySQL database..." --weight=1 ynh_mysql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < ./db.sql +#================================================= +# RESTORE SYSTEM CONFIGURATIONS #================================================= # RESTORE THE PHP-FPM CONFIGURATION #================================================= -ynh_script_progression --message="Restoring the PHP-FPM configuration..." --weight=1 +ynh_script_progression --message="Restoring system configurations related to $app..." --weight=1 ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" diff --git a/scripts/upgrade b/scripts/upgrade index 42a2589..2e79b38 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -24,7 +24,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=2 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --keep="results/telemetry_settings.php, index.html" + ynh_setup_source --dest_dir="$install_dir" --keep="results/telemetry_settings.php index.html" fi chmod -R o-rwx "$install_dir"