[GH-ISSUE #323] Configurable site logo #247

Closed
opened 2026-02-25 23:41:46 +03:00 by kerem · 1 comment
Owner

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.

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.
kerem closed this issue 2026-02-25 23:41:46 +03:00
Author
Owner

@cuu508 commented on GitHub (Jul 16, 2021):

Finally got around to implement this: there is now a SITE_LOGO_URL env 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.

<!-- gh-comment-id:881437942 --> @cuu508 commented on GitHub (Jul 16, 2021): Finally got around to implement this: there is now a `SITE_LOGO_URL` env 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#247
No description provided.