+ --with-lang="ar bg ca cs da de el en-US en-GB eo es eu fi fr gl he hr hu hy id is it ja ko lo nb nl oc pl pt pt-BR sq ru sk sl sv tr uk vi zh-CN zh-TW" \
+ --with-dictionaries="ar bg ca cs da de el en eo es eu fi fr gl he hr hu hy id is it ja ko lo nb nl oc pl pt pt-BR sq ru sk sl sv tr uk vi zh-CN zh-TW" \
+ <auth_key desc="Auth Key generated by your account" type="string" default=""></auth_key>
+ </deepl>
+
+- <sys_template_path desc="Path to a template tree with shared libraries etc to be used as source for chroot jails for child processes." type="path" relative="true" default="systemplate"></sys_template_path>
+- <child_root_path desc="Path to the directory under which the chroot jails for the child processes will be created. Should be on the same file system as systemplate and lotemplate. Must be an empty directory." type="path" relative="true" default="jails"></child_root_path>
++ <sys_template_path desc="Path to a template tree with shared libraries etc to be used as source for chroot jails for child processes." type="path" relative="true" default="systemplate">../share/collabora/systemplate</sys_template_path>
++ <child_root_path desc="Path to the directory under which the chroot jails for the child processes will be created. Should be on the same file system as systemplate and lotemplate. Must be an empty directory." type="path" relative="true" default="jails">../share/collabora/jails</child_root_path>
+ <mount_jail_tree desc="Controls whether the systemplate and lotemplate contents are mounted or not, which is much faster than the default of linking/copying each file." type="bool" default="true">true</mount_jail_tree>
+
+ <server_name desc="External hostname:port of the server running coolwsd. If empty, it's derived from the request (please set it if this doesn't work). May be specified when behind a reverse-proxy or when the hostname is not reachable directly." type="string" default=""></server_name>
+- <file_server_root_path desc="Path to the directory that should be considered root for the file server. This should be the directory containing cool." type="path" relative="true" default="browser/../"></file_server_root_path>
++ <file_server_root_path desc="Path to the directory that should be considered root for the file server. This should be the directory containing cool." type="path" relative="true" default="browser/../">../share/coolwsd</file_server_root_path>
+ <hexify_embedded_urls desc="Enable to protect encoded URLs from getting decoded by intermediate hops. Particularly useful on Azure deployments" type="bool" default="false">false</hexify_embedded_urls>
+ set the ssl_verification settings to false and put an empty value in ca_file_path:
+ %%LOCALBASE%%/bin/coolconfig set ssl.ssl_verification false
+ %%LOCALBASE%%/bin/coolconfig set ssl.ca_file_path ""
+
+ When using a self signed certificate make sure to add a browser exception to your browser for instance by visting https://your-colla-online-address:9980
+ and add an exception, according to the browser, before trying to configure in nextcloud.
+
+ See https://sdk.collaboraonline.com/docs/installation/Proxy_settings.html#reverse-proxy-settings-in-nginx-config-ssl-termination for a nginx config
+ that fits config with ssl-termination true and ssl-enabled false. Note that the default is not ssl-terminating.