# Teddit pour YunoHost
[](https://dash.yunohost.org/appci/app/teddit)  
[](https://install-app.yunohost.org/?app=teddit)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d’installer Teddit 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
A free and open source alternative Reddit front-end focused on privacy. Inspired by the Nitter project.
### Features
- No JavaScript or ads
- All requests go through the backend, client never talks to Reddit
- Prevents Reddit from tracking your IP or JavaScript fingerprint
- Unofficial API (RSS & JSON support, no rate limits or Reddit account required)
- Lightweight (teddit frontpage: ~30 HTTP requests with ~270 KB of data downloaded vs. Reddit frontpage: ~190 requests with ~24 MB)
**Version incluse :** 2023.09.17~ynh1
**Démo :** https://teddit.net/
## Captures d’écran

## Documentations et ressources
* Site officiel de l’app :
* Dépôt de code officiel de l’app :
* YunoHost Store:
* Signaler un bug :
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/teddit_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/teddit_ynh/tree/testing --debug
ou
sudo yunohost app upgrade teddit -u https://github.com/YunoHost-Apps/teddit_ynh/tree/testing --debug
```
**Plus d’infos sur le packaging d’applications :**