mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
fix problems reported by package_linter
This commit is contained in:
parent
1d4c0ab627
commit
0cb4536a02
1 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
"requirements": {
|
||||
"yunohost": ">> 2.4.0"
|
||||
},
|
||||
"multi_instance": "true",
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php5-fpm",
|
||||
|
@ -26,6 +26,7 @@
|
|||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain for Piwigo"
|
||||
},
|
||||
|
@ -33,6 +34,7 @@
|
|||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for Piwigo"
|
||||
},
|
||||
|
@ -41,6 +43,7 @@
|
|||
},
|
||||
{
|
||||
"name": "admin",
|
||||
"type": "user",
|
||||
"ask": {
|
||||
"en": "Choose the Piwigo administrator (must be an existing YunoHost user)"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue