591 - Added Tor onion url in the footer #8
Loading…
Reference in a new issue
No description provided.
Delete branch "591"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In order to set it up you need to add/edit option in the settings of searxng:
Add it if it doesnt exist (unless you use our role to deploy), and either leave as
False
or addurl
of your searx instance behind tor.@ -83,2 +83,4 @@
| <a href="{{ get_setting('general.contact_url') }}">{{ _('Contact instance maintainer') }}</a>
{% endif %}
{% if get_setting('general.onion_url') %}
| <a href="{{ get_setting('general.onion_url') }}"> TOR onion address</a>
there is a space between
>
andTOR
that you probably want to remove.