fix(notes): Add favicon.ico via opendesk-static-files

This commit is contained in:
Thorsten Roßner
2024-12-23 21:10:08 +01:00
parent 6d329e18cf
commit 669995bb95
3 changed files with 8 additions and 0 deletions

View File

@@ -80,6 +80,11 @@ theme:
data: {{ .Values.theme.imagery.files.faviconPng }}
- path: "/core/img/favicon.ico"
data: {{ .Values.theme.imagery.files.faviconIco }}
notes:
subdomain: {{ .Values.global.hosts.notes }}
paths:
- path: "/favicon.ico"
data: {{ .Values.theme.imagery.notes.faviconIco }}
openproject:
subdomain: {{ .Values.global.hosts.openproject }}
paths:

View File

@@ -57,6 +57,9 @@ theme:
faviconSvg: {{ readFile "./../../files/theme/knowledge/favicon.svg" | b64enc | quote }}
faviconPng: {{ readFile "./../../files/theme/knowledge/favicon.png" | b64enc | quote }}
notes:
faviconIco: {{ readFile "./../../files/theme/notes/favicon.ico" | b64enc | quote }}
portal:
faviconIco: {{ readFile "./../../files/theme/portal/favicon.ico" | b64enc | quote }}
waitingSpinnerSvg: {{ readFile "./../../files/theme/portal/waitingSpinner.svg" | b64enc }}

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB