documentation: wrong double back slash in domain parameter
Opened this issue · 2 comments
Describe the bug
At https://nextcloud.com/collaboraonline/ it's explained that you should use -e 'domain=cloud\\.nextcloud\\.com'
when starting the container. However, as of today, it doesn't work with the latest image collabora/code
. You should use -e 'domain=cloud\.nextcloud\.com'
instead, eg single backslash to escape dots, otherwise you would get the following error in the container:
ERR No acceptable WOPI hosts found matching the target host [cloud.nextcloud.com] in config.| wsd/Storage.cpp:292
To Reproduce
- install
collabora/code:latest
- follow https://nextcloud.com/collaboraonline/
Expected behavior
Following the documentation should lead to a working solution.
Server details
Docker 20.10.23-0debian-buster
Operating system:
Debian 10
Web server:
Apache 2.4
Database:
postgreSQL 11.9
PHP version:
7.3
Nextcloud version:
20.0.4
Version of the richdocuments app
3.17.11
Version of Collabora Online
LOOLWSD 6.4.3
LOKit 6.4-19
This is still an issue. The solution to this problem was finding this github issue to hint me into the right direction.
This was also an issue for me. Took me some time to find the github issue.