mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
Fix linter warnings
This commit is contained in:
parent
a141bc7363
commit
d9b1e8bad8
1 changed files with 8 additions and 6 deletions
|
@ -1,25 +1,25 @@
|
||||||
{
|
{
|
||||||
"packaging_format": 1,
|
|
||||||
"id": "jappix",
|
|
||||||
"name": "Jappix",
|
"name": "Jappix",
|
||||||
|
"id": "jappix",
|
||||||
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "A free social network",
|
"en": "A free social network",
|
||||||
"fr": "Un réseau social libre"
|
"fr": "Un réseau social libre"
|
||||||
},
|
},
|
||||||
"url": "https://jappix.org/",
|
"url": "https://jappix.org/",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3.0-only",
|
||||||
"version": "1.1.7",
|
"version": "1.1.7~ynh1",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "titoko",
|
"name": "titoko",
|
||||||
"email": "titoko@titoko.fr"
|
"email": "titoko@titoko.fr"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">> 2.3.15"
|
"yunohost": ">> 3.8.1"
|
||||||
},
|
},
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"php5-fpm",
|
"php7.0-fpm",
|
||||||
"metronome"
|
"metronome"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
|
@ -45,6 +45,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "name",
|
"name": "name",
|
||||||
|
"type": "string",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a name for Jappix",
|
"en": "Choose a name for Jappix",
|
||||||
"fr": "Choisissez un nom pour Jappix"
|
"fr": "Choisissez un nom pour Jappix"
|
||||||
|
@ -54,6 +55,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "language",
|
"name": "language",
|
||||||
|
"type": "string",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose the default language of Jappix",
|
"en": "Choose the default language of Jappix",
|
||||||
"fr": "Choissisez la langue par défaut de Jappix"
|
"fr": "Choissisez la langue par défaut de Jappix"
|
||||||
|
|
Loading…
Add table
Reference in a new issue