this post was submitted on 15 Aug 2023
231 points (98.3% liked)

Asklemmy

42520 readers
1293 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

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 are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 10 months ago (5 children)

Wait... How do you make SearXNG redirect to old.reddit?

[โ€“] [email protected] 5 points 10 months ago* (last edited 10 months ago) (4 children)

Change your settings.yml to have this

enabled_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
[โ€“] [email protected] 2 points 10 months ago (1 children)

Wow this feature alone makes me want to try using it

[โ€“] [email protected] 1 points 10 months ago

It runs inside a docker container, so you could even have it locally (if you don't want to host it on a VPS).

load more comments (2 replies)
load more comments (2 replies)