2022-05-29 07:51:50 +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-03-22 11:31:08 +01:00
# Libreddit pour YunoHost
2022-03-22 11:30:59 +01:00
2023-01-24 08:03:49 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/libreddit.svg )](https://dash.yunohost.org/appci/app/libreddit) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/libreddit.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/libreddit.maintain.svg )
2022-03-22 11:31:08 +01:00
[![Installer Libreddit avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=libreddit)
2022-03-22 11:30:59 +01:00
*[Read this readme in english.](./README.md)*
2023-01-24 08:03:49 +01:00
> *Ce package vous permet d’ installer Libreddit 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.*
2022-03-22 11:30:59 +01:00
2023-01-24 08:03:49 +01:00
## Vue d’ ensemble
2022-03-22 11:30:59 +01:00
2022-03-22 11:31:08 +01:00
Libreddit is a portmanteau of "libre" (meaning freedom) and "Reddit". It is a private front-end like Invidious but for Reddit. Browse the coldest takes of r/unpopularopinion without being tracked.
2022-03-22 11:30:59 +01:00
2022-03-22 11:31:08 +01:00
### Features
2022-03-22 11:30:59 +01:00
2023-01-12 10:33:38 +01:00
- Written in Rust for blazing fast speeds and memory safety
- No JavaScript, no ads, no tracking, no bloat
- All requests are proxied through the server, including media
- Strong Content Security Policy prevents browser requests to Reddit
2022-03-22 11:30:59 +01:00
2023-01-12 10:33:38 +01:00
**Version incluse :** 0.27.1~ynh1
2022-03-22 11:30:59 +01:00
2022-03-22 11:31:08 +01:00
**Démo :** https://libreddit.spike.codes/
2022-03-22 11:30:59 +01:00
2023-01-24 08:03:49 +01:00
## Captures d’ écran
2022-03-22 11:30:59 +01:00
2023-01-24 08:03:49 +01:00
![Capture d’ écran de Libreddit ](./doc/screenshots/screenshot.png )
2022-03-22 11:30:59 +01:00
## Documentations et ressources
2023-01-24 08:03:49 +01:00
* Site officiel de l’ app : < https: // libreddit . spike . codes />
* Dépôt de code officiel de l’ app : < https: // github . com / spikecodes / libreddit >
2022-05-29 07:51:50 +02:00
* Documentation YunoHost pour cette app : < https: // yunohost . org / app_libreddit >
* Signaler un bug : < https: // github . com / YunoHost-Apps / libreddit_ynh / issues >
2022-03-22 11:30:59 +01:00
## Informations pour les développeurs
2022-03-22 11:31:08 +01:00
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/libreddit_ynh/tree/testing ).
2022-03-22 11:30:59 +01:00
Pour essayer la branche testing, procédez comme suit.
2022-05-29 07:51:50 +02:00
``` bash
2022-03-22 11:31:08 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/libreddit_ynh/tree/testing --debug
ou
sudo yunohost app upgrade libreddit -u https://github.com/YunoHost-Apps/libreddit_ynh/tree/testing --debug
2022-03-22 11:30:59 +01:00
```
2023-01-24 08:03:49 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >