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

60 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "Weblate",
"id": "weblate",
"packaging_format": 1,
"requirements": {
"yunohost": ">= 2.7.0"
},
"description": {
2017-09-13 21:39:29 +02:00
"en": "A translation platform using Git and Python"
},
"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 21:39:29 +02:00
"en": "Choose a domain for Weblate:"
},
"example": "domain.org"
},
2017-09-13 19:10:06 +02:00
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Weblate:"
},
"example": "/weblate",
"default": "/weblate"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
2017-09-13 21:39:29 +02:00
"en": "Should Weblate be public accessible?"
},
"default": "0"
2017-09-13 20:55:29 +02:00
},
{
"name": "admin",
"type": "user",
"ask": {
2017-09-13 21:39:29 +02:00
"en": "Choose an admin user for Weblate"
2017-09-13 20:55:29 +02:00
},
"example": "simon"
2017-09-13 21:39:29 +02:00
}
]
}
}