seafile_ynh/manifest.json
Josué Tille 7c2f3cbd60 Clean helper
The fix for the helper ynh_use_logrotate has been released so remove it
2018-01-19 20:52:35 +01:00

83 lines
2.5 KiB
JSON

{
"name": "Seafile",
"id": "seafile",
"packaging_format": 1,
"license": "AGPL-3.0,Apache-2.0,MIT,GPL-2.0",
"url": "https://www.seafile.com",
"version": "6.2.3",
"description": {
"en": "Open Source Cloud Storage",
"fr": "Stockage Cloud Open Source"
},
"maintainer": {
"name": "Josué Tille",
"email": "josue@tille.ch"
},
"multi_instance": false,
"services": [
"nginx",
"mysql"
],
"requirements": {
"yunohost": ">= 2.7.7"
},
"arguments": {
"install": [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Seafile",
"fr": "Choisissez un domaine pour Seafile"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Seafile",
"fr": "Choisissez un chemin pour Seafile"
},
"example": "/seafile",
"default": "/seafile"
},
{
"name": "server_name",
"ask": {
"en": "Choose a name",
"fr": "Choisissez un nom"
},
"example": "Seafile",
"default": "Seafile"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose the admin user for Seafile",
"fr": "Choisissez l'administrateur de Seafile"
},
"example": "johndoe"
},
{
"name": "admin_password",
"type": "password",
"ask": {
"en": "Enter a password for the administrator",
"fr": "Entrez un mot de passe pour l'administrateur"
},
"example": "**Sup3rS3cr3t**"
},
{
"name": "public_site",
"type": "boolean",
"ask": {
"en": "Is it a public site ? If you want to use a desktop client or the smartphone app, make Seafile public.",
"fr": "Est-ce un site public ? Pour utiliser un client sur PC ou l'application mobile, Seafile doit être public"
},
"default": "1"
}
]
}
}