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,10 +1,10 @@
|
|||
# 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
|
||||
You can install this package by going through the administration web interface by choosing "Install custom app", or using the moulinette:
|
||||
`yunohost app install https://github.com/inrepublica/phpsysinfo_ynh`
|
||||
|
||||
# Configuration
|
||||
Edit `phpsysinfo.ini` in `/var/www/phpsysinfo/phpsysinfo.ini`.
|
||||
Edit `phpsysinfo.ini` in `/var/www/phpsysinfo/phpsysinfo.ini`.
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "PhpSysInfo",
|
||||
"id": "phpsysinfo",
|
||||
"packaging_format": 1,
|
||||
"packaging_format": 2,
|
||||
"description": {
|
||||
"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."
|
||||
|
@ -13,7 +13,7 @@
|
|||
"email": "duvalmickael@gmail.com"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 2.4.0.5"
|
||||
"yunohost": ">= 2.4.0.6"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
|
|
|
@ -48,7 +48,7 @@ then
|
|||
# See install script
|
||||
ynh_app_setting_set "$app" unprotected_uris "/"
|
||||
# Remove old settings
|
||||
# ynh_app_setting_delete "$app" skipped_uris
|
||||
ynh_app_setting_delete "$app" skipped_uris
|
||||
fi
|
||||
|
||||
# Restart services
|
||||
|
|
Loading…
Add table
Reference in a new issue