mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #323] Configurable site logo #247
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#247
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cuu508 on GitHub (Jan 17, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/323
Implement a LOGO_URL setting which can either point to an external image, or be a data URI.
@cuu508 commented on GitHub (Jul 16, 2021):
Finally got around to implement this: there is now a
SITE_LOGO_URLenv var which you can point to a custom logo image.When the logo is displayed, its height is set to 50px in CSS, and the width is scaled proportionally. So, if you use a raster image (PNG, JPG), 50px height will look better than, say, 60px. Or use SVG for sharp logo on high density screens as well.