2015-02-16 23:19:37 +01:00
|
|
|
{
|
2021-07-01 22:14:37 +02:00
|
|
|
"name": "Friendica",
|
|
|
|
"id": "friendica",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "Social Communication Server",
|
|
|
|
"fr": "Serveur de Communication Social"
|
|
|
|
},
|
2021-07-17 17:35:20 +02:00
|
|
|
"version": "2021.07~ynh1",
|
2021-07-01 22:14:37 +02:00
|
|
|
"url": "http://friendi.ca",
|
2021-07-17 17:35:20 +02:00
|
|
|
"upstream": {
|
|
|
|
"license": "AGPL-3.0-only",
|
|
|
|
"website": "http://friendi.ca",
|
2021-07-19 09:49:53 +02:00
|
|
|
"demo": "https://dir.friendica.social/servers",
|
2021-07-17 17:35:20 +02:00
|
|
|
"admindoc": "https://github.com/friendica/friendica/wiki",
|
|
|
|
"userdoc": "https://wiki.friendi.ca/",
|
|
|
|
"code": "https://github.com/friendica/friendica"
|
2021-07-19 08:38:46 +02:00
|
|
|
},
|
2021-07-01 22:14:37 +02:00
|
|
|
"license": "AGPL-3.0-only",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "Anmol Sharma",
|
|
|
|
"email": ""
|
|
|
|
},
|
|
|
|
"requirements": {
|
2021-07-17 16:48:02 +02:00
|
|
|
"yunohost": ">= 4.2.0"
|
2021-07-01 22:14:37 +02:00
|
|
|
},
|
|
|
|
"previous_maintainers": {
|
|
|
|
"name": "aymhce",
|
|
|
|
"email": "aymhce@gmail.com"
|
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
|
|
|
"php7.3-fpm",
|
|
|
|
"mysql"
|
2017-07-18 12:21:08 +02:00
|
|
|
],
|
2015-02-16 23:19:37 +01:00
|
|
|
"arguments": {
|
2021-07-01 22:14:37 +02:00
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"example": "domain.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user",
|
2021-07-17 16:48:02 +02:00
|
|
|
"example": "johndoe"
|
2021-07-01 22:14:37 +02:00
|
|
|
}
|
|
|
|
]
|
2015-02-16 23:19:37 +01:00
|
|
|
}
|
|
|
|
}
|