Enable public_instance

This commit is contained in:
Sam A. 2023-10-03 17:45:29 +02:00
parent 620988e734
commit a418dd8c98
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
3 changed files with 1 additions and 11 deletions

View File

@ -1,2 +0,0 @@
[botdetection.ip_limit]
link_token = true

View File

@ -22,13 +22,6 @@
owner: root
mode: u=rw,g=r,o=r
- name: Copy SearXNG limiter.toml file
ansible.builtin.copy:
src: searxng/limiter.toml
dest: "{{ services.searxng.volume }}/searxng/limiter.toml"
owner: root
mode: u=rw,g=r,o=r
- name: Deploy SearXNG with Docker Compose
community.docker.docker_compose:
project_name: searxng
@ -53,7 +46,6 @@
- searxng
volumes:
- "{{ services.searxng.volume }}/searxng/settings.yml:/etc/searxng/settings.yml:ro"
- "{{ services.searxng.volume }}/searxng/limiter.toml:/etc/searxng/limiter.toml:ro"
cap_add:
- chown
- dac_override

View File

@ -15,7 +15,7 @@ server:
http_protocol_version: "1.1"
method: GET
limiter: true
# public_instance: true
public_instance: true
ui:
results_on_new_tab: false