<p>In this section you can enable or disable optional containers. There are further community containers available that are not listed below. See <strong><a href="https://github.com/nextcloud/all-in-one/tree/main/community-containers#community-containers">this documentation</a></strong> how to add them.</p>
{%ifisAnyRunning==true%}
<p><strong>Please note:</strong> You can enable or disable the options below only when your containers are stopped.</p>
{%else%}
<p><strong>Please note:</strong> Make sure to save your changes by clicking <strong>Save changes</strong> below the list of optional containers. The changes will not be auto-saved.</p>
Fulltextsearch (needs ~1GB additional RAM, <a href="https://github.com/nextcloud/all-in-one/discussions/5768">does not work on Kernels without Seccomp</a>)
. <strong>Please note:</strong> the initial indexing can take a long time during which Nextcloud will be unavailable
{%endif%}
</label>
</p>
<p>
<input
type="checkbox"
id="imaginary"
name="imaginary"
{%ifis_imaginary_enabled==true%}
checked="checked"
data-initial-state="true"
{%else%}
data-initial-state="false"
{%endif%}
>
<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>
</p>
<p>
<input
type="checkbox"
id="talk"
name="talk"
{%ifis_talk_enabled==true%}
checked="checked"
data-initial-state="true"
{%else%}
data-initial-state="false"
{%endif%}
>
<label for="talk">Nextcloud Talk (needs ports {{talk_port}}/TCP and {{talk_port}}/UDP open/forwarded in your firewall/router)</label>
</p>
<p>
<input
type="checkbox"
id="talk-recording"
name="talk-recording"
{%ifis_talk_recording_enabled==true%}
checked="checked"
data-initial-state="true"
{%else%}
data-initial-state="false"
{%endif%}
>
<label for="talk-recording">Nextcloud Talk Recording-server (needs Nextcloud Talk being enabled and ~1GB additional RAM and ~2 additional vCPUs)</label>
<p><strong>Minimal system requirements:</strong> When any optional container is enabled, at least 2GB RAM, a dual-core CPU and 40GB system storage are required. When enabling ClamAV, Nextcloud Talk Recording-server or Fulltextsearch, at least 3GB RAM are required. For Talk Recording-server additional 2 vCPUs are required. When enabling everything, at least 5GB RAM and a quad-core CPU are required. Recommended are at least 1GB more RAM than the minimal requirement. For further advice and recommendations see <strong><a href="https://github.com/nextcloud/all-in-one/discussions/1335">this documentation</a></strong></p>
<p>You need to make sure that the dictionaries that you enter are valid. An example is <strong>de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru</strong>.</p>
{%else%}
<p>The dictionaries for Collabora are currently set to <strong>{{collabora_dictionaries}}</strong>. You can reset them again by clicking on the button below.</p>