-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot change the upload directory if the root folder is read only #3590
Comments
BTW: of course the file upload doesn't work either as long as the folder isn't existing and cannot get created... |
@nickvergessen I think the problem here is that you are trying to open the folder picker in the default directory /Talk which breaks because it cannot get created on my setup. The bug could probably get solved by opening the folder picker in the root directory if the default /Talk directory couldn't get created. Does that make sense? |
Sounds good. I was not aware a read only root is a thing. Will check with others |
I think this was the PR which made it possible to mount an external storage folder as root directory and thus allows us to make it read only: |
Confirm on nc 19.0.0 and Talk 9.0.1. My config: |
@Dubidubiduu As a workaround you could mount an external storage folder or groupfolder named Talk read only to all users. Then should changing the upload directory work again. |
Of course this is not optimal especially if you have many users because every user has to change the upload directory by themselves to a directory where they can write before uploading works. |
Steps to reproduce
Expected behaviour
the upload picker should load and let me choosing the upload folder without having to make the root directory writeable or creating a talk folder inside the root directory before.
Actual behaviour
see point 3 above
Browser
Microphone available: yes/no
yes
Camera available: yes/no
yes
Operating system: Windows/Ubuntu/...
Windows 10
Browser name: Firefox/Chrome/...
Chromium based browser
Browser version: 50.1/55/...
81
Talk app
Talk app version: (see apps admin page:
/index.php/settings/apps
)9.0.0beta1
Custom TURN server configured: yes/no (see additional admin settings:
/index.php/settings/admin/additional
)no
Custom STUN server configured: yes/no (see additional admin settings:
/index.php/settings/admin/additional
)no
Server configuration
Operating system: Ubuntu/RedHat/...
Ubuntu 20.04
Web server: Apache/Nginx
Apache2
Database: MySQL/Maria/SQLite/PostgreSQL
PostgreSQL
PHP version:
7.4
Nextcloud Version: (see admin page)
19.0.0RC2
The text was updated successfully, but these errors were encountered: