diff --git a/README.md b/README.md index d4a1ddf..6012991 100644 --- a/README.md +++ b/README.md @@ -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.16.7~ynh2 +**Shipped version:** 0.16.7~ynh3 **Demo:** https://lemmy.ml/ diff --git a/README_fr.md b/README_fr.md index 859ae42..e1a767e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po 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. -**Version incluse :** 0.16.7~ynh2 +**Version incluse :** 0.16.7~ynh3 **Démo :** https://lemmy.ml/ diff --git a/manifest.toml b/manifest.toml index b19ece2..cf5c856 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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.16.7~ynh2" +version = "0.16.7~ynh3" maintainers = [] @@ -30,6 +30,10 @@ ram.runtime = "50M" type = "domain" full_domain = true + [install.init_main_permission] + type = "group" + default = "visitors" + [resources] [resources.sources] @@ -40,8 +44,8 @@ ram.runtime = "50M" autoupdate.strategy = "latest_github_commit" [resources.sources.lemmy-translations] - url = "https://github.com/LemmyNet/lemmy-translations/archive/f45ddff206adb52ab0ac7555bf14978edac5d2f2.tar.gz" - sha256 = "4d91ed10bceba5de04a870ac7086e1fab383634eefae8afeefa500c9fe2627db" + url = "https://github.com/LemmyNet/lemmy-translations/archive/a241fe1255a6363c7ae1ec5a09520c066745e6ce.tar.gz" + sha256 = "3e3ac4c547c1040a80833d526bc0bd4e6bbad252a168de3ed81ee9d36aee8e5e" autoupdate.upstream = "https://github.com/LemmyNet/lemmy-translations/" autoupdate.strategy = "latest_github_commit"