mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
44 lines
838 B
JSON
44 lines
838 B
JSON
{
|
|
"name": "Friendica",
|
|
"id": "friendica",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Social Communication Server",
|
|
"fr": "Serveur de Communication Social"
|
|
},
|
|
"url": "http://friendi.ca",
|
|
"license": "AGPL-3.0-only",
|
|
"version": "2021.04~ynh2",
|
|
"maintainer": {
|
|
"name": "Anmol Sharma",
|
|
"email": ""
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.2.0"
|
|
},
|
|
"previous_maintainers": {
|
|
"name": "aymhce",
|
|
"email": "aymhce@gmail.com"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"example": "johndoe"
|
|
}
|
|
|
|
]
|
|
}
|
|
}
|