mirror of
https://github.com/YunoHost-Apps/teddit_ynh.git
synced 2024-09-03 20:26:31 +02:00
Teddit package for YunoHost
|
||
---|---|---|
conf | ||
doc | ||
scripts | ||
config_panel.toml.example | ||
LICENSE | ||
manifest.toml | ||
README.md | ||
README_fr.md | ||
tests.toml |
Teddit for YunoHost
This package allows you to install Teddit quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.
Overview
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)
Shipped version: 2023.09.17~ynh1
Demo: https://teddit.net/
Screenshots
Documentation and resources
- Official app website: https://teddit.net/
- Upstream app code repository: https://codeberg.org/teddit/teddit
- YunoHost Store: https://apps.yunohost.org/app/teddit
- Report a bug: https://github.com/YunoHost-Apps/teddit_ynh/issues
Developer info
Please send your pull request to the testing branch.
To try the testing branch, please proceed like that.
sudo yunohost app install https://github.com/YunoHost-Apps/teddit_ynh/tree/testing --debug
or
sudo yunohost app upgrade teddit -u https://github.com/YunoHost-Apps/teddit_ynh/tree/testing --debug
More info regarding app packaging: https://yunohost.org/packaging_apps