diff options
| author | Emilien Devos <4016501+unixfox@users.noreply.github.com> | 2023-09-24 11:02:29 +0200 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2023-09-25 22:31:14 +0200 |
| commit | 47721a34855d2a68aef7f96dd7d297965d28416c (patch) | |
| tree | dddb048599a9e40e1c80c98825924d26080ad36f /searx/settings.yml | |
| parent | 1df4588279aba55b40010e286191dcf4518ffd16 (diff) | |
add new parameter called server.public_instance
for enabling by default advanced limiter functions
in the future allow us to add features just for the public instances
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index af3e96ee0..45f6b773b 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -74,6 +74,7 @@ server: # by ${SEARXNG_URL}. base_url: false # "http://example.com/location" limiter: false # rate limit the number of request on the instance, block some bots + public_instance: false # enable features designed only for public instances # If your instance owns a /etc/searxng/settings.yml file, then set the following # values there. @@ -95,7 +96,7 @@ server: redis: # URL to connect redis database. Is overwritten by ${SEARXNG_REDIS_URL}. - # https://redis-py.readthedocs.io/en/stable/connections.html#redis.client.Redis.from_url + # https://docs.searxng.org/admin/settings/settings_redis.html#settings-redis url: false ui: |