mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "Friendica",
|
|
"id": "friendica",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Social Communication Server",
|
|
"fr": "Serveur de Communication Social"
|
|
},
|
|
"url": "http://friendi.ca",
|
|
"license": "free",
|
|
"version": "2020.03-ynh2",
|
|
"maintainer": {
|
|
"name": "Anmol Sharma",
|
|
"email": "anmol@datamol.org"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 3.5"
|
|
},
|
|
"previous_maintainers": {
|
|
"name": "aymhce",
|
|
"email": "aymhce@gmail.com"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php5-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"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"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"ask": {
|
|
"en": "Choose the Friendica administrator (must be an existing YunoHost user)",
|
|
"fr": "Choisissez l'administrateur pour Friendica (l'utilisateur YunoHost doit exister)"
|
|
},
|
|
"example": "homer"
|
|
}
|
|
|
|
]
|
|
}
|
|
}
|