Teddit - alternative Reddit front-end focused on privacy
-
Teddit is a Free frontend for interacting with Reddit. It is great if you wish to cut down on the tracking.
Very good to see Cloudron staff suggesting this. I hope a lot of people support this proposal.
(Similar frontends are available for Youtube (invidio.us) and Twitter (nitter.net) which I hope are made available too.
-
-
Now - as 3rd party apps are closing down and Redditâs site and app are shit - would be a perfect time to have thisâŚ
-
Calling @Kubernetes - shouldn't that be right up your alley?
-
@necrevistonnezr Ok, let's see....
-
-
-
Okay, I learned how to integrate with redis with this package.
My first package version in gitlab is already running in my Cloudron instance
It still writes some cache data to the read-only filesystem. I have to find out how to change the cache directory.
-
@Kubernetes you should symlink it into /run instead. Something like this in Dockerfile:
RUN mv /app/code/static /app/code/static.original && ln -s /run/static /app/code/static
Then in start.sh:
mkdir -p /run/static rsync -avz /app/code/static.original/* /run/static
-
@Kubernetes ah, awesome. Just move it to /run though. Anything in /app/data is backed up and this is just runtime/cache data (from what I can make out).
-
Teddit does not use the API.
Main repository at Codeberg: https://codeberg.org/teddit/teddit
From: teddit.net
A free and open source alternative Reddit front-end focused on privacy.
Inspired by the Nitter project.- 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)
- Self-hostable. Anyone can setup an instance. An instance can either use Reddit's API with or without OAuth (so Reddit API key is not necessarily needed).
-
@robi well, itâs more a âviewerâ for reddit. You canât login or post or upvote but you can subscribe and save articles outside your reddit account. Thatâs why this was not an option for Apollo and the like.
I think for many thatâs exactly the level of âinteractionâ you wanna have with reddit after the shit they pulled in the last weeks⌠Use it as a knowledge base but donât add value to it. -
@robi said in Teddit - alternative Reddit front-end focused on privacy:
Still, I'd prefer a self-hosted reddit over this, but both are useful apps. Same for nitter and bibliogram, etc.
I think you already know Plebbit, which is a Free Software, distributed, self-hosted alternative to Reddit:
Privacy Redirect is a browser extension which greatly improves life by sending you to privacy-friendly instances for e.g. Reddit, Youtube, etc.
https://forum.cloudron.io/topic/8218/i-want-a-ballroom-made-entirely-of-waterfalls?_=1688312468347
-
@necrevistonnezr said in Teddit - alternative Reddit front-end focused on privacy:
I think for many thatâs exactly the level of âinteractionâ you wanna have with reddit after the shit they pulled in the last weeks⌠Use it as a knowledge base but donât add value to it.
This is a good point. I think most users, maybe 90% on Reddit, lurk. All they need is something like Teddit. Reddit has become yet another anti-social corporation.