fix missing config file

This commit is contained in:
Riki Permana 2024-05-05 01:05:42 +07:00
parent f8fd2a6fb0
commit 8296d91b43
2 changed files with 8 additions and 1 deletions

6
searxng-limiter.toml Normal file
View file

@ -0,0 +1,6 @@
# This configuration file updates the default configuration file
# See https://github.com/searxng/searxng/blob/master/searx/limiter.toml
[botdetection.ip_limit]
# activate link_token method in the ip_limit method
link_token = true

View file

@ -1,3 +1,4 @@
FROM searxng/searxng
COPY searxng-settings.yml /etc/searxng/settings.yml
COPY searxng-settings.yml /etc/searxng/settings.yml
COPY searxng-limiter.toml /etc/searxng/limiter.toml