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

67 lines
1.7 KiB
JSON
Raw Normal View History

2015-02-16 23:19:37 +01:00
{
"name": "Friendica",
"id": "friendica",
"packaging_format": 1,
"description": {
"en": "Social Communication Server",
"fr": "Serveur de Communication Social"
},
2022-12-20 08:47:08 +01:00
"version": "2022.12~ynh1",
"url": "http://friendi.ca",
"upstream": {
2021-07-17 17:35:20 +02:00
"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",
"cpe": "cpe:2.3:a:friendica:friendica"
},
"license": "AGPL-3.0-only",
"maintainer": {
"name": "Anmol Sharma",
"email": ""
},
"previous_maintainers": {
"name": "aymhce",
"email": "aymhce@gmail.com"
},
"requirements": {
2022-11-12 09:04:11 +01:00
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx",
2022-11-12 09:04:11 +01:00
"php7.4-fpm",
"mysql"
],
2015-02-16 23:19:37 +01:00
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "admin",
"type": "user"
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": [
"de",
"en",
"es",
"fr",
"it",
"pt"
],
"default": "en"
}
]
2015-02-16 23:19:37 +01:00
}
}