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
51
README.md
51
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
|
||||
|
||||
[![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)
|
||||
|
@ -5,48 +10,36 @@
|
|||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *This package allows you to install PHP Server Monitor quickly and simply on a YunoHost server.
|
||||
> *This package allows you to install PHP Server Monitor quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||
|
||||
## 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
|
||||
|
||||
![](images/screenshot.png)
|
||||
![](./doc/screenshots/screenshot.png)
|
||||
|
||||
|
||||
## Documentation
|
||||
|
||||
* Official documentation: http://www.phpservermonitor.org/
|
||||
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
|
||||
|
||||
## YunoHost specific features
|
||||
## Disclaimers / important information
|
||||
|
||||
#### Multi-user support
|
||||
|
||||
LDAP and HTTP auth are not supported.
|
||||
The app can be used by multiple users.
|
||||
* LDAP and HTTP auth are not supported.
|
||||
* 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/)
|
||||
* 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 are not supported.
|
||||
## 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/
|
||||
|
||||
---
|
||||
* Official app website: www.phpservermonitor.org
|
||||
* Official user documentation: https://yunohost.org/apps
|
||||
* Official admin documentation: http://docs.phpservermonitor.org/en/latest/
|
||||
* Upstream app code repository: https://github.com/phpservermon/phpservermon/
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_phpservermon
|
||||
* Report a bug: https://github.com/YunoHost-Apps/phpservermon_ynh/issues
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -58,3 +51,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/phpservermon_ynh/tree
|
|||
or
|
||||
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
|
56
README_fr.md
56
README_fr.md
|
@ -1,61 +1,51 @@
|
|||
# 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)
|
||||
[![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.
|
||||
Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.*
|
||||
> *Ce package vous permet d'installer PHP Server Monitor rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
|
||||
## 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
|
||||
|
||||
![](images/screenshot.png)
|
||||
![](./doc/screenshots/screenshot.png)
|
||||
|
||||
## Documentation
|
||||
|
||||
* Documentation officielle : http://www.phpservermonitor.org/
|
||||
* Dépot de l'application : https://github.com/phpservermon/phpservermon/
|
||||
|
||||
|
||||
## Caractéristiques spécifiques YunoHost
|
||||
## Avertissements / informations importantes
|
||||
|
||||
#### Support multi-utilisateur
|
||||
|
||||
* L'application ne supporte pas le SSO/LDAP.
|
||||
* L'application peut être utilisées par plusieurs utilisateurs.
|
||||
|
||||
#### Architectures supportées
|
||||
|
||||
* 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/
|
||||
## Documentations et ressources
|
||||
|
||||
* 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
|
||||
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/phpservermon/tree/testing).
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/phpservermon_ynh/tree/testing).
|
||||
|
||||
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
|
||||
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