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
MyNameIsTroll 93be8a6dee
Change demo link (error 404)
The demo link redirects to a 404 error.
I don't know if the link to "demo" makes sense because it redirects to the instance search page. And this link already exists in the "Documentation and resources" part
Maybe we should put the link to the main instance as demo? https://lemmy.ml/


See:
https://github.com/YunoHost-Apps/lemmy_ynh/pull/10#issuecomment-933294506
2021-10-04 11:19:13 +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.11.3~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": "Anmol Sharma",
"email": "",
"url": ""
},
"requirements": {
"yunohost": ">= 4.1.3"
},
"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"
}
]
}
}