Nextcloud
configurationother_softwarenextcloud

Add custom mime types #

To register .norg files, add to config/mimetypemappings.json:

"norg": [
        "text/markdown"
]

and run (both required):

php occ maintenance:mimetype:update-js
php occ maintenance:mimetype:update-db --repair-filecache
top