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