0
0

SearXNG: revert to latest base image
Some checks failed
caddy / build (push) Successful in 5m3s
wolfree / build (push) Failing after 3s
simplytranslate / build (push) Failing after 3s
send / build (push) Failing after 3s
searxng / build-searxng (push) Successful in 1m9s
redlib / build-redlib (push) Failing after 2s
rat-aint-tieba / build (push) Failing after 5s
proxigram / build (push) Failing after 4s
priviblur / build-priviblur (push) Successful in 2m5s
imgin / build (push) Failing after 4s
binternet / build (push) Waiting to run

This commit is contained in:
Opnxng 2025-02-08 01:35:40 +08:00
parent 1db840b84e
commit edd8d5090c
2 changed files with 4 additions and 5 deletions

View File

@ -10,7 +10,7 @@ on:
push: push:
paths: paths:
- ".gitea/workflows/searxng.yaml" - ".gitea/workflows/searxng.yaml"
- "dockerfiles/searxng.Dockerfiles" - "dockerfiles/searxng.Dockerfile"
jobs: jobs:
build-searxng: build-searxng:

View File

@ -1,8 +1,7 @@
# FROM docker.io/searxng/searxng:latest FROM docker.io/searxng/searxng:latest
# Pin to last working version with hostname plugin # Modify file to enable hostname plugin
# https://github.com/searxng/searxng/issues/4263 RUN sed -E -i -e 's/default_on = False/default_on = True/' /usr/local/searxng/searx/plugins/hostnames.py
FROM docker.io/searxng/searxng:2025.1.26-70f1b6500
# copy custom simple theme css and limiter.toml from the PaulGo fork # copy custom simple theme css and limiter.toml from the PaulGo fork
COPY --from=docker.io/paulgoio/searxng:production /etc/searxng/limiter.toml /etc/searxng/limiter.toml COPY --from=docker.io/paulgoio/searxng:production /etc/searxng/limiter.toml /etc/searxng/limiter.toml