1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lstu_ynh.git synced 2024-09-03 19:36:12 +02:00
lstu_ynh/manifest.json

56 lines
997 B
JSON
Raw Normal View History

2017-02-02 19:07:58 +01:00
{
"name": "Lstu",
"id": "lstu",
"packaging_format": 1,
2019-02-03 20:04:16 +01:00
"version": "0.21-4~ynh2",
2017-02-02 19:07:58 +01:00
"requirements": {
2019-02-03 20:04:16 +01:00
"yunohost": ">= 3.0"
2017-02-02 19:07:58 +01:00
},
"description": {
"en": "URL Shortener",
"fr": "Raccoursisseur d'URL"
},
"url": "https://lstu.fr",
"license": "WTFPL",
"maintainer": {
2018-12-21 14:39:59 +01:00
"name": "frju365",
"email": "abld@abld.info"
2017-02-02 19:07:58 +01:00
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Lstu",
"fr": "Choisissez un domaine pour Lstu"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Lstu",
"fr": "Choisissez un chemin pour Lstu"
},
"example": "/lstu",
"default": "/lstu"
},
{
"name": "is_public",
2017-04-21 12:54:39 +02:00
"type": "boolean",
2017-02-02 19:07:58 +01:00
"ask": {
2017-04-21 12:54:39 +02:00
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
2017-02-02 19:07:58 +01:00
},
2017-04-21 12:54:39 +02:00
"default": false
2017-02-02 19:07:58 +01:00
}
]
}
}