mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
docs(theming.md): Update to latest state
This commit is contained in:
@@ -18,13 +18,8 @@ All default settings can be found in [`theme.yaml.gotmpl`](../helmfile/environme
|
|||||||
|
|
||||||
Please review the default configuration that is applied to understand your customization options.
|
Please review the default configuration that is applied to understand your customization options.
|
||||||
|
|
||||||
You can just update the files in:
|
You can just update the files in [helmfile/files/theme](../helmfile/files/theme) to change logos, favicons etc. Note that the `.svg` versions of the favicons are also used for the portal tiles.
|
||||||
- [helmfile/files/theme](../helmfile/files/theme): To change logos, favicons etc.
|
|
||||||
- [helmfile/files/portal-tiles](../helmfile/files/portal-tiles): To change the icons in the portal.
|
|
||||||
|
|
||||||
# Known limitations
|
# Known limitations
|
||||||
|
|
||||||
Not all applications support theming. Known exceptions are:
|
- Portal and Keycloak screen styles, especially colors, must be applied in the [`portalStylesheets.css`](../helmfile/files/theme/portalStylesheet.css),
|
||||||
- OpenProject, comes with a build in openDesk theming that can be modified in the Enterprise version's OpenProject web interface.
|
|
||||||
- The portal background logo can (currently) only be set on initial deployment.
|
|
||||||
- Portal and Keycloak screen styles must be applied in the [`portalStylesheets.css`](../helmfile/files/theme/portalStylesheet.css).
|
|
||||||
|
|||||||
@@ -628,7 +628,7 @@ nubusPortalFrontend:
|
|||||||
css: {{ .Values.theme.styles.portal.main | toJson }}
|
css: {{ .Values.theme.styles.portal.main | toJson }}
|
||||||
# Requires .ico, .svg does not work.
|
# Requires .ico, .svg does not work.
|
||||||
favicon: {{ .Values.theme.imagery.portal.faviconIco | toJson }}
|
favicon: {{ .Values.theme.imagery.portal.faviconIco | toJson }}
|
||||||
# The actual `logo` is set in customizing image, the logo down here is for for waiting spinner.
|
# The actual `logo` is set in customizing image, the logo down here is for waiting spinner.
|
||||||
logo: {{ .Values.theme.imagery.portal.waitingSpinnerSvg | toJson }}
|
logo: {{ .Values.theme.imagery.portal.waitingSpinnerSvg | toJson }}
|
||||||
backgroundImage: {{ .Values.theme.imagery.portal.backgroundSvg | toJson }}
|
backgroundImage: {{ .Values.theme.imagery.portal.backgroundSvg | toJson }}
|
||||||
service:
|
service:
|
||||||
|
|||||||
Reference in New Issue
Block a user