mirror of
https://github.com/YunoHost-Apps/phpsysinfo_ynh.git
synced 2024-09-03 19:56:43 +02:00
Update to yunohost 2.4.0.6
packaging format = 2
This commit is contained in:
parent
7b7bee5376
commit
8c67ae1dd6
3 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# PHPSysInfo for Yunohost
|
# PHPSysInfo for Yunohost
|
||||||
|
|
||||||
PhpSysInfo 3.2.5 for [Yunohost](http://yunohost.org/). Works with Debian 8 and YunoHost 2.4.0.5.
|
PhpSysInfo 3.2.5 for [Yunohost](http://yunohost.org/). Work with YunoHost 2.4.0.6.
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
You can install this package by going through the administration web interface by choosing "Install custom app", or using the moulinette:
|
You can install this package by going through the administration web interface by choosing "Install custom app", or using the moulinette:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "PhpSysInfo",
|
"name": "PhpSysInfo",
|
||||||
"id": "phpsysinfo",
|
"id": "phpsysinfo",
|
||||||
"packaging_format": 1,
|
"packaging_format": 2,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "A customizable PHP script that displays information about your system nicely.",
|
"en": "A customizable PHP script that displays information about your system nicely.",
|
||||||
"fr": "Un script PHP paramétrable qui affiche des informations sur votre système."
|
"fr": "Un script PHP paramétrable qui affiche des informations sur votre système."
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
"email": "duvalmickael@gmail.com"
|
"email": "duvalmickael@gmail.com"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 2.4.0.5"
|
"yunohost": ">= 2.4.0.6"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
|
@ -48,7 +48,7 @@ then
|
||||||
# See install script
|
# See install script
|
||||||
ynh_app_setting_set "$app" unprotected_uris "/"
|
ynh_app_setting_set "$app" unprotected_uris "/"
|
||||||
# Remove old settings
|
# Remove old settings
|
||||||
# ynh_app_setting_delete "$app" skipped_uris
|
ynh_app_setting_delete "$app" skipped_uris
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Restart services
|
# Restart services
|
||||||
|
|
Loading…
Add table
Reference in a new issue