docker-nextcloud icon indicating copy to clipboard operation
docker-nextcloud copied to clipboard

Missing webm and mp4 in nginx default conf

Open nowheretobefound opened this issue 1 year ago • 3 comments

FirstRunWizard videos doesnt work. After the first login to a new user account I see a blue page but no video.

I think Im running into this issue :

https://github.com/nextcloud/firstrunwizard/issues/273

Nginx: Add mp4 and webm like below

location ~ .(?:png|html|ttf|ico|jpg|jpeg|mp4|webm)$ { try_files $uri /index.php$request_uri; }

nowheretobefound avatar Nov 22 '24 20:11 nowheretobefound

https://github.com/nextcloud/documentation/pull/1833/files is the relevant change of the config

waja avatar Jan 18 '25 12:01 waja

these config changes goes into https://github.com/hoellen/docker-nextcloud/blob/master/rootfs/etc/nginx/conf.d/default.conf

or ?

nowheretobefound avatar Jan 20 '25 18:01 nowheretobefound

Yes. You can try to create your own config and bind mount it into the container by overriding the shipped one. I've looked into the actual config documentation. Lookes like the recommended config was a bit restructured since the default.conf was created.

waja avatar Jan 21 '25 00:01 waja

thank you, I guess this issue can be closed then :)

nowheretobefound avatar Oct 07 '25 18:10 nowheretobefound

thank you, I guess this issue can be closed then :)

I think you has the permission to close the issue as author.

waja avatar Oct 07 '25 19:10 waja