Compare commits
No commits in common. "9384644d9d43415e8007f752dd8cd1f5ba21ccf8" and "acc1c2b8323fcf645a82b07a5c9122ac9300a570" have entirely different histories.
9384644d9d
...
acc1c2b832
2 changed files with 1 additions and 31 deletions
|
@ -1,8 +1,7 @@
|
||||||
# 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 UPSTREAM_COMMIT=73d50f57481cfe2951c3231b2f5dfd70c0e6b49f
|
||||||
ENV UPSTREAM_COMMIT=7e680d8e8ef96a3161608f37e08799a9feae77e7
|
|
||||||
|
|
||||||
COPY ./requirements.txt .
|
COPY ./requirements.txt .
|
||||||
|
|
||||||
|
|
|
@ -148,35 +148,6 @@ engines:
|
||||||
- name: bing videos
|
- name: bing videos
|
||||||
engine: bing_videos
|
engine: bing_videos
|
||||||
shortcut: biv
|
shortcut: biv
|
||||||
|
|
||||||
- name: brave
|
|
||||||
engine: brave
|
|
||||||
shortcut: br
|
|
||||||
time_range_support: true
|
|
||||||
paging: true
|
|
||||||
categories: [general, web]
|
|
||||||
brave_category: search
|
|
||||||
|
|
||||||
- name: brave images
|
|
||||||
engine: brave
|
|
||||||
network: brave
|
|
||||||
shortcut: bri
|
|
||||||
categories: [images, web]
|
|
||||||
brave_category: images
|
|
||||||
|
|
||||||
- name: brave videos
|
|
||||||
engine: brave
|
|
||||||
network: brave
|
|
||||||
shortcut: brv
|
|
||||||
categories: [videos, web]
|
|
||||||
brave_category: videos
|
|
||||||
|
|
||||||
- name: brave news
|
|
||||||
engine: brave
|
|
||||||
network: brave
|
|
||||||
shortcut: brn
|
|
||||||
categories: news
|
|
||||||
brave_category: news
|
|
||||||
|
|
||||||
- name: google
|
- name: google
|
||||||
engine: google
|
engine: google
|
||||||
|
|
Loading…
Reference in a new issue