mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
83 lines
2.5 KiB
JSON
83 lines
2.5 KiB
JSON
{
|
|
"name": "Seafile",
|
|
"id": "seafile",
|
|
"packaging_format": 1,
|
|
"license": "free",
|
|
"url": "https://www.seafile.com",
|
|
"version": "6.1.1",
|
|
"description": {
|
|
"en": "Open Source Cloud Storage",
|
|
"fr": "Stockage Cloud Open Source"
|
|
},
|
|
"maintainer": {
|
|
"name": "mbugeia",
|
|
"email": "maxime@max.privy.place"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx",
|
|
"mysql"
|
|
],
|
|
"requirements": {
|
|
"yunohost": ">= 2.6.4"
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|