mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
41 lines
1 KiB
JSON
41 lines
1 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é"
|
|
},
|
|
"licence": "free",
|
|
"maintainer": {
|
|
"name": "rafi59",
|
|
"email": ""
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">> 2.3.12.1"
|
|
},
|
|
"multi_instance": "false",
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for diaspora*",
|
|
"fr": "Choisissez un domaine pour diaspora*"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "site_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public Diaspora site?",
|
|
"fr": "Est-ce un site public ?"
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|