What are the coolest (privacy respecting) apps you have?
What are the coolest (privacy respecting) apps you have?
Title says it all. I'll go first:
I don't really have any on my computer (all I use that for is Vim, Firefox, and Git), but on my phone: Orbot (basically Tor as a VPN on your phone).
Edits: Added link, fixed formatting
You're viewing a single thread.
mim @lemmy.sdf.org SearXNG.
It's like having a search engine customised to my needs.
Automatically filters out SEO junk sites, and redirects links automatically (e.g. reddit.com -> old.reddit.com)
10 0 ReplyDaniel @lemmy.ml OP
SearXNG
Gosh, I love SearXNG, and how you can fit it to work into your workflow!
5 0 Replynotdeadyet @lemmy.dbzer0.com
Wait... How do you make SearXNG redirect to old.reddit?
5 0 Replymim @lemmy.sdf.org Change your
settings.yml
to have thisenabled_plugins: - 'Hostname replace' # see hostname_replace configuration below
And then define the rules like this:
hostname_replace: # My redirects '(.*\.)?reddit\.com$': 'old.reddit.com' # My filters 'slant\.co': false 'dailymail\.co\.uk': false
5 0 Replynotdeadyet @lemmy.dbzer0.com
Awesome! Thank you
5 0 Replymim @lemmy.sdf.org You're welcome. :)
4 0 Reply
jrandiny @lemmy.world Wow this feature alone makes me want to try using it
2 0 Replymim @lemmy.sdf.org It runs inside a docker container, so you could even have it locally (if you don't want to host it on a VPS).
1 0 Reply