Hi - and first of all - Thank you for the great Collabora Online Software!
We just started to use it together with wopi.
In etc/coolwsd/coolwsd.xml
we set under
<storage desc="Backend storage">
<filesystem allow="false" />
this host:
<wopi desc="Allow/deny wopi storage." allow="true">
<host desc="Regex pattern of hostname to allow or deny." allow="true">my.first-host.tld</host>
<host desc="Regex pattern of hostname to allow or deny." allow="true">10\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc="Regex pattern of hostname to allow or deny." allow="true">172\.1[6789]\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc="Regex pattern of hostname to allow or deny." allow="true">172\.2[0-9]\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc="Regex pattern of hostname to allow or deny." allow="true">172\.3[01]\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc="Regex pattern of hostname to allow or deny." allow="true">192\.168\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc="Regex pattern of hostname to allow or deny." allow="false">192\.168\.1\.1</host>
so for my.first-host.tld things work perfect.
Now we want to add an other host and we tried this by simply adding the line
<host desc="Regex pattern of hostname to allow or deny." allow="true">my.second-host.tld</host>
but that did not work at all…
What is the right way to add a second host?
Thanks for your help