1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lemmy_ynh.git synced 2024-09-03 19:36:09 +02:00
lemmy_ynh/README_fr.md

50 lines
2.3 KiB
Markdown
Raw Normal View History

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.
-->
2022-09-20 01:23:03 +02:00
# Lemmy pour YunoHost
2021-07-07 16:42:12 +02:00
2023-05-26 16:42:31 +02:00
[![Niveau dinté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)
2022-09-20 01:23:03 +02:00
[![Installer Lemmy avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=lemmy)
2021-07-07 16:42:12 +02:00
*[Read this readme in english.](./README.md)*
2023-05-26 16:42:31 +02:00
> *Ce package vous permet dinstaller Lemmy rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2021-07-07 16:42:12 +02:00
2023-05-26 16:42:31 +02:00
## Vue densemble
2021-07-07 16:42:12 +02:00
2023-05-26 16:54:27 +02:00
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.
2021-07-07 16:42:12 +02:00
2023-06-23 21:33:07 +02:00
**Version incluse :** 0.17.4~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
2023-05-26 16:42:31 +02:00
## Captures décran
2021-07-07 16:42:12 +02:00
2023-05-26 16:42:31 +02:00
![Capture décran de Lemmy](./doc/screenshots/screenshot1.webp)
2021-07-07 16:42:12 +02:00
## Documentations et ressources
2023-05-26 16:42:31 +02:00
* Site officiel de lapp : <https://join-lemmy.org/>
* Documentation officielle de ladmin : <https://join-lemmy.org/docs/en/>
* Dépôt de code officiel de lapp : <https://github.com/LemmyNet/lemmy>
2022-07-27 01:44:24 +02:00
* 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
```
2023-05-26 16:42:31 +02:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>