1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00
weblate_ynh/manifest.json

43 lines
743 B
JSON
Raw Normal View History

{
"name": "Weblate",
"id": "weblate",
"packaging_format": 1,
"requirements": {
"yunohost": ">= 2.7.0"
},
"description": {
"en": "Instant messaging server who use matrix"
},
"version": "2.16.0",
"url": "https://weblate.org",
"license": "GNU GPL-3, or any later version.",
"maintainer": {
"name": "Jean-Baptiste Holcroft",
"email": "jean-baptiste@holcroft.fr"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
2017-09-13 15:16:02 +02:00
"en": "Choose a domain:"
},
"example": "domain.org"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public server ?"
},
"default": "0"
}
]
}
}