From 405469a8f4ee141ffff2319b61d7b01ed643504c Mon Sep 17 00:00:00 2001 From: szaimen <42591237+szaimen@users.noreply.github.com> Date: Sat, 30 May 2026 12:22:29 +0000 Subject: [PATCH] Yaml updates Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- manual-install/latest.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manual-install/latest.yml b/manual-install/latest.yml index b259d708..617c1e38 100644 --- a/manual-install/latest.yml +++ b/manual-install/latest.yml @@ -455,11 +455,13 @@ services: - discovery.type=single-node - http.port=9200 - xpack.license.self_generated.type=basic - - xpack.security.enabled=false + - xpack.security.enabled=true + - xpack.security.http.ssl.enabled=false + - xpack.security.transport.ssl.enabled=false - indices.fielddata.cache.size=20% - indices.memory.index_buffer_size=20% - thread_pool.write.queue_size=1000 - - FULLTEXTSEARCH_PASSWORD + - ELASTIC_PASSWORD=${FULLTEXTSEARCH_PASSWORD} volumes: - nextcloud_aio_elasticsearch:/usr/share/elasticsearch/data:rw restart: unless-stopped