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

39 lines
916 B
JSON
Raw Normal View History

2021-02-21 06:08:46 +01:00
{
2022-09-20 01:10:16 +02:00
"name": "Lemmy",
2021-02-21 06:08:46 +01:00
"id": "lemmy",
"packaging_format": 1,
"description": {
2022-09-10 23:18:35 +02:00
"en": "Link aggregator/Reddit clone for the fediverse",
"fr": "Agrégateur de liens/clone Reddit pour le fedivers"
2021-02-21 06:08:46 +01:00
},
2022-09-15 08:43:15 +02:00
"version": "0.16.7~ynh1",
2021-02-21 06:08:46 +01:00
"url": "https://join.lemmy.ml/",
2021-07-07 16:42:05 +02:00
"upstream": {
"license": "GPL-3.0",
"website": "https://join-lemmy.org/",
"demo": "https://lemmy.ml/",
2021-07-07 16:42:05 +02:00
"admindoc": "https://join-lemmy.org/docs/en/",
"code": "https://github.com/LemmyNet/lemmy"
},
2021-02-21 06:08:46 +01:00
"license": "GPL-3.0",
"maintainer": {
2022-09-20 01:10:16 +02:00
"name": "",
"email": ""
2021-02-21 06:08:46 +01:00
},
"requirements": {
2022-07-27 01:44:20 +02:00
"yunohost": ">= 4.3.0"
2021-02-21 06:08:46 +01:00
},
2021-09-17 19:08:21 +02:00
"multi_instance": false,
2021-02-21 06:08:46 +01:00
"services": [
"nginx"
],
"arguments": {
2022-09-15 08:43:15 +02:00
"install": [
2021-02-21 06:08:46 +01:00
{
"name": "domain",
2022-09-20 01:10:16 +02:00
"type": "domain"
2021-02-21 06:08:46 +01:00
}
]
}
}