searxng helm

No introduction found. Create it?

More popular helm chart found

searxng from bjw-s-labs/charts/ is more popular with 24 repositories.

Install

Install with:

helm repo add searxng oci://ghcr.io/bjw-s-labs/charts/
helm install searxng searxng/searxng -f values.yaml

Examples

See examples from other people.

Top Repositories (3 out of 12)

NameRepoStarsVersionTimestamp
searxngishioni/homelab-ops1574.6.220 hours ago
searxngbjw-s-labs/home-ops8274.6.218 days ago
searxngbjw-s/home-ops3954.6.218 days ago

Values

See the most popular values for this chart:

KeyTypes
persistence.config.globalMounts[].path (11)
/etc/searxng/settings.yml
/etc/searxng/limiter.toml
string
boolean
string
string
string
string
string
string
boolean
string
string
string
string
boolean
persistence.branding.globalMounts[].path (1)
/usr/local/searxng/searx/static/themes/simple/img/searxng.svg
/usr/local/searxng/searx/static/themes/simple/img/searxng.png
/usr/local/searxng/searx/static/themes/simple/img/favicon.png
string
boolean
persistence.branding.globalMounts[].subPath (1)
searxng.svg
searxng.png
favicon.png
string
string
string
string
string
persistence.config-files.globalMounts[].path (1)
/etc/searxng/settings.yml
/etc/searxng/limiter.toml
string
boolean
string
persistence.config-files.name (1)
{{ .Release.Name }}-config
string
string
number
string
string
string
string
number
boolean
string
number
string
string
string
number
string
controllers.searxng.containers.main.env.SEARXNG_REDIS_URL (2)
redis://{{ .Release.Name }}-dragonfly:6379
string
string
string
string
controllers.searxng.containers.main.image.tag (6)
2025.11.18-576c8ca99@sha256:91da34403fc1d2c7ac23d1459af87870d87810b7d50b0c6a4585ab78846cb534
string
boolean
boolean
number
string
number
number
number
number
boolean
boolean
number
string
number
number
number
number
string
string
string
boolean
string
string
boolean
string
number
string
string
string
string
number, string
controllers.searxng.containers.app.env.SEARXNG_REDIS_URL (2)
redis://dragonfly.database.svc.cluster.local:6379/12
string
string
string
number
string
string
controllers.searxng.containers.app.image.tag (5)
2025.9.23-d2e280251@sha256:022bbd20f4702ce42c1f3086aebab457016c3d536715148b2a9657e0dd74dd3b
string
boolean
boolean
number
string
number
number
number
number
boolean
boolean
number
string
number
number
number
number
boolean
number
number
boolean
string
string
boolean
string
string
string
controllers.searxng.containers.app.command[] (1)
- uwsgi
- --master
- --http-socket
- "0.0.0.0:8080"
- /usr/local/searxng/dockerfiles/uwsgi.ini
string
string
number
controllers.searxng.containers.searxng.env.SEARXNG_VALKEY_URL (1)
valkey://searxng-valkey.ai.svc.cluster.local:6379/0
string
string
string
controllers.searxng.containers.searxng.image.tag (1)
2026.5.2-cd75013c9@sha256:189189aa5ffe9275eaa276bace4732fa64197c1c03f9f01003fa02a0585a766a
string
boolean
boolean
number
string
number
number
number
number
boolean
boolean
number
string
number
number
number
number
string
string
string
boolean
string
string
boolean
string
number
string
number
number
boolean
string
number
string
string
string
string
string
route.app.hostnames[] (10)
- search.bjw-s.dev
string
string
string
string
number
string
string
string
string
string
string
string
string
string
string
route.searxng.hostnames[] (1)
- search.${SECRET_DOMAIN}
string
string
string
string
number
number
boolean
number
number
string
string
boolean
boolean
configMaps.config.data."limiter.toml" (2)
[botdetection] # The prefix defines the number of leading bits in an address that are compared # to determine whether or not an address is part of a (client) network. ipv4_prefix = 32 ipv6_prefix = 48 # If the request IP is in trusted_proxies list, the client IP address is # extracted from the X-Forwarded-For and X-Real-IP headers. This should be # used if SearXNG is behind a reverse proxy or load balancer. trusted_proxies = [ '127.0.0.0/8', '10.42.0.0/16' ] [botdetection.ip_limit] # To get unlimited access in a local network, by default link-local addresses # (networks) are not monitored by the ip_limit filter_link_local = true # activate link_token method in the ip_limit method link_token = true [botdetection.ip_lists] block_ip = [] pass_ip = [ '192.168.0.0/16', # IPv4 private network '10.0.0.0/8', # IPv4 private network ] # Activate passlist of (hardcoded) IPs from the SearXNG organization, # e.g. `check.searx.space`. pass_searxng_org = false
string
configMaps.config.data."settings.yml" (2)
--- use_default_settings: true server: limiter: true image_proxy: true method: GET # https://github.com/searxng/searxng/pull/3619 public_instance: false search: autocomplete: duckduckgo favicon_resolver: duckduckgo languages: - all - en - en-US formats: - html - json general: instance_name: BJW-S Search ui: default_theme: simple infinite_scroll: true query_in_title: true results_on_new_tab: true static_use_hash: true theme_args: simple_style: auto categories_as_tabs: general: images: videos: map: plugins: searx.plugins.calculator.SXNGPlugin: active: true searx.plugins.hash_plugin.SXNGPlugin: active: true searx.plugins.self_info.SXNGPlugin: active: true searx.plugins.tracker_url_remover.SXNGPlugin: active: true searx.plugins.unit_converter.SXNGPlugin: active: true searx.plugins.ahmia_filter.SXNGPlugin: active: true searx.plugins.hostnames.SXNGPlugin: active: true searx.plugins.oa_doi_rewrite.SXNGPlugin: active: true searx.plugins.tor_check.SXNGPlugin: active: false hostnames: high_priority: - (.*)\/blog\/(.*) - (.*\.)?wikipedia.org$ - (.*\.)?github.com$ - (.*\.)?reddit.com$ - (.*\.)?docker.com$ - (.*\.)?archlinux.org$ - (.*\.)?stackoverflow.com$ - (.*\.)?askubuntu.com$ - (.*\.)?superuser.com$
string
string
string
ingress.app.hosts[].host (1)
search.${SECRET_DOMAIN}
string
string
string
string
boolean