2022-07-27 01:44:24 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2021-07-07 16:42:12 +02:00
# lemmy pour YunoHost
2022-07-27 01:44:24 +02:00
[![Niveau d'intégration ](https://dash.yunohost.org/integration/lemmy.svg )](https://dash.yunohost.org/appci/app/lemmy) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/lemmy.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/lemmy.maintain.svg )
2021-07-07 16:42:12 +02:00
[![Installer lemmy avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=lemmy)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer lemmy rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici ](https://yunohost.org/#/install ) pour savoir comment l'installer et en profiter.*
## Vue d'ensemble
2022-02-04 00:27:12 +01:00
[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 ).
2021-07-07 16:42:12 +02:00
2022-09-15 08:43:22 +02:00
**Version incluse :** 0.16.7~ynh1
2021-07-07 16:42:12 +02:00
2021-10-04 13:29:54 +02:00
**Démo :** https://lemmy.ml/
2021-07-07 16:42:12 +02:00
## Captures d'écran
2022-07-27 01:44:24 +02:00
![Capture d'écran de lemmy ](./doc/screenshots/screenshot1.webp )
2021-07-07 16:42:12 +02:00
## Avertissements / informations importantes
2022-02-04 00:27:12 +01:00
* Lemmy require full domain path to be installed. Eg. lemmy.domain.tld
* The admin username and password will be sent to the admin of the YunoHost through mail.
2022-07-27 01:44:24 +02:00
* pict-rs image hosting service has been removed, it caused too much issue during compilation
2021-07-07 16:42:12 +02:00
## Documentations et ressources
2022-07-27 01:44:24 +02:00
* Site officiel de l'app : < https: // join-lemmy . org />
* Documentation officielle de l'admin : < https: // join-lemmy . org / docs / en />
* Dépôt de code officiel de l'app : < https: // github . com / LemmyNet / lemmy >
* Documentation YunoHost pour cette app : < https: // yunohost . org / app_lemmy >
* Signaler un bug : < https: // github . com / YunoHost-Apps / lemmy_ynh / issues >
2021-07-07 16:42:12 +02:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/lemmy_ynh/tree/testing ).
Pour essayer la branche testing, procédez comme suit.
2022-07-27 01:44:24 +02:00
``` bash
2021-07-07 16:42:12 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/lemmy_ynh/tree/testing --debug
ou
sudo yunohost app upgrade lemmy -u https://github.com/YunoHost-Apps/lemmy_ynh/tree/testing --debug
```
2022-07-27 01:44:24 +02:00
**Plus d'infos sur le packaging d'applications :** < https: / / yunohost . org / packaging_apps >