Hello,
following these instructions, I wanted to completely rebuild the development environment:
I was able to fix the first problem: collabora-key complained that the coolwsd.xml file was missing.
Preformatted text[ coolwsd ] FTL Failed to initialize COOLWSD: File not found: /etc/coolwsd/coolwsd.xml| wsd/COOLWSD.hpp:273
I copied the file from https://github.com/EGroupware/build.opensuse.org/blob/master/server%3AeGroupWare/egroupware-collabora-key/egroupware-collabora-key/coolwsd.xml to the appropriate directory, and collabora-key then started successfully.
Next error: egroupware-nginx is stuck in a restart loop:
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty; will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: info: cannot modify /etc/nginx/conf.d/default.conf (read-only file system?)
/docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for startup
2026/08/10 22:25:33 [emerg] 1#1: unknown "egroupware" variable
nginx: [emerg] unknown "egroupware" variable
This line should be the problem:
Did I missed something or should be or does this line only need to be commented out?
Compare to:
Regards, Axel