This folders contains some config examples for Nextcloud, e.g. to better support archive MIME-types and the like. Please make sure to also read the Nextcloud admin-documentation before (then non-)blindly using these examples.
- nextcloud/mimetypemapping.json
- see Nextcloud MIME-type configuration
- Note that is neccessary to run
after adding the content of this file to the nextcloud configuration. If you don't like the mappings, just customize to your needs and/or place a pull-
occ maintenance:mimetype:update-db
- nextcloud/mimetypealiases.json
- see Nextcloud MIME-type configuration
- Note that is neccessary to run
after adding the content of this file to the nextcloud configuration. The file just maps all supported archive and compression type to
occ maintenance:mimetype:update-js
package/x-generic
. If you do not like this, then customize! Note that the effect of these mime-type aliases is just the modification of the file-type icon in the UI.