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
- DAC_OVERRIDE
morty:
container_name: morty
image: dalf/morty
restart: always
command: -timeout 6 -ipv6
environment:
- MORTY_KEY={{ search.morty.key }}
- MORTY_ADDRESS=0.0.0.0:3030
labels:
- "traefik.enable=true"
- "traefik.http.routers.morty.rule=Host(`search.tobiasmanske.de`) && PathPrefix(`/morty`)"
- "traefik.http.routers.morty.entrypoints=websecure"
- "traefik.http.services.morty.loadbalancer.server.port=3030"
networks:
- gateway
- backend
# morty:
# container_name: morty
# image: dalf/morty
# restart: always
# command: -timeout 6 -ipv6
# environment:
# - MORTY_KEY={{ search.morty.key }}
# - MORTY_ADDRESS=0.0.0.0:3030
# labels:
# - "traefik.enable=true"
# - "traefik.http.routers.morty.rule=Host(`search.tobiasmanske.de`) && PathPrefix(`/morty`)"
# - "traefik.http.routers.morty.entrypoints=websecure"
# - "traefik.http.services.morty.loadbalancer.server.port=3030"
# networks:
# - gateway
# - backend
networks:
gateway:

View File

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