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-07-27 01:44:20 +02:00

52 lines
1.3 KiB
JSON

{
"name": "lemmy",
"id": "lemmy",
"packaging_format": 1,
"description": {
"en": "A link aggregator / Reddit clone for the fediverse."
},
"version": "0.15.2~ynh3",
"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": "Anmol Sharma",
"email": "",
"url": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
},
{
"name": "sitename",
"type": "string",
"ask": {
"en": "Enter site name"
},
"example": "lemmy website"
}
]
}
}