rust.solutions

Huck Brand Assets

brand.rust.solutions is the Huck brand asset host. It serves the platform’s static brand assets (favicon and Open Graph social image) from /var/www/rust.solutions over a loopback nginx vhost on port 13007. Pages across the site reference these assets for social sharing (og:image) and bookmark favicons.

No authentication required — these are intentionally public assets used in <meta> tags.

Assets

PathDescription
/og-image.png1200x630 Open Graph social sharing image
/favicon.svgSite favicon (SVG)

Endpoints

MethodPathDescription
GET/og-image.pngSocial sharing image
GET/favicon.svgFavicon
GET/healthzLiveness check
GET/robots.txtDisallow all

Usage

<meta property="og:image" content="https://brand.rust.solutions/og-image.png">

Example

curl -I https://brand.rust.solutions/og-image.png
curl https://brand.rust.solutions/healthz