mirror of
https://github.com/YunoHost-Apps/teddit_ynh.git
synced 2024-09-03 20:26:31 +02:00
58 lines
No EOL
2.3 KiB
Markdown
58 lines
No EOL
2.3 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.
|
||
-->
|
||
|
||
# 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 : <https://teddit.net/>
|
||
* Dépôt de code officiel de l’app : <https://codeberg.org/teddit/teddit>
|
||
* YunoHost Store: <https://apps.yunohost.org/app/teddit>
|
||
* Signaler un bug : <https://github.com/YunoHost-Apps/teddit_ynh/issues>
|
||
|
||
## 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 :** <https://yunohost.org/packaging_apps> |