Replies: 1 comment 3 replies
-
|
I'm ok with the first 3 of your proposals. As for the 4th, I understand where you're coming from, but is there really any value? There's only one button and no other way to authenticate. In the future, if we add multiple ways to authenticate (including support for multiple oidc configurations), I would wholeheartedly support adding the ability to show custom button text, but not now. I understand this may not be sufficient to convince you why I think it's not worth the trouble, so let me explain why: once we do add support for multiple OIDC providers/configurations, I'll have to deprecate the field you're suggesting because Hope that makes sense? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
👋 hello everyone!
The OIDC login screen currently has hardcoded branding (logo, title "Gatus", subtitle "System Monitoring Dashboard", and button text "Login with OIDC").
When using Gatus as an internal status page, it would be useful to show the organization's brand on the login screen, as some of the users have complained that they don't know where they are login to. I assume this would work the same way the ui.* options already work for the main dashboard.
I saw that #834 attempted something similar and was closed with a suggestion to show both logos side-by-side (custom logo | Gatus logo). I'd be happy to implement that approach, or whatever design makes sense upstream.
This is a small proposal to make it work:
ui.logois set, show it on the login page (alongside the Gatus logo per the fix: Logo on Login screen #834 discussion)ui.headerfor the title instead of hardcoded "Gatus"ui.login-subtitle) for the subtitle, defaulting to "System Monitoring Dashboard"Happy to submit a PR if there's alignment on the approach.
Beta Was this translation helpful? Give feedback.
All reactions