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
2019-02-14 23:39:36 +01:00

65 lines
1.2 KiB
JSON

{
"name": "Lstu",
"id": "lstu",
"packaging_format": 1,
"version": "0.21-4~ynh2",
"requirements": {
"yunohost": ">= 3.0"
},
"description": {
"en": "URL Shortener",
"fr": "Raccoursisseur d'URL"
},
"url": "https://lstu.fr",
"license": "WTFPL",
"maintainer": {
"name": "frju365",
"email": "abld@abld.info"
},
"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",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": false
},
{
"name": "theme",
"type": "string",
"ask": {
"en": "Choose a theme",
"fr": "Choisissez un theme"
},
"choices": ["default","milligram"],
"default": "milligram"
}
]
}
}