Minor updates for Zee. Removed Molodetz specifics.
Some checks failed
Integration / Python ${{ matrix.python-version }} (ubuntu-24.04, 3.10) (push) Has been cancelled
Integration / Python ${{ matrix.python-version }} (ubuntu-24.04, 3.11) (push) Has been cancelled
Integration / Python ${{ matrix.python-version }} (ubuntu-24.04, 3.12) (push) Has been cancelled
Integration / Python ${{ matrix.python-version }} (ubuntu-24.04, 3.13) (push) Has been cancelled
Integration / Python ${{ matrix.python-version }} (ubuntu-24.04, 3.9) (push) Has been cancelled
Integration / Themes (push) Has been cancelled
Integration / Documentation (push) Has been cancelled
Integration / Update translations branch (push) Has been cancelled
Integration / Docker (push) Has been cancelled
Checker / Checker (push) Has been cancelled
Update translations / create PR for additions from weblate (push) Has been cancelled
Update searx.data / Update data - ${{ matrix.fetch }} (update_ahmia_blacklist.py) (push) Has been cancelled
Update searx.data / Update data - ${{ matrix.fetch }} (update_currencies.py) (push) Has been cancelled
Update searx.data / Update data - ${{ matrix.fetch }} (update_engine_descriptions.py) (push) Has been cancelled
Update searx.data / Update data - ${{ matrix.fetch }} (update_engine_traits.py) (push) Has been cancelled
Update searx.data / Update data - ${{ matrix.fetch }} (update_external_bangs.py) (push) Has been cancelled
Update searx.data / Update data - ${{ matrix.fetch }} (update_firefox_version.py) (push) Has been cancelled
Update searx.data / Update data - ${{ matrix.fetch }} (update_wikidata_units.py) (push) Has been cancelled

This commit is contained in:
retoor 2025-05-19 23:00:51 +02:00
parent 7508aac0a7
commit 80642039a2
3 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,6 @@
services:
searxng:
restart: always
build:
context: .
dockerfile: Dockerfile
@ -13,7 +14,7 @@ services:
LABEL_VCS_REF: ""
LABEL_VCS_URL: ""
volumes:
- /etc/searxng
- ./searx:/etc/searxng
ports:
- "127.0.0.1:8088:8080"
environment:

View File

@ -77,6 +77,10 @@ search:
# formats: [html, csv, json, rss]
formats:
- html
- csv
- json
- rss
server:
# Is overwritten by ${SEARXNG_PORT} and ${SEARXNG_BIND_ADDRESS}
@ -95,14 +99,14 @@ server:
# If your instance owns a /etc/searxng/settings.yml file, then set the following
# values there.
secret_key: "ultrasecretkey" # Is overwritten by ${SEARXNG_SECRET}
secret_key: "ya-hotchu-sto-gram-searxng" # Is overwritten by ${SEARXNG_SECRET} Hehe, greetings retoor!
# Proxy image results through SearXNG. Is overwritten by ${SEARXNG_IMAGE_PROXY}
image_proxy: false
# 1.0 and 1.1 are supported
http_protocol_version: "1.0"
# POST queries are more secure as they don't show up in history but may cause
# problems when using Firefox containers
method: "POST"
method: "GET"
default_http_headers:
X-Content-Type-Options: nosniff
X-Download-Options: noopen

View File

@ -1 +0,0 @@
httpd