mirror of
https://github.com/YunoHost-Apps/phpsysinfo_ynh.git
synced 2024-09-03 19:56:43 +02:00
Auto-update README
This commit is contained in:
parent
a264a108a6
commit
f680f9b51d
2 changed files with 80 additions and 33 deletions
61
README.md
61
README.md
|
@ -1,57 +1,54 @@
|
||||||
# PHPSysInfo for Yunohost
|
<!--
|
||||||
|
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.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# PhpSysInfo for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/phpsysinfo)  
|
[](https://dash.yunohost.org/appci/app/phpsysinfo)  
|
||||||
|
[](https://install-app.yunohost.org/?app=phpsysinfo)
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=phpsysinfo)
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *This package allow you to install PHPSysInfo quickly and simply on a YunoHost server.
|
> *This package allows you to install PhpSysInfo quickly and simply on a YunoHost server.
|
||||||
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
A customizable PHP script that displays information about your system nicely.
|
A customizable PHP script that displays information about your system nicely.
|
||||||
|
|
||||||
**Shipped version:** 3.3.4
|
|
||||||
**License:** [GNU General Public License v2.0](https://github.com/phpsysinfo/phpsysinfo/blob/master/COPYING)
|
**Shipped version:** 3.3.4~ynh1
|
||||||
|
|
||||||
|
**Demo:** http://phpsysinfo.sourceforge.net/multi/index.php?disp=bootstrap&xml=raspbian
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||

|
|
||||||
|
|
||||||
## Demo
|

|
||||||
[Demo on NAS Synology](http://phpsysinfo.sourceforge.net/multi/index.php?disp=bootstrap&xml=synology)
|
|
||||||
|
## Disclaimers / important information
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Edit `phpsysinfo.ini` in `/var/www/YOURPATH/phpsysinfo.ini`.
|
Edit `phpsysinfo.ini` in `/var/www/YOURPATH/phpsysinfo.ini`.
|
||||||
|
|
||||||
## Documentation
|
## Documentation and resources
|
||||||
|
|
||||||
## YunoHost specific features
|
* Official app website: https://phpsysinfo.github.io/phpsysinfo/
|
||||||
|
* Official admin documentation: https://phpsysinfo.github.io/phpsysinfo/
|
||||||
|
* Upstream app code repository: https://github.com/phpsysinfo/phpsysinfo/
|
||||||
|
* YunoHost documentation for this app: https://yunohost.org/app_phpsysinfo
|
||||||
|
* Report a bug: https://github.com/YunoHost-Apps/phpsysinfo_ynh/issues
|
||||||
|
|
||||||
#### Multi-users support
|
## Developer info
|
||||||
No multi-users in this app. Simply a web page.
|
|
||||||
|
|
||||||
#### Supported architectures
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/phpsysinfo_ynh/tree/testing).
|
||||||
|
|
||||||
* x86-64b - [](https://ci-apps.yunohost.org/ci/apps/phpsysinfo/)
|
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/phpsysinfo/)
|
|
||||||
|
|
||||||
## Limitations
|
|
||||||
|
|
||||||
## Additional information
|
|
||||||
|
|
||||||
## Links
|
|
||||||
* PHPSysInfo website: https://phpsysinfo.github.io/phpsysinfo/
|
|
||||||
---
|
|
||||||
|
|
||||||
Developers info
|
|
||||||
----------------
|
|
||||||
|
|
||||||
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
|
|
||||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/phpsysinfo_ynh/tree/testing).
|
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
```
|
```
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/phpsysinfo_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/phpsysinfo_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade my_webapp -u https://github.com/YunoHost-Apps/phpsysinfo_ynh/tree/testing --debug
|
sudo yunohost app upgrade phpsysinfo -u https://github.com/YunoHost-Apps/phpsysinfo_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
50
README_fr.md
Normal file
50
README_fr.md
Normal file
|
@ -0,0 +1,50 @@
|
||||||
|
# PhpSysInfo pour YunoHost
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/phpsysinfo)  
|
||||||
|
[](https://install-app.yunohost.org/?app=phpsysinfo)
|
||||||
|
|
||||||
|
*[Read this readme in english.](./README.md)*
|
||||||
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
|
> *Ce package vous permet d'installer PhpSysInfo 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
|
||||||
|
|
||||||
|
A customizable PHP script that displays information about your system nicely.
|
||||||
|
|
||||||
|
|
||||||
|
**Version incluse :** 3.3.4~ynh1
|
||||||
|
|
||||||
|
**Démo :** http://phpsysinfo.sourceforge.net/multi/index.php?disp=bootstrap&xml=raspbian
|
||||||
|
|
||||||
|
## Captures d'écran
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
Edit `phpsysinfo.ini` in `/var/www/YOURPATH/phpsysinfo.ini`.
|
||||||
|
|
||||||
|
## Documentations et ressources
|
||||||
|
|
||||||
|
* Site officiel de l'app : https://phpsysinfo.github.io/phpsysinfo/
|
||||||
|
* Documentation officielle de l'admin : https://phpsysinfo.github.io/phpsysinfo/
|
||||||
|
* Dépôt de code officiel de l'app : https://github.com/phpsysinfo/phpsysinfo/
|
||||||
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_phpsysinfo
|
||||||
|
* Signaler un bug : https://github.com/YunoHost-Apps/phpsysinfo_ynh/issues
|
||||||
|
|
||||||
|
## Informations pour les développeurs
|
||||||
|
|
||||||
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/phpsysinfo_ynh/tree/testing).
|
||||||
|
|
||||||
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
|
```
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/phpsysinfo_ynh/tree/testing --debug
|
||||||
|
ou
|
||||||
|
sudo yunohost app upgrade phpsysinfo -u https://github.com/YunoHost-Apps/phpsysinfo_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
Loading…
Add table
Reference in a new issue