mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
86 lines
1.9 KiB
JSON
86 lines
1.9 KiB
JSON
{
|
|
"name": "Weblate",
|
|
"id": "weblate",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "A translation platform using Git and Python",
|
|
"fr": "Une plateforme de traduction utilisant Git et Python"
|
|
},
|
|
"version": "3.8.0~ynh3",
|
|
"url": "https://weblate.org",
|
|
"license": "AGPL-3.0",
|
|
"maintainer": {
|
|
"name": "Jean-Baptiste Holcroft",
|
|
"email": "jean-baptiste@holcroft.fr"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 3.5.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for Weblate",
|
|
"fr": "Choisissez un domaine pour Weblate"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for Weblate",
|
|
"fr": "Choisissez un chemin pour Weblate"
|
|
},
|
|
"example": "/weblate",
|
|
"default": "/weblate"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Should Weblate be public accessible?",
|
|
"fr": "Weblate doit-il être accessible au public ?"
|
|
},
|
|
"help": {
|
|
"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"
|
|
},
|
|
"default": "0"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"ask": {
|
|
"en": "Choose an admin user for Weblate",
|
|
"fr": "Choisissez l'administrateur pour Weblate"
|
|
},
|
|
"example": "simon"
|
|
},
|
|
{
|
|
"name": "github_account",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "GitHub's username",
|
|
"fr": "Nom d'utilisateur de GitHub"
|
|
},
|
|
"example": "simon"
|
|
},
|
|
{
|
|
"name": "github_token",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "GitHub's token (OAuth)",
|
|
"fr": "Jeton GitHub (OAuth)"
|
|
},
|
|
"example": "simon"
|
|
}
|
|
]
|
|
}
|
|
}
|