Set the blue Docusaurus-style accent (#2b6cb0 light / #63b3ed dark) via injectCSS on the app UI — the login page is excluded because Wiki.js renders it without custom CSS, so a dark login card is not themeable and is left as-is. Mount the ThreadNet favicon (favicon.ico + favicon-16/32 PNGs the browser tab uses) from the platform-branding ConfigMap via subPath, overlaying only those files.
10 lines
533 B
Plaintext
10 lines
533 B
Plaintext
# Flux source-controller's default ignore rules strip image files (*.png, *.jpg,
|
|
# ...) from the build artifact. The platform-branding ConfigMap (configMapGenerator
|
|
# in apps/production/kustomization.yaml) needs these branding assets in the build,
|
|
# so re-include them. Negations are evaluated after the defaults.
|
|
!apps/production/branding/logo.png
|
|
!apps/production/branding/alpenglow.jpg
|
|
!apps/production/branding/favicon.ico
|
|
!apps/production/branding/favicons/favicon-32x32.png
|
|
!apps/production/branding/favicons/favicon-16x16.png
|