2017-09-13 14:49:10 +02:00
|
|
|
{
|
|
|
|
"name": "Weblate",
|
|
|
|
"id": "weblate",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2021-06-28 18:24:51 +02:00
|
|
|
"en": "Translation platform using Git and Python",
|
|
|
|
"fr": "Plateforme de traduction utilisant Git et Python"
|
2017-09-13 14:49:10 +02:00
|
|
|
},
|
2022-02-28 16:50:56 +01:00
|
|
|
"version": "4.11~ynh1",
|
2017-09-13 14:49:10 +02:00
|
|
|
"url": "https://weblate.org",
|
2021-06-28 18:24:51 +02:00
|
|
|
"upstream": {
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"website": "https://weblate.org",
|
2021-08-29 17:42:50 +02:00
|
|
|
"demo": "https://hosted.weblate.org/",
|
2021-06-28 18:24:51 +02:00
|
|
|
"admindoc": "https://docs.weblate.org/",
|
2021-08-29 17:43:19 +02:00
|
|
|
"userdoc": "https://docs.weblate.org/",
|
2021-06-28 18:24:51 +02:00
|
|
|
"code": "https://github.com/WeblateOrg/weblate"
|
|
|
|
},
|
2017-10-06 10:37:19 +02:00
|
|
|
"license": "AGPL-3.0",
|
2017-09-13 14:49:10 +02:00
|
|
|
"maintainer": {
|
2021-06-29 08:46:44 +02:00
|
|
|
"name": "YunoHost Contributors",
|
|
|
|
"email": "apps@yunohost.org"
|
2020-10-29 10:07:07 +01:00
|
|
|
},
|
|
|
|
"previous_maintainers": [{
|
2017-09-13 14:49:10 +02:00
|
|
|
"name": "Jean-Baptiste Holcroft",
|
|
|
|
"email": "jean-baptiste@holcroft.fr"
|
2020-10-29 10:07:07 +01:00
|
|
|
}],
|
|
|
|
"requirements": {
|
2021-06-28 18:24:51 +02:00
|
|
|
"yunohost": ">= 4.2.0"
|
2017-09-13 14:49:10 +02:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-11-12 21:09:15 +01:00
|
|
|
"type": "domain"
|
2017-09-13 14:49:10 +02:00
|
|
|
},
|
2017-09-13 19:10:06 +02:00
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/weblate",
|
|
|
|
"default": "/weblate"
|
|
|
|
},
|
2017-09-13 14:49:10 +02:00
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
2019-05-30 20:51:22 +02:00
|
|
|
"help": {
|
2020-07-15 18:51:36 +02:00
|
|
|
"en": "Any YunoHost user and anonymous people from the web will be able to access the application",
|
|
|
|
"fr": "Tout utilisateur YunoHost et les personnes anonymes pourront accéder à l'application"
|
2019-05-30 20:51:22 +02:00
|
|
|
},
|
2020-10-28 12:02:15 +01:00
|
|
|
"default": false
|
2017-09-13 20:55:29 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
2021-11-12 21:09:15 +01:00
|
|
|
"type": "user"
|
2017-10-04 10:46:26 +02:00
|
|
|
},
|
2021-01-05 11:59:39 +01:00
|
|
|
{
|
|
|
|
"name": "password",
|
2021-11-12 21:09:15 +01:00
|
|
|
"type": "password"
|
2021-01-05 11:59:39 +01:00
|
|
|
},
|
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": {
|
2020-07-15 18:51:36 +02:00
|
|
|
"en": "GitHub's username",
|
|
|
|
"fr": "Nom d'utilisateur de GitHub"
|
2017-10-04 10:46:26 +02:00
|
|
|
},
|
2020-10-28 12:02:15 +01:00
|
|
|
"example": "Github account"
|
2017-10-04 10:46:26 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "github_token",
|
2019-03-10 08:20:59 +01:00
|
|
|
"type": "string",
|
2017-10-04 10:46:26 +02:00
|
|
|
"ask": {
|
2020-07-15 18:51:36 +02:00
|
|
|
"en": "GitHub's token (OAuth)",
|
|
|
|
"fr": "Jeton GitHub (OAuth)"
|
2017-10-04 10:46:26 +02:00
|
|
|
},
|
2020-10-28 12:02:15 +01:00
|
|
|
"example": "A secret token"
|
2017-09-13 21:39:29 +02:00
|
|
|
}
|
2017-09-13 14:49:10 +02:00
|
|
|
]
|
|
|
|
}
|
2019-05-12 17:29:20 +02:00
|
|
|
}
|