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

55 lines
2.4 KiB
Markdown
Raw Normal View History

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 dinté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 dinstaller Libreddit 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.*
2022-03-22 11:30:59 +01:00
2023-01-24 08:03:49 +01:00
## Vue densemble
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-31 13:04:09 +01:00
**Version incluse :** 0.28.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 lapp : <https://libreddit.spike.codes/>
* Dépôt de code officiel de lapp : <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 dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>