mirror of
https://github.com/YunoHost-Apps/phpservermon_ynh.git
synced 2024-09-03 19:56:40 +02:00
Auto-update README
This commit is contained in:
parent
04edb38653
commit
a9b2f96619
2 changed files with 46 additions and 61 deletions
49
README.md
49
README.md
|
@ -1,3 +1,8 @@
|
||||||
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
# PHP Server Monitor for YunoHost
|
# PHP Server Monitor for YunoHost
|
||||||
|
|
||||||
[![Integration level](https://dash.yunohost.org/integration/phpservermon.svg)](https://dash.yunohost.org/appci/app/phpservermon) ![](https://ci-apps.yunohost.org/ci/badges/phpservermon.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/phpservermon.maintain.svg)
|
[![Integration level](https://dash.yunohost.org/integration/phpservermon.svg)](https://dash.yunohost.org/appci/app/phpservermon) ![](https://ci-apps.yunohost.org/ci/badges/phpservermon.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/phpservermon.maintain.svg)
|
||||||
|
@ -10,43 +15,31 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
PHP Server Monitor is a script that checks whether your websites and servers are up and running.
|
$app is a script that checks whether your websites and servers are up and running
|
||||||
|
|
||||||
|
**Shipped version:** 3.5.2~ynh4
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 3.5.2
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
![](images/screenshot.png)
|
![](./doc/screenshots/screenshot.png)
|
||||||
|
|
||||||
|
## Disclaimers / important information
|
||||||
## Documentation
|
|
||||||
|
|
||||||
* Official documentation: http://www.phpservermonitor.org/
|
|
||||||
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
|
|
||||||
|
|
||||||
## YunoHost specific features
|
|
||||||
|
|
||||||
#### Multi-user support
|
#### Multi-user support
|
||||||
|
|
||||||
LDAP and HTTP auth are not supported.
|
* LDAP and HTTP auth are not supported.
|
||||||
The app can be used by multiple users.
|
* The app can be used by multiple users.
|
||||||
|
|
||||||
#### Supported architectures
|
## Documentation and resources
|
||||||
|
|
||||||
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/phpservermon%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/phpservermon/)
|
* Official app website: www.phpservermonitor.org
|
||||||
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/phpservermon%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/phpservermon/)
|
* Official user documentation: https://yunohost.org/apps
|
||||||
|
* Official admin documentation: http://docs.phpservermonitor.org/en/latest/
|
||||||
## Limitations
|
* Upstream app code repository: https://github.com/phpservermon/phpservermon/
|
||||||
|
* YunoHost documentation for this app: https://yunohost.org/app_phpservermon
|
||||||
* SSO are not supported.
|
* Report a bug: https://github.com/YunoHost-Apps/phpservermon_ynh/issues
|
||||||
## Links
|
|
||||||
|
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/phpservermon_ynh/issues
|
|
||||||
* App website: http://www.phpservermonitor.org/.
|
|
||||||
* Upstream app repository: https://github.com/phpservermon/phpservermon/.
|
|
||||||
* YunoHost website: https://yunohost.org/
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
|
@ -58,3 +51,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/phpservermon_ynh/tree
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade phpservermon -u https://github.com/YunoHost-Apps/phpservermon_ynh/tree/testing --debug
|
sudo yunohost app upgrade phpservermon -u https://github.com/YunoHost-Apps/phpservermon_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
52
README_fr.md
52
README_fr.md
|
@ -1,61 +1,51 @@
|
||||||
# PHP Server Monitor pour YunoHost
|
# PHP Server Monitor pour YunoHost
|
||||||
|
|
||||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/phpservermon.svg)](https://dash.yunohost.org/appci/app/phpservermon) ![](https://ci-apps.yunohost.org/ci/badges/phpservermon.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/phpservermon.maintain.svg)
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/phpservermon.svg)](https://dash.yunohost.org/appci/app/phpservermon) ![](https://ci-apps.yunohost.org/ci/badges/phpservermon.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/phpservermon.maintain.svg)
|
||||||
[![Installer phpservermon avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpservermon)
|
[![Installer PHP Server Monitor avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpservermon)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer PHP Server Monitor rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d'installer PHP Server Monitor rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.*
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d'ensemble
|
||||||
|
|
||||||
PHP Server Monitor est une application qui contrôle que vos serveurs et site web soient fonctionnels.
|
$app est un application pour vérifier que vos sites web et serveurs fonctionnent
|
||||||
|
|
||||||
|
**Version incluse :** 3.5.2~ynh4
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 3.5.2
|
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d'écran
|
||||||
|
|
||||||
![](images/screenshot.png)
|
![](./doc/screenshots/screenshot.png)
|
||||||
|
|
||||||
## Documentation
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
* Documentation officielle : http://www.phpservermonitor.org/
|
|
||||||
* Dépot de l'application : https://github.com/phpservermon/phpservermon/
|
|
||||||
|
|
||||||
|
|
||||||
## Caractéristiques spécifiques YunoHost
|
|
||||||
|
|
||||||
#### Support multi-utilisateur
|
#### Support multi-utilisateur
|
||||||
|
|
||||||
* L'application ne supporte pas le SSO/LDAP.
|
* L'application ne supporte pas le SSO/LDAP.
|
||||||
* L'application peut être utilisées par plusieurs utilisateurs.
|
* L'application peut être utilisées par plusieurs utilisateurs.
|
||||||
|
|
||||||
#### Architectures supportées
|
## Documentations et ressources
|
||||||
|
|
||||||
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/phpservermon%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/phpservermon/)
|
|
||||||
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/phpservermon%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/phpservermon/)
|
|
||||||
|
|
||||||
## Limitations
|
|
||||||
|
|
||||||
* SSO non supporté
|
|
||||||
|
|
||||||
## Liens
|
|
||||||
|
|
||||||
* Signaler un bug : https://github.com/YunoHost-Apps/phpservermon_ynh/issues
|
|
||||||
* Site de l'application : http://www.phpservermonitor.org/
|
|
||||||
* Dépôt de l'application principale : https://github.com/phpservermon/phpservermon/.
|
|
||||||
* Site web YunoHost : https://yunohost.org/
|
|
||||||
|
|
||||||
|
* Site officiel de l'app : www.phpservermonitor.org
|
||||||
|
* Documentation officielle utilisateur : https://yunohost.org/apps
|
||||||
|
* Documentation officielle de l'admin : http://docs.phpservermonitor.org/en/latest/
|
||||||
|
* Dépôt de code officiel de l'app : https://github.com/phpservermon/phpservermon/
|
||||||
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_phpservermon
|
||||||
|
* Signaler un bug : https://github.com/YunoHost-Apps/phpservermon_ynh/issues
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/phpservermon_ynh/tree/testing).
|
||||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/phpservermon/tree/testing).
|
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
```
|
```
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/phpservermon/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/phpservermon_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade phpservermon -u https://github.com/YunoHost-Apps/phpservermon/tree/testing --debug
|
sudo yunohost app upgrade phpservermon -u https://github.com/YunoHost-Apps/phpservermon_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
Loading…
Reference in a new issue