1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00
friendica_ynh/manifest.json

49 lines
1.4 KiB
JSON
Raw Normal View History

2015-02-16 23:19:37 +01:00
{
"name": "Friendica",
"id": "friendica",
"packaging_format": 1,
2015-02-16 23:19:37 +01:00
"description": {
"en": "Social Communication Server",
"fr": "Serveur de Communication Social"
},
"url": "http://friendi.ca",
"license": "free",
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.in"
},
"requirements": {
"yunohost": ">> 2.5.6"
2015-02-16 23:19:37 +01:00
},
2016-08-16 14:04:04 +02:00
"multi_instance": "false",
"multi_instance": false,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
2015-02-16 23:19:37 +01:00
"arguments": {
"install" : [
{
"name": "domain",
2016-08-16 14:04:04 +02:00
"type": "domain",
"ask": {
"en": "Choose a domain for Friendica.Friendica must be installed on the ROOT domain, so be careful",
"fr": "Choisissez un domaine pour Friendica.Friendica doit etre installe a la racine, soyez prudent"
2015-02-16 23:19:37 +01:00
},
"example": "domain.org"
},
{
"name": "admin",
2016-08-16 14:04:04 +02:00
"type": "user",
2015-02-16 23:19:37 +01:00
"ask": {
2015-05-31 10:49:26 +02:00
"en": "Choose the Friendica administrator (must be an existing YunoHost user)",
"fr": "Choisissez l'administrateur pour Friendica (l'utilisateur YunoHost doit exister)"
2015-02-16 23:19:37 +01:00
},
"example": "homer"
},
2015-02-16 23:19:37 +01:00
]
}
}