mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
Merge pull request #13 from julienmalik/patch-2
[enh] new manifest specs
This commit is contained in:
commit
3567319c64
1 changed files with 5 additions and 3 deletions
|
@ -5,16 +5,17 @@
|
|||
"en": "A free social network",
|
||||
"fr": "Un réseau social libre"
|
||||
},
|
||||
"developer": {
|
||||
"url": "https://project.jappix.com/",
|
||||
"maintainer": {
|
||||
"name": "titoko",
|
||||
"email": "titoko@titoko.fr",
|
||||
"url": "http://dev.yunohost.org"
|
||||
"email": "titoko@titoko.fr"
|
||||
},
|
||||
"multi_instance": "true",
|
||||
"arguments": {
|
||||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain for Jappix",
|
||||
"fr": "Choisissez un domaine pour Jappix"
|
||||
|
@ -23,6 +24,7 @@
|
|||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for Jappix",
|
||||
"fr": "Choisissez un chemin pour Jappix"
|
||||
|
|
Loading…
Reference in a new issue