1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lemmy_ynh.git synced 2024-09-03 19:36:09 +02:00
lemmy_ynh/manifest.json
2022-09-24 18:22:25 +02:00

38 lines
916 B
JSON

{
"name": "Lemmy",
"id": "lemmy",
"packaging_format": 1,
"description": {
"en": "Link aggregator/Reddit clone for the fediverse",
"fr": "Agrégateur de liens/clone Reddit pour le fedivers"
},
"version": "0.16.7~ynh1",
"url": "https://join.lemmy.ml/",
"upstream": {
"license": "GPL-3.0",
"website": "https://join-lemmy.org/",
"demo": "https://lemmy.ml/",
"admindoc": "https://join-lemmy.org/docs/en/",
"code": "https://github.com/LemmyNet/lemmy"
},
"license": "GPL-3.0",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
}
]
}
}