SearXNG: Disable Morty

This commit is contained in:
Tobias Manske 2022-07-10 19:54:54 +02:00
parent 06a014f39c
commit 6bd4581ac4
Signed by: tobias
GPG Key ID: E83C743C1FC2F79A
2 changed files with 18 additions and 18 deletions

View File

@ -37,22 +37,22 @@ services:
- SETUID - SETUID
- DAC_OVERRIDE - DAC_OVERRIDE
morty: # morty:
container_name: morty # container_name: morty
image: dalf/morty # image: dalf/morty
restart: always # restart: always
command: -timeout 6 -ipv6 # command: -timeout 6 -ipv6
environment: # environment:
- MORTY_KEY={{ search.morty.key }} # - MORTY_KEY={{ search.morty.key }}
- MORTY_ADDRESS=0.0.0.0:3030 # - MORTY_ADDRESS=0.0.0.0:3030
labels: # labels:
- "traefik.enable=true" # - "traefik.enable=true"
- "traefik.http.routers.morty.rule=Host(`search.tobiasmanske.de`) && PathPrefix(`/morty`)" # - "traefik.http.routers.morty.rule=Host(`search.tobiasmanske.de`) && PathPrefix(`/morty`)"
- "traefik.http.routers.morty.entrypoints=websecure" # - "traefik.http.routers.morty.entrypoints=websecure"
- "traefik.http.services.morty.loadbalancer.server.port=3030" # - "traefik.http.services.morty.loadbalancer.server.port=3030"
networks: # networks:
- gateway # - gateway
- backend # - backend
networks: networks:
gateway: gateway:

View File

@ -105,10 +105,10 @@ ui:
# Note: since commit af77ec3, morty accepts a base64 encoded key. # Note: since commit af77ec3, morty accepts a base64 encoded key.
# #
result_proxy: result_proxy:
url: https://search.tobiasmanske.de/morty/ url: false # https://search.tobiasmanske.de/morty/
key: !!binary "{{ search.morty.key }}" key: !!binary "{{ search.morty.key }}"
# [true|false] enable the "proxy" button next to each result # [true|false] enable the "proxy" button next to each result
proxify_results: true proxify_results: false
{% raw %} {% raw %}