mirror of
https://github.com/YunoHost-Apps/lemmy_ynh.git
synced 2024-09-03 19:36:09 +02:00
Merge branch 'testing' into ci-auto-update-v0.16.7
This commit is contained in:
commit
dd9d94d53c
2 changed files with 7 additions and 6 deletions
|
@ -21,6 +21,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
**Shipped version:** 0.16.7~ynh1
|
||||
|
||||
|
||||
|
||||
**Demo:** https://lemmy.ml/
|
||||
|
||||
## Screenshots
|
||||
|
|
|
@ -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.16.7~ynh1",
|
||||
"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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue