2021-07-07 16:42:12 +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-02-21 06:08:46 +01:00
2022-09-20 01:23:03 +02:00
# Lemmy for YunoHost
2021-02-21 21:55:33 +01:00
2023-05-26 16:42:31 +02:00
[![Integration level ](https://dash.yunohost.org/integration/lemmy.svg )](https://dash.yunohost.org/appci/app/lemmy) ![Working status ](https://ci-apps.yunohost.org/ci/badges/lemmy.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/lemmy.maintain.svg )
2022-09-20 01:23:03 +02:00
[![Install Lemmy with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=lemmy)
2021-02-21 21:55:33 +01:00
2021-07-07 16:42:12 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2021-02-21 21:55:33 +01:00
2022-09-20 01:23:03 +02:00
> *This package allows you to install Lemmy quickly and simply on a YunoHost server.
2021-02-21 21:55:33 +01:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
## Overview
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-02-21 21:55:33 +01:00
2022-02-04 00:27:12 +01:00
2024-01-03 15:58:25 +01:00
**Shipped version:** 0.18.2~ynh2
2022-09-15 08:43:22 +02:00
2021-10-04 13:29:54 +02:00
**Demo:** https://lemmy.ml/
2021-02-21 21:55:33 +01:00
2021-07-07 16:42:12 +02:00
## Screenshots
2021-02-21 21:55:33 +01:00
2022-09-20 01:23:03 +02:00
![Screenshot of Lemmy ](./doc/screenshots/screenshot1.webp )
2021-02-21 21:55:33 +01:00
2021-07-07 16:42:12 +02:00
## Documentation and resources
2021-02-21 21:55:33 +01:00
2022-07-27 01:44:24 +02:00
* Official app website: < https: // join-lemmy . org />
* Official admin documentation: < https: // join-lemmy . org / docs / en />
* Upstream app code repository: < https: // github . com / LemmyNet / lemmy >
2023-12-06 17:27:49 +01:00
* YunoHost Store: < https: // apps . yunohost . org / app / lemmy >
2022-07-27 01:44:24 +02:00
* Report a bug: < https: // github . com / YunoHost-Apps / lemmy_ynh / issues >
2021-02-21 21:55:33 +01:00
## Developer info
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/lemmy_ynh/tree/testing ).
To try the testing branch, please proceed like that.
2022-07-27 01:44:24 +02:00
``` bash
2021-02-21 21:55:33 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/lemmy_ynh/tree/testing --debug
or
sudo yunohost app upgrade lemmy -u https://github.com/YunoHost-Apps/lemmy_ynh/tree/testing --debug
```
2021-07-07 16:42:12 +02:00
2022-07-27 01:44:24 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >