Compare commits
No commits in common. "13c487b76dc5248484e51c0475e15bba7bb84834" and "a6efc1539ae6127b79a77d77c152b368379de04d" have entirely different histories.
13c487b76d
...
a6efc1539a
2 changed files with 1 additions and 17 deletions
|
@ -3,7 +3,7 @@ FROM alpine:3.20 AS base
|
||||||
|
|
||||||
ENV GID=991 UID=991 UWSGI_WORKERS=1 UWSGI_THREADS=16 \
|
ENV GID=991 UID=991 UWSGI_WORKERS=1 UWSGI_THREADS=16 \
|
||||||
GIT_URL=https://git.astrial.org/Astrial.org/searxng-custom GIT_BRANCH=master
|
GIT_URL=https://git.astrial.org/Astrial.org/searxng-custom GIT_BRANCH=master
|
||||||
ENV UPSTREAM_COMMIT=391bb1268dfbb61ec28ebff673ac1363c9417682
|
ENV UPSTREAM_COMMIT=9424bac031db78ab23d1e5f21ec2906e3d603433
|
||||||
|
|
||||||
COPY ./requirements.txt .
|
COPY ./requirements.txt .
|
||||||
|
|
||||||
|
|
|
@ -57,22 +57,6 @@ server:
|
||||||
X-Robots-Tag: noindex, nofollow
|
X-Robots-Tag: noindex, nofollow
|
||||||
Referrer-Policy: no-referrer
|
Referrer-Policy: no-referrer
|
||||||
|
|
||||||
outgoing:
|
|
||||||
useragent_suffix: "+webmaster [at] astrial [dot] org"
|
|
||||||
enable_http2: true
|
|
||||||
|
|
||||||
plugins:
|
|
||||||
searx.plugins.calculator.SXNGPlugin:
|
|
||||||
active: true
|
|
||||||
searx.plugins.self_info.SXNGPlugin:
|
|
||||||
active: true
|
|
||||||
searx.plugins.unit_converter.SXNGPlugin:
|
|
||||||
active: true
|
|
||||||
searx.plugins.ahmia_filter.SXNGPlugin:
|
|
||||||
active: true
|
|
||||||
searx.plugins.hostnames.SXNGPlugin:
|
|
||||||
active: true
|
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
url: '' # overwritten by ${SEARXNG_REDIS_URL}
|
url: '' # overwritten by ${SEARXNG_REDIS_URL}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue