Closed mietzen closed 3 years ago
Probably your NAS doesn't support the feature, I'm not sure Collabora Online could realistically run on NASes, perhaps @mmeeks can comment on that.
Probably your NAS doesn't support the feature, I'm not sure Collabora Online could realistically run on NASes, perhaps @mmeeks can comment on that.
What do you mean by "the feature". So my Kernel is probably missing seccomp?
Edit: Yes it's missing seccomp, too bad. I guess there is no way running it without seccomp?
Well - loolwsd.xml has a security setting:
<security desc="Altering these defaults potentially opens you to significant risk">
<seccomp desc="Should we use the seccomp system call filtering." type="bool" default="true">true</seccomp>
You can unset that - and loose one of the (many) layers of our security onion. That's normal enough though for home use - particularly if you trust those who are using the server along with you =)
Oh - and of course, we can run on a NAS =)
Well - loolwsd.xml has a security setting:
<security desc="Altering these defaults potentially opens you to significant risk"> <seccomp desc="Should we use the seccomp system call filtering." type="bool" default="true">true</seccomp>
You can unset that - and loose one of the (many) layers of our security onion. That's normal enough though for home use - particularly if you trust those who are using the server along with you =)
I've create a collabora/CODE container with seccomp disabled: https://hub.docker.com/r/mietzen/synology-collabora (auto build on base image change is enabled)
If any body has the same problem feel free to use it / fork it.
Well - loolwsd.xml has a security setting:
<security desc="Altering these defaults potentially opens you to significant risk"> <seccomp desc="Should we use the seccomp system call filtering." type="bool" default="true">true</seccomp>
You can unset that - and loose one of the (many) layers of our security onion. That's normal enough though for home use - particularly if you trust those who are using the server along with you =)
If any one stumbles over this, the config is now called coolwsd.xml
under /etc/coolwsd/coolwsd.xml
Describe the bug I'm trying to run Collabora on my NAS. I followed: https://www.collaboraoffice.com/code/quick-tryout-nextcloud-docker/ But the container hangs up on startup:
To Reproduce Steps to reproduce the behavior: Run
docker run -t -d -p 9980:9980 -e "extra_params=--o:ssl.enable=false" collabora/code
Full Log is attached: _nextcloud-collabora_logs.txt