2015-02-17 03:39:33 +01:00
|
|
|
{
|
|
|
|
"name": "Diaspora",
|
|
|
|
"id": "diaspora",
|
2016-06-11 14:43:17 +02:00
|
|
|
"url": "https://diasporafoundation.org",
|
|
|
|
"packaging_format": 1,
|
2015-02-17 03:39:33 +01:00
|
|
|
"description": {
|
|
|
|
"en": "Distributed social networking service",
|
|
|
|
"fr": "Service de réseau social distribué"
|
|
|
|
},
|
2017-06-09 15:04:15 +02:00
|
|
|
"license": "free",
|
2016-06-11 14:43:17 +02:00
|
|
|
"maintainer": {
|
2017-06-08 20:15:04 +02:00
|
|
|
"name": "rafi59",
|
|
|
|
"email": ""
|
2015-02-17 03:39:33 +01:00
|
|
|
},
|
2016-06-11 14:43:17 +02:00
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">> 2.3.12.1"
|
|
|
|
},
|
|
|
|
"multi_instance": "false",
|
2017-06-09 15:04:15 +02:00
|
|
|
"services": [
|
|
|
|
"nginx",
|
|
|
|
"php5-fpm",
|
|
|
|
"mysql"
|
2017-06-09 15:07:05 +02:00
|
|
|
]
|
2015-02-17 03:39:33 +01:00
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2016-06-11 14:43:17 +02:00
|
|
|
"type": "domain",
|
2015-02-17 03:39:33 +01:00
|
|
|
"ask": {
|
2015-06-25 23:42:02 +02:00
|
|
|
"en": "Choose a domain for diaspora*",
|
|
|
|
"fr": "Choisissez un domaine pour diaspora*"
|
2015-02-17 03:39:33 +01:00
|
|
|
},
|
|
|
|
"example": "domain.org"
|
|
|
|
},
|
|
|
|
{
|
2016-06-11 14:43:17 +02:00
|
|
|
"name": "site_public",
|
|
|
|
"type": "boolean",
|
2015-02-17 03:39:33 +01:00
|
|
|
"ask": {
|
2015-06-25 23:42:02 +02:00
|
|
|
"en": "Is it a public Diaspora site?",
|
2015-02-17 03:39:33 +01:00
|
|
|
"fr": "Est-ce un site public ?"
|
|
|
|
},
|
2016-06-11 14:43:17 +02:00
|
|
|
"default": true
|
2015-02-17 03:39:33 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|