feat: change URLs in footer
This commit is contained in:
parent
9384644d9d
commit
80fcdaa113
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,8 @@
|
||||||
# use alpine as base for searx and set workdir as well as env vars
|
# use alpine as base for searx and set workdir as well as env vars
|
||||||
FROM alpine:3.20 AS base
|
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
|
||||||
ENV UPSTREAM_COMMIT=7e680d8e8ef96a3161608f37e08799a9feae77e7
|
ENV UPSTREAM_COMMIT=7e680d8e8ef96a3161608f37e08799a9feae77e7
|
||||||
|
|
||||||
COPY ./requirements.txt .
|
COPY ./requirements.txt .
|
||||||
|
|
|
@ -8,11 +8,10 @@ general:
|
||||||
open_metrics: '' # Public metrics
|
open_metrics: '' # Public metrics
|
||||||
|
|
||||||
brand:
|
brand:
|
||||||
new_issue_url: https://github.com/searxng/searxng/issues/new
|
custom:
|
||||||
docs_url: https://docs.searxng.org/
|
maintainer: "Astrial.org"
|
||||||
public_instances: https://searx.space
|
links:
|
||||||
wiki_url: https://github.com/searxng/searxng/wiki
|
Uptime: "https://uptime.astrial.org/"
|
||||||
issue_url: https://github.com/searxng/searxng/issues
|
|
||||||
|
|
||||||
search:
|
search:
|
||||||
# 0: none, 1: moderate, 2: strict
|
# 0: none, 1: moderate, 2: strict
|
||||||
|
|
Loading…
Reference in a new issue