diff --git a/README.md b/README.md index 9ca7303..cc43ade 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.18.3~ynh1 +**Shipped version:** 0.18.5~ynh1 **Demo:** https://lemmy.ml/ @@ -32,7 +32,6 @@ Lemmy is similar to sites like Reddit, Lobste.rs, or Hacker News: you subscribe * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index d1fa36b..8cf9c38 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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.3~ynh1 +**Version incluse :** 0.18.5~ynh1 **Démo :** https://lemmy.ml/ @@ -31,7 +31,6 @@ Lemmy est similaire à des sites comme Reddit, Lobste.rs ou Hacker News : vous v * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs diff --git a/conf/lemmy-ui.service b/conf/lemmy-ui.service index 0b0c0c6..5034c2d 100644 --- a/conf/lemmy-ui.service +++ b/conf/lemmy-ui.service @@ -14,6 +14,7 @@ WorkingDirectory=__INSTALL_DIR__/lemmy-ui/ ExecStart=__YNH_NODE__ dist/js/server.js StandardOutput=append:/var/log/__APP__/__APP__-ui.log StandardError=inherit +Restart=always # Sandboxing options to harden security # Depending on specificities of your service/app, you may need to tweak these diff --git a/conf/lemmy.service b/conf/lemmy.service index 5e2a223..88e476b 100644 --- a/conf/lemmy.service +++ b/conf/lemmy.service @@ -11,6 +11,7 @@ WorkingDirectory=__INSTALL_DIR__/lemmy/ ExecStart=__INSTALL_DIR__/lemmy/lemmy StandardOutput=append:/var/log/__APP__/__APP__.log StandardError=inherit +Restart=always # Sandboxing options to harden security # Depending on specificities of your service/app, you may need to tweak these diff --git a/manifest.toml b/manifest.toml index c177a44..682f979 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.18.3~ynh1" +version = "0.18.5~ynh1" maintainers = [] @@ -28,7 +28,6 @@ ram.runtime = "50M" [install.domain] type = "domain" - full_domain = true [install.init_main_permission] type = "group"