From 72db3c75ded111381e023f4ce05976451c1726cb Mon Sep 17 00:00:00 2001 From: Opnxng Date: Sat, 15 Jun 2024 04:44:19 +0800 Subject: [PATCH] SearXNG: Fixed base url --- templates/compose/searxng.yaml.j2 | 2 +- vars/services.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/compose/searxng.yaml.j2 b/templates/compose/searxng.yaml.j2 index cb60199..ab5cfa5 100644 --- a/templates/compose/searxng.yaml.j2 +++ b/templates/compose/searxng.yaml.j2 @@ -24,7 +24,7 @@ services: - PUID=1000 - PGID=1000 - TZ=Asia/Singapore - - SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost} + - SEARXNG_BASE_URL=https://opnxng.com - UWSGI_WORKERS=1 - UWSGI_THREADS=16 depends_on: diff --git a/vars/services.yaml b/vars/services.yaml index 81fe48a..085a32d 100644 --- a/vars/services.yaml +++ b/vars/services.yaml @@ -1,4 +1,4 @@ -config: +compose: oracle1: - searxng oracle2: @@ -8,7 +8,7 @@ config: oracle4: - searxng -compose: +config: oracle1: - searxng oracle2: