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

Feature Request: Status Badges #1665

Open
harleyharl opened this issue Sep 3, 2024 · 0 comments
Open

Feature Request: Status Badges #1665

harleyharl opened this issue Sep 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@harleyharl
Copy link

My company is migrating over from using Freshworks' Freshstatus to oneuptime. We plan on using status pages as well as status badges. We have already implemented status pages but I don't think oneuptime has built-in status badges.

Essentially, I want Oneuptime to do what Freshstatus does and host an image at a url that can be used as a badge on my website. E.g., https://public-api.freshstatus.io/v1/public/badge.svg/?badge=some-image-hash.

I would then take that link and display the badge on my site, giving users a quick status update.

<Image
 src="https://public-api.freshstatus.io/v1/public/badge.svg/?badge=some-image-hash"
/>

I've thought about using your APIs to request the service's status and conditionally displaying one of a few image but I'd rather not design, create and host the images.

This is an example of what freshworks provides
Screenshot 2024-09-03 at 2 18 06 PM

@harleyharl harleyharl added the enhancement New feature or request label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant