Enable DOI rewriter by default
This commit is contained in:
parent
05d913f849
commit
72aa99a9e1
|
@ -19,4 +19,6 @@ RUN apk add --no-cache --virtual .build \
|
|||
|
||||
WORKDIR /searx
|
||||
|
||||
RUN sed -i -e 's/default_on = False/default_on = True/' searx/plugins/oa_doi_rewrite.py
|
||||
|
||||
ENTRYPOINT ["tini", "--", "gunicorn", "searx.webapp", "--bind", "[::]:8000", "-w", "4"]
|
||||
|
|
Reference in a new issue