2020-11-01 19:01:41 +01:00
|
|
|
# PHPinfo for YunoHost
|
2019-03-08 21:18:22 +01:00
|
|
|
|
2020-11-01 19:01:41 +01:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/phpinfo.svg)](https://dash.yunohost.org/appci/app/phpinfo) ![](https://ci-apps.yunohost.org/ci/badges/phpinfo.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/phpinfo.maintain.svg)
|
|
|
|
[![Install PHPinfo with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=phpinfo)
|
2019-03-08 21:18:22 +01:00
|
|
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
2020-11-01 19:01:41 +01:00
|
|
|
> *This package allows you to install PHPinfo 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.*
|
2019-03-08 21:18:22 +01:00
|
|
|
|
|
|
|
## Overview
|
|
|
|
Quick description of this app.
|
|
|
|
|
|
|
|
**Shipped version:** 1.0
|
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
|
2020-11-01 19:01:41 +01:00
|
|
|
![](Link to a screenshot of this app.)
|
2019-03-08 21:18:22 +01:00
|
|
|
|
|
|
|
## Demo
|
|
|
|
|
2020-11-01 19:01:41 +01:00
|
|
|
* [Official demo](Link to a demo site for this app.)
|
2019-03-08 21:18:22 +01:00
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
2020-11-01 19:01:41 +01:00
|
|
|
How to configure this app: From an admin panel, a plain file with SSH, or any other way.
|
2019-03-08 21:18:22 +01:00
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
|
|
|
* Official documentation: Link to the official documentation of this app
|
|
|
|
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
|
|
|
|
|
|
|
|
## YunoHost specific features
|
|
|
|
|
2020-11-01 19:01:41 +01:00
|
|
|
#### Multi-user support
|
2019-03-08 21:18:22 +01:00
|
|
|
|
2020-11-01 19:01:41 +01:00
|
|
|
* Are LDAP and HTTP auth supported?
|
|
|
|
* Can the app be used by multiple users?
|
2019-03-08 21:18:22 +01:00
|
|
|
|
|
|
|
#### Supported architectures
|
|
|
|
|
2020-11-01 19:01:41 +01:00
|
|
|
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/phpinfo%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/phpinfo/)
|
|
|
|
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/phpinfo%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/phpinfo/)
|
2019-03-08 21:18:22 +01:00
|
|
|
|
|
|
|
## Limitations
|
|
|
|
|
|
|
|
* Any known limitations.
|
|
|
|
|
|
|
|
## Additional information
|
|
|
|
|
2020-11-01 19:01:41 +01:00
|
|
|
* Other info you would like to add about this app.
|
2019-03-08 21:18:22 +01:00
|
|
|
|
2020-11-01 19:01:41 +01:00
|
|
|
**More info on the documentation page:**
|
2019-03-08 21:18:22 +01:00
|
|
|
https://yunohost.org/packaging_apps
|
|
|
|
|
|
|
|
## Links
|
|
|
|
|
2020-11-01 19:01:41 +01:00
|
|
|
* Report a bug: https://github.com/YunoHost-Apps/phpinfo_ynh/issues
|
|
|
|
* App website: Link to the official website of this app.
|
|
|
|
* Upstream app repository: Link to the official repository of the upstream app.
|
2019-03-08 21:18:22 +01:00
|
|
|
* YunoHost website: https://yunohost.org/
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2020-11-01 19:01:41 +01:00
|
|
|
Developer info
|
2019-03-08 21:18:22 +01:00
|
|
|
----------------
|
|
|
|
|
2020-11-01 19:01:41 +01:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/phpinfo_ynh/tree/testing).
|
2019-03-08 21:18:22 +01:00
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
|
|
|
```
|
2020-11-01 19:01:41 +01:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/phpinfo_ynh/tree/testing --debug
|
2019-03-08 21:18:22 +01:00
|
|
|
or
|
2020-11-01 19:01:41 +01:00
|
|
|
sudo yunohost app upgrade phpinfo -u https://github.com/YunoHost-Apps/phpinfo_ynh/tree/testing --debug
|
2019-03-08 21:18:22 +01:00
|
|
|
```
|