mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Updated Collabora Integration (markdown)
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.
|
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:
|
Find out the EGroupware Docker Network:
|
||||||
|
```
|
||||||
docker network inspect egroupware-docker_default | grep Subnet
|
docker network inspect egroupware-docker_default | grep Subnet
|
||||||
=>
|
=>
|
||||||
“Subnet”: “172.19.0.0/16”,
|
“Subnet”: “172.19.0.0/16”,
|
||||||
|
```
|
||||||
In
|
In
|
||||||
/var/lib/egroupware/loolwsd/loolwsd.xml
|
/var/lib/egroupware/loolwsd/loolwsd.xml
|
||||||
|
```
|
||||||
add under
|
add under
|
||||||
<net desc="Network settings">
|
<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.">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>
|
<host desc="The IPv6 loopback (localhost) address.">::ffff:172\.19\.[0-9]{1,3}\.[0-9]{1,3}</host>
|
||||||
|
```
|
||||||
|
|
||||||
Add in
|
Add in
|
||||||
/etc/egroupware-docker/docker-egroupware.override.yml
|
/etc/egroupware-docker/docker-egroupware.override.yml
|
||||||
|
```
|
||||||
under
|
under
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@ -76,3 +78,4 @@ configure
|
|||||||
|
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "sub.domain.tld:172.17.0.1"
|
- "sub.domain.tld:172.17.0.1"
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user