Add a favicon to kromgo using an FxEmoji SVG converted to 128x128 PNG #98
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?
Goal
Add a custom favicon to our kromgo instance so
/favicon.icodoesn't 404 and the kromgo gallery/landing page has a branded icon.Background
kromgo PR #302 adds built-in favicon support: set a top-level
faviconconfig value to a base64-encoded PNG, GIF, or ICO image and kromgo serves it at/favicon.icoand links it from the gallery and landing page.Approach
FxEmoji candidates (from
svgs/symbols/)u1F536largeorangediamond.svgu1F4A0diamondshapewithdotinside.svgu1F4F6antennawithbars.svgu1F518radiobutton.svgu1F4A0sparkle.svg/eightpointedblackstar.svgRecommended:
largeorangediamond.svg(u1F536) orantennawithbars.svg(u1F4F6) — both communicate "broadcasting / monitoring" at a glance.Conversion steps (in the issue or PR)
kromgo config
Add the base64-encoded PNG to the kromgo config:
Or in Helm values:
Acceptance Criteria
GET /favicon.icoreturns the favicon with correctContent-Type<link>appears in the gallery and landing page HTML