Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to perform custom branding #451

Open
stmcginnis opened this issue Mar 27, 2024 · 0 comments
Open

Add ability to perform custom branding #451

stmcginnis opened this issue Mar 27, 2024 · 0 comments

Comments

@stmcginnis
Copy link

It would be great to expose a common way to configure branding, both for service provider use and to help differentiate instances across internal teams.

I'd love to see a way to set:

  • Top left logo
  • Main color
  • Potentially favicon image
  • Maybe displayed name

Basically, everything that Rancher enables for branding their UI: https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/custom-branding

Probably multiple ways to approach this, but I was thinking something like a SkoonerSetting CRD where you could do something like:

---
apiVersion: skooner.k8s.io/v1beta1
kind: SkoonerSetting
metadata:
  name: skooner-logo
  value: "${BASE64_ENCODED_LOGO}"
---
apiVersion: skooner.k8s.io/v1beta1
kind: SkoonerSetting
metadata:
  name: skooner-color
  value: "${RGB_COLOR}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant