SearXNG: Disable Morty
This commit is contained in:
parent
06a014f39c
commit
6bd4581ac4
@ -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:
|
||||
|
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user