|
9 | 9 | <meta name="theme-color" content="#FFFFFF" media="(prefers-color-scheme: light)"> |
10 | 10 | <meta name="color-scheme" content="dark light"> |
11 | 11 |
|
12 | | - <!-- Open Graph / Twitter (SEO agent: expand image + handles) --> |
| 12 | + <!-- Open Graph / Twitter. Image points at GitHub's auto-generated repo |
| 13 | + social card because we don't ship a custom PNG yet; this at least |
| 14 | + renders a branded preview in Slack/LinkedIn/Discord/Mastodon. --> |
13 | 15 | <meta property="og:type" content="website"> |
| 16 | + <meta property="og:site_name" content="arrstack"> |
| 17 | + <meta property="og:locale" content="en_US"> |
14 | 18 | <meta property="og:title" content="arrstack: 12 services. One binary. 90 seconds."> |
15 | | - <meta property="og:description" content="Open-source TUI installer for a pre-wired Sonarr/Radarr/Bazarr+/Jellyfin/Jellyseerr homelab stack."> |
| 19 | + <meta property="og:description" content="Open-source TUI installer for a pre-wired Sonarr, Radarr, Bazarr+, Jellyfin, and Jellyseerr homelab stack on Linux."> |
16 | 20 | <meta property="og:url" content="https://lavx.github.io/arrstack/"> |
17 | | - <meta property="og:image" content="https://lavx.github.io/arrstack/assets/og-image.png"> |
| 21 | + <meta property="og:image" content="https://opengraph.githubassets.com/1/LavX/arrstack"> |
| 22 | + <meta property="og:image:width" content="1200"> |
| 23 | + <meta property="og:image:height" content="600"> |
| 24 | + <meta property="og:image:alt" content="arrstack on GitHub, a single-binary Linux installer for the arr media stack."> |
18 | 25 | <meta name="twitter:card" content="summary_large_image"> |
19 | 26 | <meta name="twitter:title" content="arrstack: 12 services. One binary. 90 seconds."> |
20 | | - <meta name="twitter:description" content="Open-source TUI installer for a pre-wired Sonarr/Radarr/Bazarr+/Jellyfin/Jellyseerr homelab stack."> |
21 | | - <meta name="twitter:image" content="https://lavx.github.io/arrstack/assets/og-image.png"> |
| 27 | + <meta name="twitter:description" content="Open-source TUI installer for a pre-wired Sonarr, Radarr, Bazarr+, Jellyfin, and Jellyseerr homelab stack on Linux."> |
| 28 | + <meta name="twitter:image" content="https://opengraph.githubassets.com/1/LavX/arrstack"> |
| 29 | + <meta name="twitter:image:alt" content="arrstack on GitHub, a single-binary Linux installer for the arr media stack."> |
| 30 | + <meta name="keywords" content="arrstack, arr stack, self-hosted media server, sonarr, radarr, bazarr, prowlarr, jellyfin, jellyseerr, qbittorrent, tdarr, flaresolverr, docker compose installer, trash guides, homelab, linux, plex alternative"> |
| 31 | + <meta name="author" content="LavX"> |
| 32 | + <meta name="robots" content="index, follow, max-image-preview:large"> |
22 | 33 |
|
23 | 34 | <link rel="icon" type="image/svg+xml" href="favicon.svg"> |
24 | 35 | <link rel="canonical" href="https://lavx.github.io/arrstack/"> |
|
27 | 38 | <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap"> |
28 | 39 | <link rel="stylesheet" href="style.css"> |
29 | 40 |
|
30 | | - <!-- JSON-LD: SoftwareApplication. SEO agent: expand with aggregateRating, screenshot, releaseNotes, offers. --> |
| 41 | + <!-- JSON-LD: SoftwareApplication + SourceCode dual-graph so GitHub / |
| 42 | + release metadata and the installable itself both show up in rich |
| 43 | + results. Version tracks the last git tag. --> |
31 | 44 | <script type="application/ld+json"> |
32 | 45 | { |
33 | 46 | "@context": "https://schema.org", |
34 | | - "@type": "SoftwareApplication", |
35 | | - "name": "arrstack", |
36 | | - "applicationCategory": "DeveloperApplication", |
37 | | - "operatingSystem": "Linux", |
38 | | - "url": "https://lavx.github.io/arrstack/", |
39 | | - "downloadUrl": "https://github.com/lavx/arrstack/releases", |
40 | | - "softwareVersion": "1.0", |
41 | | - "offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" }, |
42 | | - "license": "https://opensource.org/licenses/MIT", |
43 | | - "author": { "@type": "Person", "name": "LavX", "url": "https://lavx.github.io" }, |
44 | | - "description": "Single-binary TUI installer for a pre-wired Sonarr, Radarr, Bazarr+, Jellyfin, and Jellyseerr Docker stack." |
| 47 | + "@graph": [ |
| 48 | + { |
| 49 | + "@type": "SoftwareApplication", |
| 50 | + "name": "arrstack", |
| 51 | + "applicationCategory": "DeveloperApplication", |
| 52 | + "operatingSystem": "Linux x86_64, Linux arm64", |
| 53 | + "url": "https://lavx.github.io/arrstack/", |
| 54 | + "downloadUrl": "https://github.com/LavX/arrstack/releases", |
| 55 | + "softwareVersion": "1.0.0", |
| 56 | + "datePublished": "2026-04-19", |
| 57 | + "offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" }, |
| 58 | + "license": "https://opensource.org/licenses/MIT", |
| 59 | + "author": { "@type": "Person", "name": "LavX", "url": "https://lavx.github.io" }, |
| 60 | + "description": "Single-binary TUI installer for a pre-wired Sonarr, Radarr, Bazarr+, Jellyfin, and Jellyseerr Docker stack.", |
| 61 | + "image": "https://opengraph.githubassets.com/1/LavX/arrstack", |
| 62 | + "sameAs": [ |
| 63 | + "https://github.com/LavX/arrstack", |
| 64 | + "https://github.com/LavX/arrstack/releases/latest" |
| 65 | + ] |
| 66 | + }, |
| 67 | + { |
| 68 | + "@type": "SoftwareSourceCode", |
| 69 | + "name": "arrstack", |
| 70 | + "codeRepository": "https://github.com/LavX/arrstack", |
| 71 | + "programmingLanguage": "TypeScript", |
| 72 | + "runtimePlatform": "Bun", |
| 73 | + "license": "https://opensource.org/licenses/MIT", |
| 74 | + "author": { "@type": "Person", "name": "LavX", "url": "https://lavx.github.io" } |
| 75 | + } |
| 76 | + ] |
45 | 77 | } |
46 | 78 | </script> |
47 | 79 | </head> |
|
60 | 92 | <li><a href="#wiring">auto-wiring</a></li> |
61 | 93 | <li><a href="#remote">remote</a></li> |
62 | 94 | <li><a href="#faq">faq</a></li> |
63 | | - <li><a href="https://github.com/lavx/arrstack" rel="noopener">github</a></li> |
| 95 | + <li><a href="https://github.com/LavX/arrstack" rel="noopener">github</a></li> |
64 | 96 | </ul> |
65 | 97 | </nav> |
66 | 98 | </div> |
@@ -98,7 +130,7 @@ <h1 id="hero-heading"> |
98 | 130 | </div> |
99 | 131 |
|
100 | 132 | <div class="cta-row" style="margin-top: var(--s-5);"> |
101 | | - <a class="btn btn-primary" href="https://github.com/lavx/arrstack" rel="noopener"> |
| 133 | + <a class="btn btn-primary" href="https://github.com/LavX/arrstack" rel="noopener"> |
102 | 134 | <svg width="18" height="18" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true"><path d="M8 0a8 8 0 0 0-2.53 15.59c.4.07.55-.17.55-.38v-1.33c-2.22.48-2.69-1.07-2.69-1.07-.36-.92-.89-1.17-.89-1.17-.73-.5.06-.49.06-.49.8.06 1.23.83 1.23.83.72 1.23 1.88.87 2.34.66.07-.52.28-.87.5-1.07-1.77-.2-3.64-.89-3.64-3.95 0-.87.31-1.58.82-2.14-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82A7.6 7.6 0 0 1 8 3.92c.68 0 1.36.09 2 .27 1.53-1.03 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.14 0 3.07-1.87 3.74-3.65 3.94.29.25.54.74.54 1.49v2.21c0 .21.15.46.55.38A8 8 0 0 0 8 0z"/></svg> |
103 | 135 | GitHub |
104 | 136 | </a> |
@@ -455,9 +487,9 @@ <h2 id="faq-heading">Honest answers.</h2> |
455 | 487 | <nav class="footer-col" aria-label="Links"> |
456 | 488 | <h4 class="footer-h">Links</h4> |
457 | 489 | <ul class="footer-list mono"> |
458 | | - <li><a href="https://github.com/lavx/arrstack" rel="noopener">GitHub repo</a></li> |
| 490 | + <li><a href="https://github.com/LavX/arrstack" rel="noopener">GitHub repo</a></li> |
459 | 491 | <li><a href="https://github.com/LavX/arrstack/blob/main/docs/README.md" rel="noopener">Docs index</a></li> |
460 | | - <li><a href="https://github.com/lavx/arrstack/blob/main/LICENSE" rel="noopener">MIT LICENSE</a></li> |
| 492 | + <li><a href="https://github.com/LavX/arrstack/blob/main/LICENSE" rel="noopener">MIT LICENSE</a></li> |
461 | 493 | <li><a href="http://github.com/lavx" rel="noopener">http://github.com/lavx</a></li> |
462 | 494 | </ul> |
463 | 495 | </nav> |
|
0 commit comments