Compare commits
2 commits
acc1c2b832
...
9384644d9d
Author | SHA1 | Date | |
---|---|---|---|
9384644d9d | |||
8d1b494268 |
2 changed files with 31 additions and 1 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 UPSTREAM_COMMIT=73d50f57481cfe2951c3231b2f5dfd70c0e6b49f
|
ENV GID=991 UID=991 UWSGI_WORKERS=1 UWSGI_THREADS=16
|
||||||
|
ENV UPSTREAM_COMMIT=7e680d8e8ef96a3161608f37e08799a9feae77e7
|
||||||
|
|
||||||
COPY ./requirements.txt .
|
COPY ./requirements.txt .
|
||||||
|
|
||||||
|
|
|
@ -148,6 +148,35 @@ 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