591 - Added Tor onion url in the footer #8

Merged
muppeth merged 3 commits from 591 into main 2023-08-07 04:51:31 +02:00
Owner

In order to set it up you need to add/edit option in the settings of searxng:

general:
  onion_url: False

Add it if it doesnt exist (unless you use our role to deploy), and either leave as False or add url of your searx instance behind tor.

In order to set it up you need to add/edit option in the settings of searxng: ``` general: onion_url: False ``` Add it if it doesnt exist (unless you use our role to deploy), and either leave as `False` or add `url` of your searx instance behind tor.
muppeth added 2 commits 2023-08-04 08:27:00 +02:00
meaz reviewed 2023-08-04 08:32:03 +02:00
@ -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>
Owner

there is a space between > and TOR that you probably want to remove.

there is a space between `>` and `TOR` that you probably want to remove.
muppeth marked this conversation as resolved
meaz approved these changes 2023-08-04 08:33:55 +02:00
muppeth added 1 commit 2023-08-07 04:49:59 +02:00
muppeth merged commit 3593168cec into main 2023-08-07 04:51:31 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Disroot-themes/searxng-beetroot#8
No description provided.