Updated Collabora Integration (markdown)

Birgit Becker 2021-12-07 11:19:30 +01:00
parent d52d6bf3b9
commit 09f26cc30b

@ -51,14 +51,14 @@ Out of scope of this article.
This function from Collabora SDK API uses a different data access than usual when opening and saving documents from filemanager. Therefore, further configuration settings are usually necessary. However, it always depends on the environment and can be different.
Find out the EGroupware Docker Network:
```
docker network inspect egroupware-docker_default | grep Subnet
=>
“Subnet”: “172.19.0.0/16”,
```
In
/var/lib/egroupware/loolwsd/loolwsd.xml
```
add under
<net desc="Network settings">
@ -66,9 +66,11 @@ two lines:
<host desc="The IPv6 loopback (localhost) address.">172\.19\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc="The IPv6 loopback (localhost) address.">::ffff:172\.19\.[0-9]{1,3}\.[0-9]{1,3}</host>
```
Add in
/etc/egroupware-docker/docker-egroupware.override.yml
```
under
environment:
@ -76,3 +78,4 @@ configure
extra_hosts:
- "sub.domain.tld:172.17.0.1"
```