mirror of
https://github.com/YunoHost-Apps/X-prober_ynh.git
synced 2024-09-03 20:36:04 +02:00
49 lines
2.1 KiB
Markdown
49 lines
2.1 KiB
Markdown
<!--
|
||
Nota bene : ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||
Il NE doit PAS être modifié à la main.
|
||
-->
|
||
|
||
# x-prober pour YunoHost
|
||
|
||
[![Niveau d’intégration](https://dash.yunohost.org/integration/x-prober.svg)](https://ci-apps.yunohost.org/ci/apps/x-prober/) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/x-prober.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/x-prober.maintain.svg)
|
||
|
||
[![Installer x-prober avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=x-prober)
|
||
|
||
*[Lire le README dans d'autres langues.](./ALL_README.md)*
|
||
|
||
> *Ce package vous permet d’installer x-prober rapidement et simplement sur un serveur YunoHost.*
|
||
> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.*
|
||
|
||
## Vue d’ensemble
|
||
|
||
Il s'agit d'un programme de sonde pour l'environnement PHP. Il peut afficher les informations de votre serveur et être facilement lisible.
|
||
|
||
|
||
**Version incluse :** 8.18~ynh1
|
||
|
||
**Démo :** <https://prober.inn-studio.com/>
|
||
|
||
## Captures d’écran
|
||
|
||
![Capture d’écran de x-prober](./doc/screenshots/screenshot.jpg)
|
||
|
||
## Documentations et ressources
|
||
|
||
- Site officiel de l’app : <https://prober.inn-studio.com/>
|
||
- Dépôt de code officiel de l’app : <https://github.com/kmvan/x-prober>
|
||
- YunoHost Store : <https://apps.yunohost.org/app/x-prober>
|
||
- Signaler un bug : <https://github.com/YunoHost-Apps/x-prober_ynh/issues>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/x-prober_ynh/tree/testing).
|
||
|
||
Pour essayer la branche `testing`, procédez comme suit :
|
||
|
||
```bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/x-prober_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade x-prober -u https://github.com/YunoHost-Apps/x-prober_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|