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
2021-07-19 08:38:46 +02:00

51 lines
1.1 KiB
JSON

{
"name": "Friendica",
"id": "friendica",
"packaging_format": 1,
"description": {
"en": "Social Communication Server",
"fr": "Serveur de Communication Social"
},
"version": "2021.07~ynh1",
"url": "http://friendi.ca",
"upstream": {
"license": "AGPL-3.0-only",
"website": "http://friendi.ca",
"demo": "https://demo.example.com",
"admindoc": "https://github.com/friendica/friendica/wiki",
"userdoc": "https://wiki.friendi.ca/",
"code": "https://github.com/friendica/friendica"
},
"license": "AGPL-3.0-only",
"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"
}
]
}
}