nextcloud-documentation/admin_manual/installation
Daniel Calviño Sánchez e567246c01 Allow to serve static WebAssembly and TensorFlow Lite files
Since Talk 13 (and thus Nextcloud 23) WebAssembly (.wasm) and TensorFlow
Lite (.tflite) files need to be loaded from the web server to provide
certain features (like the background blur in the WebUI).

Those files can be treated in a similar way to other static resources,
and there should not be any problem caching or compressing them.
However, as compressed TensorFlow Lite files are only ~12% smaller,
the compression directive depends on the MIME type and there is no
standard MIME type for TensorFlow Lite files, for now only WebAssembly
files are compressed.

Depending on the setup "application/wasm" may not be associated with
".wasm" files, so the directive was added just in case, as the
compression is enabled through the MIME type and, besides that, the
browsers log a warning if the expected MIME type is not returned.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-11-17 13:45:56 +00:00
..
images updated a bunch of screenshots 2020-03-28 23:29:46 +01:00
apps_supported.rst Update apps_supported.rst 2021-08-27 09:21:57 +02:00
command_line_installation.rst Escape line breaks in multiline command 2020-07-23 13:01:18 +00:00
deployment_recommendations.rst Fix link markup 2018-03-20 08:58:40 +01:00
example_centos.rst Update example_centos.rst 2020-08-07 14:23:33 +02:00
example_openbsd.rst Update example_openbsd.rst 2021-03-16 21:44:02 +01:00
example_ubuntu.rst Update example_ubuntu.rst 2020-12-27 10:32:58 +01:00
harden_server.rst Document that access tokens shouldn't be stored 2021-10-18 12:59:50 +02:00
index.rst Add support OpenBSD 2021-02-19 18:28:55 +01:00
installation_wizard.rst Revert "Fix images and alt tags, fix #621, fix #622" 2021-04-30 13:18:44 +02:00
nginx-root.conf.sample Allow to serve static WebAssembly and TensorFlow Lite files 2021-11-17 13:45:56 +00:00
nginx-subdir.conf.sample Allow to serve static WebAssembly and TensorFlow Lite files 2021-11-17 13:45:56 +00:00
nginx.rst Typo 2021-05-24 19:58:27 +02:00
selinux_configuration.rst All directory labels should be deleted on uninstall 2021-09-25 13:46:25 +02:00
server_tuning.rst Fix underline 2021-03-17 14:23:17 +01:00
source_installation.rst Update source_installation.rst 2021-10-16 23:12:15 -04:00
system_requirements.rst Recommend php8 2021-08-09 16:18:15 +02:00