Libre office online
In the file (/opt/online/)loolwsd.xml, you have to put the domain names that can access lool.
If I put there the ip address from the remote server I want to give access, it doesn’t work, it can’t access lool.
<storage desc="Backend storage">
<filesystem allow="false" />
<wopi desc="Allow/deny wopi storage. Mutually exclusive with webdav." allow="true">
<host desc="Regex pattern of hostname to allow or deny." allow="true">localhost</host>
<host desc="Regex pattern of hostname to allow or deny." allow="true">cloud\.xxx\.net</host>
...
</wopi>
...
</storage>
Isn’t there a way to tell lool to accept all the requests from an ip address whatever the domain names are?