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

58 lines
1.5 KiB
JSON
Raw Normal View History

2015-02-17 03:39:33 +01:00
{
"name": "Diaspora",
"id": "diaspora",
"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",
2017-10-05 22:13:33 +02:00
"version": "1.0",
"maintainer": {
2017-06-08 20:15:04 +02:00
"name": "rafi59",
"email": ""
2015-02-17 03:39:33 +01:00
},
"requirements": {
2017-10-05 22:04:14 +02:00
"yunohost": ">= 2.7.2"
},
"multi_instance": "false",
2017-06-09 15:04:15 +02:00
"services": [
"nginx",
"php5-fpm",
"mysql"
2017-06-09 15:11:18 +02:00
],
2015-02-17 03:39:33 +01:00
"arguments": {
"install" : [
{
"name": "domain",
"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"
},
2017-08-06 20:30:54 +02:00
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for ynhexample",
"fr": "Choisissez un chemin pour diaspora (uniquement / est accepté)"
},
"example": "/",
"default": "/"
},
2015-02-17 03:39:33 +01:00
{
2017-06-09 16:36:58 +02:00
"name": "is_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 ?"
},
"default": true
2015-02-17 03:39:33 +01:00
}
]
}
}