1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpsysinfo_ynh.git synced 2024-09-03 19:56:43 +02:00

Merge pull request #19 from YunoHost-Apps/testing

Update phpsysinfo to 3.4.2
This commit is contained in:
Inrepublica 2022-09-15 14:57:20 +02:00 committed by GitHub
commit 85897bdaf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 34 additions and 26 deletions

View file

@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# PhpSysInfo for YunoHost
[![Integration level](https://dash.yunohost.org/integration/phpsysinfo.svg)](https://dash.yunohost.org/appci/app/phpsysinfo) ![](https://ci-apps.yunohost.org/ci/badges/phpsysinfo.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/phpsysinfo.maintain.svg)
[![Integration level](https://dash.yunohost.org/integration/phpsysinfo.svg)](https://dash.yunohost.org/appci/app/phpsysinfo) ![Working status](https://ci-apps.yunohost.org/ci/badges/phpsysinfo.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/phpsysinfo.maintain.svg)
[![Install PhpSysInfo with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpsysinfo)
*[Lire ce readme en français.](./README_fr.md)*
@ -18,13 +18,14 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
A customizable PHP script that displays information about your system nicely.
**Shipped version:** 3.4.1~ynh1
**Shipped version:** 3.4.2~ynh1
**Demo:** http://phpsysinfo.sourceforge.net/multi/index.php?disp=bootstrap&xml=raspbian
## Screenshots
![](./doc/screenshots/screenshot.png)
![Screenshot of PhpSysInfo](./doc/screenshots/screenshot.png)
## Disclaimers / important information
@ -34,21 +35,22 @@ Edit `phpsysinfo.ini` in `/var/www/YOURPATH/phpsysinfo.ini`.
## Documentation and resources
* 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
* 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>
## Developer info
Please send 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.
```
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/phpsysinfo_ynh/tree/testing --debug
or
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
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -1,10 +1,14 @@
<!--
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 pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/phpsysinfo.svg)](https://dash.yunohost.org/appci/app/phpsysinfo) ![](https://ci-apps.yunohost.org/ci/badges/phpsysinfo.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/phpsysinfo.maintain.svg)
[![Niveau d'intégration](https://dash.yunohost.org/integration/phpsysinfo.svg)](https://dash.yunohost.org/appci/app/phpsysinfo) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/phpsysinfo.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/phpsysinfo.maintain.svg)
[![Installer PhpSysInfo avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](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.*
@ -14,13 +18,14 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
A customizable PHP script that displays information about your system nicely.
**Version incluse :** 3.4.1~ynh1
**Version incluse :** 3.4.2~ynh1
**Démo :** http://phpsysinfo.sourceforge.net/multi/index.php?disp=bootstrap&xml=raspbian
## Captures d'écran
![](./doc/screenshots/screenshot.png)
![Capture d'écran de PhpSysInfo](./doc/screenshots/screenshot.png)
## Avertissements / informations importantes
@ -30,21 +35,22 @@ 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
* 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.
```
``` bash
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
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/phpsysinfo/phpsysinfo/archive/refs/tags/v3.4.1.tar.gz
SOURCE_SUM=377bafea4dc4f1f705cd35df5b95e55034045ab3e7971dc934d1f599157dc3aa
SOURCE_URL=https://github.com/phpsysinfo/phpsysinfo/archive/refs/tags/v3.4.2.tar.gz
SOURCE_SUM=133d4591688abbb93272d0858b8833379ada1eb9b8ffd9878a7b82448cf3f0ed
SOURCE_SUM_PRG=sha256sum
ARCH_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Customizable PHP script that displays information about your system nicely",
"fr": "Un script PHP paramétrable qui affiche des informations sur votre système"
},
"version": "3.4.1~ynh1",
"version": "3.4.2~ynh1",
"url": "https://phpsysinfo.github.io/phpsysinfo/",
"upstream": {
"license": "GPL-3.0-only",