1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shuri_ynh.git synced 2024-09-03 20:16:20 +02:00
shuri_ynh/manifest.json

52 lines
1.4 KiB
JSON
Raw Normal View History

2017-03-11 19:14:56 +01:00
{
2022-03-29 10:41:30 +02:00
"name": "Shuri",
2017-03-11 19:14:56 +01:00
"id": "shuri",
"packaging_format": 1,
"description": {
2022-03-29 10:28:53 +02:00
"en": "Simple URL Shortener",
"fr": "Racourcisseur basique d'URL"
2017-03-11 19:14:56 +01:00
},
2021-11-26 10:53:03 +01:00
"version": "1.0~ynh1",
2017-03-11 19:14:56 +01:00
"url": "https://github.com/pips-/shuri",
2021-11-26 10:53:03 +01:00
"upstream": {
"license": "MIT",
"code": "https://github.com/pips-/shuri"
},
2017-03-11 19:14:56 +01:00
"license": "MIT",
"maintainer": {
"name": "frju365",
"email": "win10@tutanota.com"
},
2021-11-26 10:48:51 +01:00
"requirements": {
"yunohost": ">= 4.3.0"
},
2017-03-11 19:14:56 +01:00
"multi_instance": true,
"services": [
"nginx",
2021-11-26 10:48:51 +01:00
"php7.3-fpm"
2017-03-11 19:14:56 +01:00
],
"arguments": {
"install" : [
{
"name": "domain",
2021-11-26 10:48:51 +01:00
"type": "domain"
2017-03-11 19:14:56 +01:00
},
{
"name": "path",
"type": "path",
"example": "/shuri",
"default": "/shuri"
},
{
"name": "is_public",
2018-10-28 21:25:10 +01:00
"type": "boolean",
2022-03-29 10:28:53 +02:00
"help": {
"en": "If enabled, Shuri will be accessible by people who doesnt have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Shuri sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
2018-10-28 21:25:10 +01:00
"default": true
2017-03-11 19:14:56 +01:00
}
]
}
}