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
|
||||
FROM alpine:3.20 AS base
|
||||
|
||||
ENV GID=991 UID=991 UWSGI_WORKERS=1 UWSGI_THREADS=16
|
||||
ENV UPSTREAM_COMMIT=7e680d8e8ef96a3161608f37e08799a9feae77e7
|
||||
ENV GID=991 UID=991 UWSGI_WORKERS=1 UWSGI_THREADS=16 UPSTREAM_COMMIT=73d50f57481cfe2951c3231b2f5dfd70c0e6b49f
|
||||
|
||||
COPY ./requirements.txt .
|
||||
|
||||
|
|
|
@ -149,35 +149,6 @@ engines:
|
|||
engine: bing_videos
|
||||
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
|
||||
engine: google
|
||||
shortcut: g
|
||||
|
|
Loading…
Reference in a new issue