mirror of
https://github.com/YunoHost-Apps/lemmy_ynh.git
synced 2024-09-03 19:36:09 +02:00
Merge branch 'testing' into pictrs
This commit is contained in:
commit
a1dffb8a7f
3 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
Lemmy is similar to sites like Reddit, Lobste.rs, or Hacker News: 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.
|
||||
|
||||
|
||||
**Shipped version:** 0.18.1~ynh1
|
||||
**Shipped version:** 0.18.3~ynh1
|
||||
|
||||
**Demo:** https://lemmy.ml/
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
Lemmy est similaire à des sites comme Reddit, Lobste.rs ou Hacker News : vous vous abonnez aux forums qui vous intéressent, publiez des liens et des discussions, puis votez et commentez-les. Dans les coulisses, c'est très différent ; n'importe qui peut facilement exécuter un serveur, et tous ces serveurs sont fédérés (pensez au courrier électronique) et connectés au même univers, appelé Fediverse.
|
||||
|
||||
**Version incluse :** 0.18.1~ynh1
|
||||
**Version incluse :** 0.18.3~ynh1
|
||||
|
||||
**Démo :** https://lemmy.ml/
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Lemmy"
|
|||
description.en = "Link aggregator/Reddit clone for the fediverse"
|
||||
description.fr = "Agrégateur de liens/clone Reddit pour le fedivers"
|
||||
|
||||
version = "0.18.1~ynh1"
|
||||
version = "0.18.3~ynh1"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
@ -17,7 +17,7 @@ admindoc = "https://join-lemmy.org/docs/en/"
|
|||
code = "https://github.com/LemmyNet/lemmy"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.21"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = ["amd64"]
|
||||
multi_instance = false
|
||||
ldap = false
|
||||
|
@ -82,7 +82,7 @@ ram.runtime = "50M"
|
|||
inbox.protected = true
|
||||
|
||||
[resources.apt]
|
||||
packages = "postgresql espeak libfuse2 libimage-exiftool-perl"
|
||||
packages = "postgresql espeak rsync libfuse2 libimage-exiftool-perl"
|
||||
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
||||
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||
extras.yarn.packages = "yarn"
|
||||
|
|
Loading…
Reference in a new issue