Skip to content
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

oCIS-wopi example fails with permission error #2436

Closed
pascalwengerter opened this issue Aug 25, 2021 · 2 comments · Fixed by #2450
Closed

oCIS-wopi example fails with permission error #2436

pascalwengerter opened this issue Aug 25, 2021 · 2 comments · Fixed by #2450
Assignees
Labels

Comments

@pascalwengerter
Copy link
Contributor

pascalwengerter commented Aug 25, 2021

Describe the bug

Came across this when working on #2418, should be easy to fix

Steps to reproduce

Steps to reproduce the behavior:

  1. Follow https://owncloud.dev/ocis/deployment/ocis_wopi/ guide
  2. Starting oCIS Docker container fails with Can't modify config/config.json - permission denied
  3. Disabling line 5&6 in entrypoint-override.sh and adding the WEB_UI_CONFIG: "/config/config.dist.json" in the docker-compose lets the oCIS Docker container start

Expected behavior

Guide just works

Actual behavior

Modification needed, no custom domains possible

Setup

oCIS 1.11.0-rc1

@pascalwengerter
Copy link
Contributor Author

Turns out the same is true for the ocis hello as mentioned in the public rocket chat https://talk.owncloud.com/channel/ocis?msg=JXQjAF9YZ5FrgpX9W

@wkloucek
Copy link
Contributor

regression introduced in #2380 since we don't use root anymore and the file is not writeable by the non-root user. Will have a look :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants