2017-09-13 14:49:10 +02:00
|
|
|
{
|
|
|
|
"name": "Weblate",
|
|
|
|
"id": "weblate",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"requirements": {
|
2019-05-30 20:51:22 +02:00
|
|
|
"yunohost": ">= 3.5.0"
|
2017-09-13 14:49:10 +02:00
|
|
|
},
|
|
|
|
"description": {
|
2017-09-13 21:39:29 +02:00
|
|
|
"en": "A translation platform using Git and Python"
|
2017-09-13 14:49:10 +02:00
|
|
|
},
|
2019-06-24 21:03:59 +02:00
|
|
|
"version": "3.7.0~ynh1",
|
2017-09-13 14:49:10 +02:00
|
|
|
"url": "https://weblate.org",
|
2017-10-06 10:37:19 +02:00
|
|
|
"license": "AGPL-3.0",
|
2017-09-13 14:49:10 +02:00
|
|
|
"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:"
|
2017-09-13 14:49:10 +02:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
2017-09-13 14:49:10 +02:00
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"ask": {
|
2017-09-13 21:39:29 +02:00
|
|
|
"en": "Should Weblate be public accessible?"
|
2017-09-13 14:49:10 +02:00
|
|
|
},
|
2019-05-30 20:51:22 +02:00
|
|
|
"help": {
|
|
|
|
"en": "Any YunoHost user and anonymous people from the web will be able to access the application"
|
|
|
|
},
|
2017-09-13 14:49:10 +02:00
|
|
|
"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-10-04 10:46:26 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "github_account",
|
2019-03-10 08:20:59 +01:00
|
|
|
"type": "string",
|
2017-10-04 10:46:26 +02:00
|
|
|
"ask": {
|
|
|
|
"en": "Github's username"
|
|
|
|
},
|
|
|
|
"example": "simon"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "github_token",
|
2019-03-10 08:20:59 +01:00
|
|
|
"type": "string",
|
2017-10-04 10:46:26 +02:00
|
|
|
"ask": {
|
|
|
|
"en": "Github's token (oauth)"
|
|
|
|
},
|
|
|
|
"example": "simon"
|
2017-09-13 21:39:29 +02:00
|
|
|
}
|
2017-09-13 14:49:10 +02:00
|
|
|
]
|
|
|
|
}
|
2019-05-12 17:29:20 +02:00
|
|
|
}
|