mirror of
https://github.com/YunoHost-Apps/libreddit_ynh.git
synced 2024-09-03 19:36:05 +02:00
55 lines
2.4 KiB
Markdown
55 lines
2.4 KiB
Markdown
<!--
|
||
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.
|
||
-->
|
||
|
||
# Libreddit pour YunoHost
|
||
|
||
[![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)
|
||
[![Installer Libreddit avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=libreddit)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
|
||
> *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.*
|
||
|
||
## Vue d'ensemble
|
||
|
||
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.
|
||
|
||
### Features
|
||
|
||
🚀 Fast: written in Rust for blazing fast speeds and memory safety
|
||
☁️ Light: no JavaScript, no ads, no tracking, no bloat
|
||
🕵 Private: all requests are proxied through the server, including media
|
||
🔒 Secure: strong Content Security Policy prevents browser requests to Reddit
|
||
|
||
|
||
**Version incluse :** 0.25.2~ynh1
|
||
|
||
**Démo :** https://libreddit.spike.codes/
|
||
|
||
## Captures d'écran
|
||
|
||
![Capture d'écran de Libreddit](./doc/screenshots/screenshot.png)
|
||
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l'app : <https://libreddit.spike.codes/>
|
||
* Dépôt de code officiel de l'app : <https://github.com/spikecodes/libreddit>
|
||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_libreddit>
|
||
* Signaler un bug : <https://github.com/YunoHost-Apps/libreddit_ynh/issues>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/libreddit_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
|
||
``` bash
|
||
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
|
||
```
|
||
|
||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|