apps(sharkey): Increase max note length

main
trivernis 10 months ago
parent ab1970c5fb
commit 1d3af7d297
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -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:

@ -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

Loading…
Cancel
Save