Index: 65univention-ox.inst =================================================================== --- 65univention-ox.inst (Revision 81318) +++ 65univention-ox.inst (Arbeitskopie) @@ -309,6 +309,17 @@  ucs/web/overview/entries/service/ox-appsuite/link \  ucs/web/overview/entries/service/ox-appsuite/priority 2> /dev/null   + FQDN="$hostname.$domainname" + LINKS="--append link=http://$FQDN/appsuite/ --append link=https://$FQDN/appsuite/" + IFACE="$interfaces_primary" + if [ -z "$IFACE" ]; then + IFACE=eth0 + fi + IP="$(ucr get interfaces/$IFACE/address)" + if [ -n "$IP" ]; then + LINKS="$LINKS --append link=http://$IP/appsuite/ --append link=https://$IP/appsuite/" + fi +  univention-directory-manager settings/portal_entry create --ignore_exists "$@" \  --position "cn=portal,cn=univention,$ldap_base" \  --set name="ox_app_suite_login" \ @@ -316,7 +327,7 @@  --append displayName='en_US "Open-Xchange WebGUI"' \  --set portal="cn=domain,cn=portal,cn=univention,$ldap_base" \  --set icon="$(base64 /var/www/icon/ox.png)" \ - --set link="/appsuite/" \ + $LINKS \  --append description='de_DE "Open-Xchange Server Anmeldung (App Suite)"' \  --append description='en_US "Open-Xchange Server Login (App Suite)"' \  --set category="service" \