Skip to content

Commit

Permalink
[mod] searx.tiekoetter.com
Browse files Browse the repository at this point in the history
Source code of the SearXNG instance https://searx.tiekoetter.com

The master branch is tested before being pushed (see update commit).
The test branch can be unstable and/or updated rapidly; Use at your own risk!

Signed-off-by: Léon Tiekötter <leon@tiekoetter.com>
  • Loading branch information
tiekoetter committed Jul 29, 2024
1 parent 98c7301 commit 14bb83b
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: [tiekoettercom]
custom: https://www.tiekoetter.com/donate/
5 changes: 5 additions & 0 deletions searx/infopage/de/donate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Spenden

## An Tiekoetter.com spenden

Tiekoetter.com unterstützen: [https://www.tiekoetter.com/spenden](https://www.tiekoetter.com/spenden)
5 changes: 5 additions & 0 deletions searx/infopage/en/donate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Donate

## Donate to Tiekoetter.com

Support Tiekoetter.com: [https://www.tiekoetter.com/en/donate](https://www.tiekoetter.com/en/donate/)
5 changes: 5 additions & 0 deletions searx/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ general:
contact_url: false
# record stats
enable_metrics: true
legal_name: ""
legal_url:

brand:
new_issue_url: https://github.com/searxng/searxng/issues/new
Expand All @@ -25,6 +27,9 @@ brand:
# links:
# Uptime: https://uptime.searxng.org/history/darmarit-org
# About: "https://searxng.org"
website_name: ""
website_url:
donate_url:

search:
# Filter results. 0: None, 1: Moderate, 2: Strict
Expand Down
3 changes: 3 additions & 0 deletions searx/templates/simple/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
{% if get_setting('brand.public_instances') %}
| <a href="{{ get_setting('brand.public_instances') }}">{{ _('Public instances') }}</a>
{% endif %}
{% if get_setting('brand.website_url') and get_setting('brand.website_name') %} | <a href="{{ get_setting('brand.website_url') }}">{{ get_setting('brand.website_name') }}</a>{% endif %}
{% if get_setting('brand.donate_url') %} | <a href="{{ get_setting('brand.donate_url') }}">{{ _('Donate') }}</a>{% endif %}
{% if get_setting('general.legal_url') and get_setting('general.legal_name') %} | <a href="{{ get_setting('general.legal_url') }}">{{ get_setting('general.legal_name') }}</a>{% endif %}
{% if get_setting('general.privacypolicy_url') %}
| <a href="{{ get_setting('general.privacypolicy_url') }}">{{ _('Privacy policy') }}</a>
{% endif %}
Expand Down
5 changes: 5 additions & 0 deletions tests/robot/settings_robot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
general:
debug: false
instance_name: "searx_test"
legal_name: "test_legal"
legal_url: http://example.org/legal

brand:
git_url: https://github.com/searxng/searxng
Expand All @@ -10,6 +12,9 @@ brand:
docs_url: https://docs.searxng.org
public_instances: https://searx.space
wiki_url: https://github.com/searxng/searxng/wiki
website_name: "test_website1"
website_url: http://example.org/website1
donate_url: http://example.org/website2

search:
language: "all"
Expand Down

0 comments on commit 14bb83b

Please sign in to comment.