Skip to main content

Deployment branding (white-label)

Self-hosted MINEO deployments can replace the product name and logos with their own brand. The configuration is instance-wide, lives in the database, and applies without restarting the server.

What can be configured

SettingWhere it shows up
Application nameBrowser tab title, login and logout pages, page footer, logo alt text
LogoLogin page and the desktop navigation bar
Logo iconSquare variant: mobile navigation bar and the browser favicon

Any field left empty falls back to the default MINEO brand asset.

How to configure it

  1. Open the Django admin (/admin/) as a superuser.
  2. Go to Mineo Options (single instance) and open the Branding section.
  3. Set the application name and/or upload the logo files (SVG recommended; the logo is shown over both light and dark backgrounds, so prefer an asset that works on both).
  4. Save. Changes are visible on the next page load — no restart needed.
info

The Custom assets section of the same screen (custom CSS/JS injected on every page) predates this feature and is unrelated to the logo/name configuration.

Notes

  • The values are cached in Redis and invalidated automatically when Mineo Options is saved.
  • When a custom favicon is set, the animated "executing" favicon of notebooks is disabled (the executing variants only exist for the default icon).
  • The "Powered by MINEO" badge shown on public notebooks is controlled by the pricing plan (organization_show_mineo_logo), not by this configuration.