mirror of
https://github.com/YunoHost-Apps/shuri_ynh.git
synced 2024-09-03 20:16:20 +02:00
Create manifest.json
This commit is contained in:
parent
84a55f4107
commit
45293b3586
1 changed files with 54 additions and 0 deletions
54
manifest.json
Normal file
54
manifest.json
Normal file
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"name": "shuri",
|
||||
"id": "shuri",
|
||||
"packaging_format": 1,
|
||||
"requirements": {
|
||||
"yunohost": ">> 2.3.15"
|
||||
},
|
||||
"description": {
|
||||
"fr": "Racourcisseur d'URL"
|
||||
},
|
||||
"url": "https://github.com/pips-/shuri",
|
||||
"license": "MIT",
|
||||
"maintainer": {
|
||||
"name": "frju365",
|
||||
"email": "win10@tutanota.com"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php5-fpm"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain for shuri",
|
||||
"fr": "Choisissez un domaine pour shuri"
|
||||
},
|
||||
"example": "domain.org"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for shuri",
|
||||
"fr": "Choisissez un chemin pour shuri"
|
||||
},
|
||||
"example": "/shuri",
|
||||
"default": "/shuri"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
"ask": {
|
||||
"en": "Is it a public shuri site ?",
|
||||
"fr": "Est-ce un site public ?"
|
||||
},
|
||||
"choices": ["Yes", "No"],
|
||||
"default": "Yes"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue