mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"name": "Diaspora",
|
|
"id": "diaspora",
|
|
"url": "https://diasporafoundation.org",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Distributed social networking service",
|
|
"fr": "Service de réseau social distribué"
|
|
},
|
|
"license": "free",
|
|
"version": "0.7.12.0~ynh1",
|
|
"maintainer": {
|
|
"name": "rafi59",
|
|
"email": ""
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 3.6.0"
|
|
},
|
|
"multi_instance": "true",
|
|
"services": [
|
|
"nginx",
|
|
"php7-fpm",
|
|
"postgresql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for diaspora*",
|
|
"fr": "Choisissez un domaine pour diaspora*"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for ynhexample (only / is accepted for now)",
|
|
"fr": "Choisissez un chemin pour diaspora (pour l'instant, uniquement / est accepté)"
|
|
},
|
|
"example": "/",
|
|
"default": "/"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public Diaspora site?",
|
|
"fr": "Est-ce un site public ?"
|
|
},
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"ask": {
|
|
"en": "Choose the diaspora* administrator (must be an existing YunoHost user)",
|
|
"fr": "Choisissez l'administrateur de diaspora* (doit être un utilisateur YunoHost)"
|
|
},
|
|
"example": "johndoe"
|
|
}
|
|
]
|
|
}
|
|
}
|