add Univention

Ralf Becker 2019-10-24 12:19:34 +02:00
parent 1181135165
commit ca4516e662

@ -131,6 +131,14 @@ systemctl enable --now docker
``` ```
From their on you can follow the RHEL/CentOS 7 instructions above, replacing RHEL_7 in the repo-url with CentOS_8. From their on you can follow the RHEL/CentOS 7 instructions above, replacing RHEL_7 in the repo-url with CentOS_8.
# Univention
> EGroupware 19.1 is available via the Unvention App Center, thought there are a couple of requirements
* UCS 4.4-2 is required
* if the server was installed before UCS 4.3 and updated, you have to [manually enable the memberOf overlay](https://help.univention.com/t/memberof-attribute-group-memberships-of-user-and-computer-objects/6439)
* if you use EGroupware on a slave, you need to use the ldap from the master (is set automatic for new installations)
# PostgreSQL # PostgreSQL
> Keep in mind, that you can NOT use ```localhost``` to address a service eg. PostgreSQL inside the container, as it does NOT refer to the host, but the container itself. You have to use the IP address of the host or the docker0 bridge AND make sure the service is not just bound to localhost! > Keep in mind, that you can NOT use ```localhost``` to address a service eg. PostgreSQL inside the container, as it does NOT refer to the host, but the container itself. You have to use the IP address of the host or the docker0 bridge AND make sure the service is not just bound to localhost!