From 80fcdaa113c3737d701613ba8b0b941cf08bedb5 Mon Sep 17 00:00:00 2001 From: azyrite Date: Sat, 5 Apr 2025 19:39:34 +1100 Subject: [PATCH] feat: change URLs in footer --- Dockerfile | 3 ++- config/settings.yml | 9 ++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 35e47f8..ec40556 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ # use alpine as base for searx and set workdir as well as env vars 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 COPY ./requirements.txt . diff --git a/config/settings.yml b/config/settings.yml index 4171d48..b64f458 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -8,11 +8,10 @@ general: open_metrics: '' # Public metrics brand: - new_issue_url: https://github.com/searxng/searxng/issues/new - docs_url: https://docs.searxng.org/ - public_instances: https://searx.space - wiki_url: https://github.com/searxng/searxng/wiki - issue_url: https://github.com/searxng/searxng/issues + custom: + maintainer: "Astrial.org" + links: + Uptime: "https://uptime.astrial.org/" search: # 0: none, 1: moderate, 2: strict