mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Update containers.twig
Add note to Fulltextsearch about initial scanning process Signed-off-by: FreDTV <70434961+Fred-DTV@users.noreply.github.com>
This commit is contained in:
parent
1771a72c0e
commit
188b3ada95
1 changed files with 1 additions and 1 deletions
|
|
@ -552,7 +552,7 @@
|
||||||
{% if is_fulltextsearch_enabled == true %}
|
{% if is_fulltextsearch_enabled == true %}
|
||||||
<input type="checkbox" id="fulltextsearch" name="fulltextsearch" checked="checked"><label for="fulltextsearch">Fulltextsearch (needs ~1GB additional RAM)</label><br>
|
<input type="checkbox" id="fulltextsearch" name="fulltextsearch" checked="checked"><label for="fulltextsearch">Fulltextsearch (needs ~1GB additional RAM)</label><br>
|
||||||
{% else %}
|
{% else %}
|
||||||
<input type="checkbox" id="fulltextsearch" name="fulltextsearch"><label for="fulltextsearch">Fulltextsearch (needs ~1GB additional RAM)</label><br>
|
<input type="checkbox" id="fulltextsearch" name="fulltextsearch"><label for="fulltextsearch">Fulltextsearch (NOTE: If enabled on systems with many files, be aware that the first scan process might take a while, during which Nextcloud will be unavailable. And needs ~1GB additional RAM)</label><br>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if is_imaginary_enabled == true %}
|
{% if is_imaginary_enabled == true %}
|
||||||
<input type="checkbox" id="imaginary" name="imaginary" checked="checked"><label for="imaginary">Imaginary (for previews of heic, heif, illustrator, pdf, svg, tiff and webp. Imaginary is currently <a href="https://github.com/nextcloud/server/issues/34262">incompatible with server-side-encryption</a>)</label><br><br>
|
<input type="checkbox" id="imaginary" name="imaginary" checked="checked"><label for="imaginary">Imaginary (for previews of heic, heif, illustrator, pdf, svg, tiff and webp. Imaginary is currently <a href="https://github.com/nextcloud/server/issues/34262">incompatible with server-side-encryption</a>)</label><br><br>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue