diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index 7e82bda5..f7641a2f 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -708,9 +708,9 @@ nubusPortalServer: featureToggles: notifications_api: false centered_layout: true - newsfeed: {{ .Values.apps.xwiki.enabled }} + newsfeed: {{ and .Values.apps.xwiki.enabled .Values.functional.portal.newsfeed.enabled }} umc_session_refresh: true - welcome_message: true + welcome_message: {{ .Values.functional.portal.welcomeMessage.enabled }} newsfeed: feedType: "xwiki" feedUrl: @@ -1299,8 +1299,11 @@ nubusStackDataUms: portalNotesLinkBase: {{ printf "https://%s.%s" .Values.global.hosts.notes .Values.global.domain }} portalTitleDE: "Portal - {{ .Values.theme.texts.productName }}" portalTitleEN: "Portal - {{ .Values.theme.texts.productName }}" - portalLinkLegalNotice: {{ .Values.functional.portal.linkLegalNotice }} - portalLinkPrivacyStatement: {{ .Values.functional.portal.linkPrivacyStatement }} + portalLinkLegalNotice: {{ .Values.functional.portal.linkLegalNotice | quote }} + portalLinkPrivacyStatement: {{ .Values.functional.portal.linkPrivacyStatement | quote }} + portalLinkDocumentation: {{ .Values.functional.portal.linkDocumentation | quote }} + portalLinkSupport: {{ .Values.functional.portal.linkSupport | quote }} + portalLinkFeedback: {{ .Values.functional.portal.linkFeedback | quote }} oxDefaultContext: "1" oxContextHidden: true ldapSearchUsers: diff --git a/helmfile/environments/default/functional.yaml.gotmpl b/helmfile/environments/default/functional.yaml.gotmpl index 34504f90..9324faae 100644 --- a/helmfile/environments/default/functional.yaml.gotmpl +++ b/helmfile/environments/default/functional.yaml.gotmpl @@ -168,6 +168,20 @@ functional: linkLegalNotice: "https://opendesk.eu/impressum" # Link to the privacy statement shown in the portal menu, set to "~" if you want to remove the link linkPrivacyStatement: "https://zendis.de/datenschutzerklaerung" + # Link to documentation, shown in the right lower corner of the portal, set to "~" if you want to remove the link + linkDocumentation: "https://docs.opendesk.eu/" + # Link to support, shown in the right lower corner of the portal, set to "~" if you want to remove the link + linkSupport: "https://opendesk.eu/support" + # Link to feedback, shown in the right lower corner of the portal, set to "~" if you want to remove the link + linkFeedback: "https://opendesk.eu/feedback" + # Newsfeed related settings + newsfeed: + # Newsfeed is enabled by default, when XWiki is also deployed, you can forcefully disable the newsfeed + enabled: true + # Welcome message related settings + welcomeMessage: + # Welcome message is enabled by default and can be switched off below. + enabled: true weboffice: # Set the file format to be used by default when creating new documents from the portal or the Nextcloud app.