| 1 | # SearXNG settings |
| 2 | |
| 3 | # Keep a minimal default engine set. Wikidata currently returns |
| 4 | # variant payloads that break the 2026.04 searxng bootstrap init path. |
| 5 | use_default_settings: |
| 6 | engines: |
| 7 | remove: |
| 8 | - wikidata |
| 9 | |
| 10 | general: |
| 11 | debug: false |
| 12 | instance_name: "SearXNG" |
| 13 | |
| 14 | search: |
| 15 | safe_search: 0 |
| 16 | # autocomplete: 'duckduckgo' |
| 17 | formats: |
| 18 | - json |
| 19 | # - html |
| 20 | |
| 21 | server: |
| 22 | # Is overwritten by ${SEARXNG_SECRET} |
| 23 | secret_key: "dummy" |
| 24 | port: 55510 |
| 25 | limiter: false |
| 26 | image_proxy: false |
| 27 | # public URL of the instance, to ensure correct inbound links. Is overwritten |
| 28 | # by ${SEARXNG_URL}. |
| 29 | # base_url: http://example.com/location |
| 30 | |
| 31 | # redis: |
| 32 | # # URL to connect redis database. Is overwritten by ${SEARXNG_REDIS_URL}. |
| 33 | # url: unix:///usr/local/searxng-redis/run/redis.sock?db=0 |
| 34 | |
| 35 | ui: |
| 36 | static_use_hash: true |
| 37 | |
| 38 | # preferences: |
| 39 | # lock: |
| 40 | # - autocomplete |
| 41 | # - method |
| 42 | |
| 43 | enabled_plugins: |
| 44 | - 'Hash plugin' |
| 45 | - 'Self Informations' |
| 46 | - 'Tracker URL remover' |
| 47 | # - 'Ahmia blacklist' |
| 48 | # - 'Hostnames plugin' # see 'hostnames' configuration below |
| 49 | # - 'Open Access DOI rewrite' |
| 50 | |
| 51 | # plugins: |
| 52 | # - only_show_green_results |
| 53 | |
| 54 | # hostnames: |
| 55 | # replace: |
| 56 | # '(.*\.)?youtube\.com$': 'invidious.example.com' |
| 57 | # '(.*\.)?youtu\.be$': 'invidious.example.com' |
| 58 | # remove: |
| 59 | # - '(.*\.)?facebook.com$' |
| 60 | # low_priority: |
| 61 | # - '(.*\.)?google\.com$' |
| 62 | # high_priority: |
| 63 | # - '(.*\.)?wikipedia.org$' |
| 64 | |
| 65 | engines: |
| 66 | |
| 67 | - name: ahmia |
| 68 | disabled: true |
| 69 | inactive: true |
| 70 | |
| 71 | - name: torch |
| 72 | disabled: true |
| 73 | inactive: true |
| 74 | |
| 75 | # - name: fdroid |
| 76 | # disabled: false |
| 77 | # |
| 78 | # - name: apk mirror |
| 79 | # disabled: false |
| 80 | # |
| 81 | # - name: mediathekviewweb |
| 82 | # categories: TV |
| 83 | # disabled: false |
| 84 | # |
| 85 | # - name: invidious |
| 86 | # disabled: false |
| 87 | # base_url: |
| 88 | # - https://invidious.snopyta.org |
| 89 | # - https://invidious.tiekoetter.com |
| 90 | # - https://invidio.xamh.de |
| 91 | # - https://inv.riverside.rocks |