Преглед изворни кода

Merge branch 'master' into master

pull/2565/head
Slavi Pantaleev пре 3 година
committed by GitHub
родитељ
комит
bef13fe495
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 измењених фајлова са 5 додато и 2 уклоњено
  1. +4
    -1
      roles/custom/matrix-dendrite/defaults/main.yml
  2. +1
    -1
      roles/custom/matrix-dendrite/templates/dendrite/dendrite.yaml.j2

+ 4
- 1
roles/custom/matrix-dendrite/defaults/main.yml Прегледај датотеку

@@ -212,6 +212,9 @@ matrix_dendrite_userapi_auto_join_rooms: []
# name, number of active users and some information on your deployment config. # name, number of active users and some information on your deployment config.
matrix_dendrite_report_stats: false matrix_dendrite_report_stats: false


# dynamically generate thumbnails for media content
# Contorls whether thumbnails for media content are generated dynamically
matrix_dendrite_mediaapi_dynamic_thumbnails: false matrix_dendrite_mediaapi_dynamic_thumbnails: false
matrix_dendrite_mediaapi_max_thumbnail_generators: 10 matrix_dendrite_mediaapi_max_thumbnail_generators: 10

# Controls whether the full-text search engine is enabled
matrix_dendrite_syncapi_search_enabled: false

+ 1
- 1
roles/custom/matrix-dendrite/templates/dendrite/dendrite.yaml.j2 Прегледај датотеку

@@ -355,7 +355,7 @@ sync_api:
# Configuration for the full-text search engine. # Configuration for the full-text search engine.
search: search:
# Whether or not search is enabled. # Whether or not search is enabled.
enabled: false
enabled: {{ matrix_dendrite_syncapi_search_enabled|to_json }}
# The path where the search index will be created in. # The path where the search index will be created in.
index_path: "/matrix-media-store-parent/searchindex" index_path: "/matrix-media-store-parent/searchindex"
# The language most likely to be used on the server - used when indexing, to # The language most likely to be used on the server - used when indexing, to


Loading…
Откажи
Сачувај