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
| Setting | Where it shows up |
|---|---|
| Application name | Browser tab title, login and logout pages, page footer, logo alt text |
| Logo | Login page and the desktop navigation bar |
| Logo icon | Square variant: mobile navigation bar and the browser favicon |
Any field left empty falls back to the default MINEO brand asset.
How to configure it
- Open the Django admin (
/admin/) as a superuser. - Go to Mineo Options (single instance) and open the Branding section.
- 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).
- 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.