You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
2.1 KiB
71 lines
2.1 KiB
{
|
|
"id": "nextcloud",
|
|
"name": "Nextcloud",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Online storage, file sharing platform and various other applications",
|
|
"fr": "Stockage en ligne, plateforme de partage de fichiers et diverses autres applications"
|
|
},
|
|
"version": "21.0.2~ynh1",
|
|
"url": "https://nextcloud.com",
|
|
"upstream": {
|
|
"license": "AGPL-3.0",
|
|
"website": "https://nextcloud.com",
|
|
"demo": "https://demo.nextcloud.com/",
|
|
"admindoc": "https://docs.nextcloud.com/server/21/user_manual/en/",
|
|
"userdoc": "https://yunohost.org/en/app_nextcloud",
|
|
"code": "https://github.com/nextcloud/server"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"maintainer": {
|
|
"name": "Kay0u",
|
|
"email": "pierre@kayou.io"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.2"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/nextcloud",
|
|
"default": "/nextcloud"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"example": "homer"
|
|
},
|
|
{
|
|
"name": "user_home",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Access the users home folder from Nextcloud?",
|
|
"fr": "Accéder au dossier personnel des utilisateurs depuis Nextcloud ?"
|
|
},
|
|
"default": false
|
|
},
|
|
{
|
|
"name": "use_notify_push",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Configure the High Performance Backend?",
|
|
"fr": "Configurer le Backend Hautes Performances ?"
|
|
},
|
|
"default": false
|
|
}
|
|
]
|
|
}
|
|
}
|