Searx: reduce google weight
This commit is contained in:
parent
33ea893e30
commit
ec8a78aa6a
@ -20,7 +20,6 @@ services:
|
||||
restart: always
|
||||
networks:
|
||||
- default # mirror service needs internet
|
||||
- gitea_ssh
|
||||
- backend
|
||||
volumes:
|
||||
- gitea_data:/data
|
||||
@ -71,7 +70,7 @@ services:
|
||||
networks:
|
||||
postgres:
|
||||
internal: true
|
||||
gitea_ssh:
|
||||
default:
|
||||
enable_ipv6: true
|
||||
backend:
|
||||
internal: true
|
||||
|
@ -146,6 +146,7 @@ engines:
|
||||
- name: google
|
||||
use_mobile_ui: true
|
||||
shortcut: g
|
||||
weight: 0.5
|
||||
|
||||
- name: google images
|
||||
use_mobile_ui: true
|
||||
|
Loading…
Reference in New Issue
Block a user