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
| Path | Description |
|---|---|
/og-image.png | 1200x630 Open Graph social sharing image |
/favicon.svg | Site favicon (SVG) |
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /og-image.png | Social sharing image |
| GET | /favicon.svg | Favicon |
| GET | /healthz | Liveness check |
| GET | /robots.txt | Disallow 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