From fba7485968c5e9809430b4ff7dd50b1697f1fe7f Mon Sep 17 00:00:00 2001 From: Opnxng Date: Fri, 24 May 2024 21:00:47 +0800 Subject: [PATCH] SearXNG: fixed AnonOverflow redirection --- templates/conf/settings.yml.j2 | 5 ++--- vars/services.yaml | 39 ++++++++++++++++++++++++++++------ 2 files changed, 34 insertions(+), 10 deletions(-) diff --git a/templates/conf/settings.yml.j2 b/templates/conf/settings.yml.j2 index f75c035..2e4ebd0 100755 --- a/templates/conf/settings.yml.j2 +++ b/templates/conf/settings.yml.j2 @@ -240,14 +240,13 @@ hostname_replace: # '(.*\.)?tiktok\.com$': 'tt.opnxng.com' '(.*\.)?tieba.baidu\.com$': 'ti.opnxng.com' '(.*\.)?wolframalpha\.com$': 'wf.opnxng.com' -# '(.*\.)?stackoverflow\.com$': 'code.whatever.social' - '(.*\.)?stackoverflow\.com$': 'code.whatever.social/exchange/stackoverflow.com' + '(.*\.)?stackoverflow\.com$': 'code.whatever.social' + '(.*\.)?stackexchange\.com$': 'code.whatever.social' '(.*\.)?superuser\.com$': 'code.whatever.social/exchange/superuser.com' '(.*\.)?serverfault\.com$': 'code.whatever.social/exchange/serverfault.com' '(.*\.)?mathoverflow\.net$': 'code.whatever.social/exchange/mathoverflow.net' '(.*\.)?stackapps\.com$': 'code.whatever.social/exchange/stackapps.com' '(.*\.)?askubuntu\.com$': 'code.whatever.social/exchange/askubuntu.com' - '(.*\.)?stackexchange\.com$': 'code.whatever.social/exchange/stackexchange.com' # block bload domains diff --git a/vars/services.yaml b/vars/services.yaml index e29a032..d4a3523 100644 --- a/vars/services.yaml +++ b/vars/services.yaml @@ -1,12 +1,37 @@ +<<<<<<< Updated upstream compose: - oracle1: - - proxigram - oracle2: - - proxigram - oracle3: - - proxigram oracle4: - - proxigram + - paulgo + +config: + oracle4: +======= +remove: + oracle1: + - paulgo + oracle2: + - paulgo + oracle3: + - paulgo + +down: + oracle1: + - paulgo + oracle2: + - paulgo + oracle3: + - paulgo + +config: + oracle4: + - caddy + - paulgo + +compose: + oracle4: + - caddy +>>>>>>> Stashed changes + - paulgo # ----------------------------------------------------------------------------------------------------