mirror of
https://github.com/YunoHost-Apps/lemmy_ynh.git
synced 2024-09-03 19:36:09 +02:00
commit
d9841c224d
3 changed files with 9 additions and 7 deletions
|
@ -20,6 +20,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
**Shipped version:** 0.15.2~ynh3
|
**Shipped version:** 0.15.2~ynh3
|
||||||
|
|
||||||
|
|
||||||
**Demo:** https://lemmy.ml/
|
**Demo:** https://lemmy.ml/
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
|
@ -18,7 +18,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
[Lemmy](https://github.com/LemmyNet/lemmy) is similar to sites like [Reddit](https://reddit.com), [Lobste.rs](https://lobste.rs), or [Hacker News](https://news.ycombinator.com/): you subscribe to forums you're interested in, post links and discussions, then vote, and comment on them. Behind the scenes, it is very different; anyone can easily run a server, and all these servers are federated (think email), and connected to the same universe, called the [Fediverse](https://en.wikipedia.org/wiki/Fediverse).
|
[Lemmy](https://github.com/LemmyNet/lemmy) is similar to sites like [Reddit](https://reddit.com), [Lobste.rs](https://lobste.rs), or [Hacker News](https://news.ycombinator.com/): you subscribe to forums you're interested in, post links and discussions, then vote, and comment on them. Behind the scenes, it is very different; anyone can easily run a server, and all these servers are federated (think email), and connected to the same universe, called the [Fediverse](https://en.wikipedia.org/wiki/Fediverse).
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.15.2~ynh3
|
**Version incluse :** 0.15.2~ynh3
|
||||||
|
|
||||||
|
|
||||||
**Démo :** https://lemmy.ml/
|
**Démo :** https://lemmy.ml/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,8 @@
|
||||||
"id": "lemmy",
|
"id": "lemmy",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"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",
|
"version": "0.15.2~ynh3",
|
||||||
"url": "https://join.lemmy.ml/",
|
"url": "https://join.lemmy.ml/",
|
||||||
|
@ -31,19 +32,18 @@
|
||||||
"install" : [
|
"install" : [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain"
|
||||||
"example": "example.com"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"type": "user",
|
"type": "user"
|
||||||
"example": "johndoe"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sitename",
|
"name": "sitename",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Enter site name"
|
"en": "Enter site name",
|
||||||
|
"fr": "Entrez le nom du site"
|
||||||
},
|
},
|
||||||
"example": "lemmy website"
|
"example": "lemmy website"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue