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
Jean-Baptiste Holcroft 08bd696434 Fix celery behavior
2018-10-24 22:08:30 +02:00

75 lines
1.3 KiB
JSON

{
"name": "Weblate",
"id": "weblate",
"packaging_format": 1,
"requirements": {
"yunohost": ">= 3.2.0"
},
"description": {
"en": "A translation platform using Git and Python"
},
"version": "3.2.2~ynh1",
"url": "https://weblate.org",
"license": "AGPL-3.0",
"maintainer": {
"name": "Jean-Baptiste Holcroft",
"email": "jean-baptiste@holcroft.fr"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Weblate:"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Weblate:"
},
"example": "/weblate",
"default": "/weblate"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Should Weblate be public accessible?"
},
"default": "0"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user for Weblate"
},
"example": "simon"
},
{
"name": "github_account",
"type": "text",
"ask": {
"en": "Github's username"
},
"example": "simon"
},
{
"name": "github_token",
"type": "text",
"ask": {
"en": "Github's token (oauth)"
},
"example": "simon"
}
]
}
}