mirror of
https://github.com/YunoHost-Apps/shuri_ynh.git
synced 2024-09-03 20:16:20 +02:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|