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

91 lines
2.5 KiB
JSON
Raw Normal View History

{
2022-03-04 08:23:50 +01:00
"name": "Weblate",
"id": "weblate",
"packaging_format": 1,
"description": {
"en": "Translation platform using Git and Python",
"fr": "Plateforme de traduction utilisant Git et Python"
},
2022-07-21 16:20:49 +02:00
"version": "4.13.1~ynh1",
2022-03-04 08:23:50 +01:00
"url": "https://weblate.org",
"upstream": {
2021-06-28 18:24:51 +02:00
"license": "AGPL-3.0",
"website": "https://weblate.org",
"demo": "https://hosted.weblate.org/",
2021-06-28 18:24:51 +02:00
"admindoc": "https://docs.weblate.org/",
"userdoc": "https://docs.weblate.org/",
2021-06-28 18:24:51 +02:00
"code": "https://github.com/WeblateOrg/weblate"
},
2022-03-04 08:23:50 +01:00
"license": "AGPL-3.0",
"maintainer": {
"name": "YunoHost Contributors",
"email": "apps@yunohost.org"
},
"previous_maintainers": [{
"name": "Jean-Baptiste Holcroft",
"email": "jean-baptiste@holcroft.fr"
}],
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/weblate",
"default": "/weblate"
},
{
"name": "is_public",
"type": "boolean",
"default": false
},
{
"name": "admin",
"type": "user"
},
{
"name": "password",
"type": "password"
},
{
"name": "used_forge",
2022-03-04 08:23:50 +01:00
"type": "string",
"ask": {
"en":"Choose the forge you use",
"fr":"Choisissez la forge que vous utilisez"
2022-03-04 08:23:50 +01:00
},
"choices": ["GitHub", "GitLab"],
"default": "GitHub"
2022-03-04 08:23:50 +01:00
},
{
"name": "forge_username",
2022-03-04 08:23:50 +01:00
"type": "string",
"ask": {
"en": "Your forge's username",
"fr": "Nom d'utilisateur sur votre forge"
},
"example": "Your account"
},
{
"name": "forge_token",
"type": "string",
"ask": {
"en": "Your forge's token (OAuth)",
"fr": "Jeton de votre forge (OAuth)"
2022-03-04 08:23:50 +01:00
},
"example": "A secret token"
}
]
}
2019-05-12 17:29:20 +02:00
}