linuxserver / docker-nextcloud

GNU General Public License v3.0
678 stars 128 forks source link

[BUG] Nextcloud Log Error in 28.0.1 fixed but need change default.conf also #391

Closed masterwishx closed 6 months ago

masterwishx commented 6 months ago

Is there an existing issue for this?

Current Behavior

https://github.com/nextcloud/logreader/issues/1073 As issue is fixed by 28.0.1 or can be fixed by console command :

./occ config:app:set logreader relativedates --value="false"

but also default.conf is need to be changed to add :

   types {
        text/javascript js mjs;
    }
    ...
    ...
    location ~ \.(?:css|js|mjs|svg|gif|png|jpg|ico|wasm|tflite|map|ogg|flac)$ { ...

https://github.com/nextcloud/logreader/issues/1073#issuecomment-1856211939

Expected Behavior

No response

Steps To Reproduce

..

Environment

Unraid and all

CPU architecture

x86-64

Docker creation

..

Container logs

...
masterwishx commented 6 months ago

jest add "mjs" to location and "types{...}" image

masterwishx commented 6 months ago

Thanks for the fix , should be nextcloud also updated to v28.0.1 ?

thespad commented 6 months ago

Not yet, in classic Nextcloud fashion they haven't done a Github release for 28.0.1 so we haven't picked up the build yet.