This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nextcloud by /u/Innocent__Rain on 2023-07-03 20:45:26+00:00.


Hey there,

I’m currently facing an issue with the built-in code server on my Nextcloud. It seems that it’s not compatible with a Docker installation of Nextcloud on a Synology NAS. To resolve this, I’m currently attempting to set up the Collabora/Code Docker container. However, I’m encountering difficulties with seccomp as well.

After some research, I discovered that seccomp is not available on Synology, and there is no way to enable it. Consequently, the only possible solution is to disable seccomp in the Collabora container itself. Unfortunately, despite trying various methods I found online, I haven’t been successful so far.

I found a few possible environment variables that supposedly disable this feature like " --o:security.seccomp=false" or COLLABORA_SECCOMP_DISABLED=true but these dont work in my case and i continue to get error messages like “LibreOfficeKit seccomp security lockdown failed. Exiting.”

If anyone has encountered a similar problem or knows of a workaround, I would greatly appreciate any assistance or advice. Thank you!