If you are using an on-premises deployment of Domino, you can use white labeling to customize the Domino interface with your organization’s brand, external resource links, banner, footer, and more. You can also remove specific UI elements to hide functionality according to your organization’s needs.
White labeling is controlled by certain Central Configuration keys. See Central Configuration for definitions of these keys.
-
Go to Admin > Advanced > Central Config.
-
Set
com.cerebro.domino.frontend.footerCustomization.customFooterHtml
to the custom HTML that you want shown just above the page footer.
-
Go to Admin > Advanced > Central Config.
-
Set
com.cerebro.domino.frontend.footerCustomization.customFooterImageUrl
to a URL for the image that you want shown in the footer. The image displays on the same line as the Domino logo. IfcustomFooterHTML
is set, this displays below the custom HTML, inside the footer.
-
Go to Admin > Advanced > Central Config.
-
Set
com.cerebro.domino.frontend.footerCustomization.customContactUsHref
to a URL that directs your users to a web-based form or email address (mailto:support@domain.com
).
The com.cerebro.domino.whitelabel.jsonConfig
Central Configuration key supports additional white labeling parameters in JSON format:
Design elements | |
| The absolute URL of the logo image, or |
| The background color of the logo; the default is transparent. |
| The application name (such as Domino). |
| The default project name. |
| The absolute URL of the favicon image. |
|
|
|
|
|
|
| The custom HTML that you want showing just above the page footer. |
|
|
Git security | |
| A description to show in the Git credentials configuration window. |
|
|
Project visibility | |
|
|
|
|
|
|
|
|
Support and error handling | |
| The contact email to be used in error pages. |
| The URL of the help content. |
| The support email address. |
| The URL to a support ticketing site. |
{
"appName": "My Data Science Platform",
"appLogo": "https://example.datascience.org/sku_setup/logo/for-light-backgrounds/example_logo_blue.png",
"favicon": "https://example.datascience.org/favicon.ico",
"errorPageContactEmail": "admin@example.datascience.org",
"gitCredentialsDescription": "My customized Git credentials description.",
"helpContentUrl": "https://help.example.datascience.org",
"hidePopularProjects": false,
"hideDownloadDominoCli": false,
"hideMarketingDisclaimer": false,
"hidePublicProjects": false,
"hideSearchableProjects": false,
"hideSuggestedProjects": false,
"hideLearnMoreOnFile": false,
"hideGitSshKey": false,
"pageFooter": "<div style='width:100%; height: 50px; background-color: black; color: white;text-align: center;'>Example Page footer</div>",
"showSupportButton": true,
"supportEmail": "support@example.datascience.org"
}