From 1d3af7d297ec03858cfddc3c54a9140e87b9b6b5 Mon Sep 17 00:00:00 2001 From: trivernis Date: Tue, 9 Jan 2024 08:51:01 +0100 Subject: [PATCH] apps(sharkey): Increase max note length --- apps/searxng/app/release.yaml | 6 +++--- apps/sharkey/app/config.yaml | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/searxng/app/release.yaml b/apps/searxng/app/release.yaml index 962177f..7b670d5 100644 --- a/apps/searxng/app/release.yaml +++ b/apps/searxng/app/release.yaml @@ -125,11 +125,10 @@ spec: - 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy # # these plugins are disabled if nothing is configured .. - 'Hostname replace' # see hostname_replace configuration below - # - 'Open Access DOI rewrite' + - 'Open Access DOI rewrite' - 'Vim-like hotkeys' - 'Tor check plugin' - # # Read the docs before activate: auto-detection of the language could be - # # detrimental to users expectations / users can activate the plugin in the + # # Read the docs before activate: auto-detection of the language could be # # detrimental to users expectations / users can activate the plugin in the # # preferences if they want. # - 'Autodetect search language' @@ -146,6 +145,7 @@ spec: # 'spam\.example\.com': false '(.*\.)?g2\.\com$': false 'alternativeto\.net$': false + 'easycodeforall\.com$': false categories_as_tabs: general: diff --git a/apps/sharkey/app/config.yaml b/apps/sharkey/app/config.yaml index 3b95aec..6f2d851 100644 --- a/apps/sharkey/app/config.yaml +++ b/apps/sharkey/app/config.yaml @@ -99,6 +99,8 @@ data: # IP address family used for outgoing request (ipv4, ipv6 or dual) #outgoingAddressFamily: ipv4 + maxNoteLength: 8192 + # Proxy for HTTP/HTTPS #proxy: http://127.0.0.1:3128