1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lemmy_ynh.git synced 2024-09-03 19:36:09 +02:00
This commit is contained in:
ericgaspar 2022-09-10 23:18:35 +02:00
parent 141f62fc67
commit 68d6a6af5e

View file

@ -3,7 +3,8 @@
"id": "lemmy",
"packaging_format": 1,
"description": {
"en": "A link aggregator / Reddit clone for the fediverse."
"en": "Link aggregator/Reddit clone for the fediverse",
"fr": "Agrégateur de liens/clone Reddit pour le fedivers"
},
"version": "0.15.2~ynh3",
"url": "https://join.lemmy.ml/",
@ -31,19 +32,18 @@
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
"type": "domain"
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
"type": "user"
},
{
"name": "sitename",
"type": "string",
"ask": {
"en": "Enter site name"
"en": "Enter site name",
"fr": "Entrez le nom du site"
},
"example": "lemmy website"
}