White-labeling instructions
To setup white-labeling, you can define next variables in waldur/values.yaml file:
-
shortPageTitle- custom prefix for page title -
modePageTitle- custom page title -
loginLogoPath- path to custom.pngimage filefor login page (should be in
waldur/chart directory) -
sidebarLogoPath- path to custom.pngimage filefor sidebar header (should be in
waldur/chart directory) -
sidebarLogoDarkPath- path to custom.pngimage filefor sidebar header in dark mode (should be in
waldur/chart directory) -
poweredByLogoPath- path to custom.pngimage filefor "powered by" part of login page (should be in
waldur/chart directory) -
faviconPath- path to custom favicon.pngimage file -
tosHtmlPath- path to custom terms of service file (tos.html) -
privacyHtmlPath- path to custom privacy statement file (privacy.html) -
brandColor- Hex color definition is used in HomePort landing page for login button. -
heroImagePath- Relative path to image rendered at hero section of HomePort landing page. -
heroLinkLabel- Label for link in hero section of HomePort landing page. It can be lead to support site or blog post. -
heroLinkUrl- Link URL in hero section of HomePort landing page. -
siteDescription- text at hero section of HomePort landing page.
NB:
-
the
*Pathvalues take place only if respectful*Urlvalues are not specified.If both types are defined, the precedence is taken by
URL(*Url) for all cases. -
all of imported files must be within chart root directory
Alternatively, TOS and PP files content can be provided as multiline values in tosHtml and privacyHtml options respectfully.
If defined, they take precedence over the aforementioned ones.