The Library Location you have picked is not writeable

To be completed by the original poster:

CMS Version

Version 4.1.1

Installation Method

Docker

Operating System

ubuntu 24

Issue

not sure what is the path for the libaray. what to set under library location under the settings?

I tried to following some old topics nothing is working, I created folders, in differnt locations, like:
/var/www/mytv/
and
/opt/mytv/

then changed the folders to 755
still says not writeable

Please help.

Provide screenshots where possible!

The path for the library location is defined in your config.env and the default location is /opt/xibo

Edit: The Library storage can be found in /shared/cms/library

Can you post the output as described here?

Also read this:

Hi I check the config.env there is no location set there.
also under /shared/cms/library there are only 2 folders there.
temp
certs

if I set the path to:
/shared/cms/library
or
/opt/xibo/shared/cms/library/

I got:
The Library Location you have picked is not writeable

Do I need to apply:

chown -R www-data:www-data /opt/xibo/shared/cms/library/
and
chmod -R 777 /opt/xibo/shared/cms/library/

Hello, anyone can help, ad direct me here. nothig is getting working

Got it, the solution is:

to set it as: ./shared/cms/library/

must have . before /

Thank you