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

53 lines
1.3 KiB
JSON
Raw Normal View History

2021-02-21 06:08:46 +01:00
{
"name": "lemmy",
"id": "lemmy",
"packaging_format": 1,
"description": {
"en": "A link aggregator / Reddit clone for the fediverse."
},
2021-08-22 14:24:34 +02:00
"version": "0.11.3~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://join.lemmy.ml/join/",
"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": {
2021-03-14 21:58:05 +01:00
"name": "Anmol Sharma",
2021-02-21 06:08:46 +01:00
"email": "",
"url": ""
},
"requirements": {
"yunohost": ">= 4.1.3"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "admin",
2021-07-07 16:42:05 +02:00
"type": "user",
2021-02-21 06:08:46 +01:00
"example": "johndoe"
},
{
"name": "sitename",
"type": "string",
"ask": {
"en": "Enter site name"
},
"example": "lemmy website"
}
]
}
}