1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diaspora_ynh.git synced 2024-09-03 18:26:13 +02:00
diaspora_ynh/manifest.json
Développeur égaré 6072030390 version fonctionnelle
Version fonctionnelle testée. A éprouver.
2015-03-01 23:06:20 +01:00

41 lines
1.1 KiB
JSON

{
"name": "Diaspora",
"id": "diaspora",
"description": {
"en": "Distributed social networking service",
"fr": "Service de réseau social distribué"
},
"developer": {
"name": "aymhce",
"email": "aymhce@gmail.com",
"url": "http://diasporafoundation.org"
},
"multi_instance": "true",
"arguments": {
"install" : [
{
"name": "domain",
"ask": {
"en": "Choose a domain for Diaspora"
},
"example": "domain.org"
},
{
"name": "admin",
"ask": {
"en": "Choose the Diaspora administrator (must be an existing YunoHost user)"
},
"example": "homer"
},
{
"name": "public_site",
"ask": {
"en": "Is it a public Diaspora site ?",
"fr": "Est-ce un site public ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
}
]
}
}