docs(website): add SNMP support to homepage for v9.8.0
Updated title, meta descriptions, OG/Twitter cards, structured data, tagline, and feature list to reflect multi-vendor SNMP monitoring. MikroTik remains prominent — SNMP is positioned alongside it. Version bumped to 9.8.0 in structured data. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>The Other Dude — MikroTik Fleet Management</title>
|
||||
<meta name="description" content="MikroTik fleet management. Self-hosted. Source-available. Monitor devices, push configuration, track changes in git.">
|
||||
<meta name="keywords" content="MikroTik, RouterOS, fleet management, network management, WinBox browser, MikroTik monitoring, MikroTik configuration, router management, self-hosted, open source, source-available">
|
||||
<title>The Other Dude — Network Fleet Management</title>
|
||||
<meta name="description" content="Network fleet management for MikroTik and SNMP devices. Self-hosted. Source-available. Monitor MikroTik routers alongside switches, APs, and UPSes from a single pane of glass.">
|
||||
<meta name="keywords" content="MikroTik, RouterOS, SNMP monitoring, fleet management, network management, WinBox browser, MikroTik monitoring, MikroTik configuration, SNMP poller, multi-vendor NMS, router management, self-hosted, open source, source-available">
|
||||
<meta name="author" content="The Other Dude">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="google-site-verification" content="d2QVuWrLJlzOQPnA-SAJuvajEHGYbusvJ4eDdZbWSBU">
|
||||
@@ -15,8 +15,8 @@
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="The Other Dude — MikroTik Fleet Management">
|
||||
<meta property="og:description" content="MikroTik fleet management. Self-hosted. Source-available.">
|
||||
<meta property="og:title" content="The Other Dude — Network Fleet Management">
|
||||
<meta property="og:description" content="Network fleet management for MikroTik and SNMP devices. Self-hosted. Source-available.">
|
||||
<meta property="og:url" content="https://theotherdude.net/">
|
||||
<meta property="og:image" content="https://theotherdude.net/assets/og-image.png">
|
||||
<meta property="og:site_name" content="The Other Dude">
|
||||
@@ -24,8 +24,8 @@
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="The Other Dude — MikroTik Fleet Management">
|
||||
<meta name="twitter:description" content="MikroTik fleet management. Self-hosted. Source-available.">
|
||||
<meta name="twitter:title" content="The Other Dude — Network Fleet Management">
|
||||
<meta name="twitter:description" content="Network fleet management for MikroTik and SNMP devices. Self-hosted. Source-available.">
|
||||
<meta name="twitter:image" content="https://theotherdude.net/assets/og-image.png">
|
||||
|
||||
<!-- Structured Data -->
|
||||
@@ -36,7 +36,7 @@
|
||||
"name": "The Other Dude",
|
||||
"applicationCategory": "NetworkApplication",
|
||||
"operatingSystem": "Linux, Docker",
|
||||
"description": "MikroTik RouterOS fleet management. Self-hosted. Source-available under BSL 1.1.",
|
||||
"description": "Network fleet management for MikroTik and SNMP devices. Self-hosted. Source-available under BSL 1.1.",
|
||||
"url": "https://theotherdude.net",
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
@@ -44,17 +44,19 @@
|
||||
"priceCurrency": "USD"
|
||||
},
|
||||
"featureList": [
|
||||
"Monitor device state across fleet",
|
||||
"Monitor MikroTik and SNMP devices from one dashboard",
|
||||
"SNMP polling with auto-detection and profile-driven collection",
|
||||
"Push configuration with automatic rollback",
|
||||
"Track config changes in git",
|
||||
"Manage firmware versions",
|
||||
"WinBox in the browser",
|
||||
"Bulk device add with credential profiles",
|
||||
"VPN overlay for NAT traversal",
|
||||
"Multi-tenant with row-level security",
|
||||
"Zero-knowledge authentication (SRP-6a)"
|
||||
],
|
||||
"softwareRequirements": "Docker, PostgreSQL 17, Redis, NATS",
|
||||
"softwareVersion": "9.7.2",
|
||||
"softwareVersion": "9.8.0",
|
||||
"license": "https://mariadb.com/bsl11/"
|
||||
}
|
||||
</script>
|
||||
@@ -461,7 +463,7 @@
|
||||
<div class="container">
|
||||
<header class="wp-header">
|
||||
<h1>The Other Dude</h1>
|
||||
<p class="wp-tagline">MikroTik fleet management. Self-hosted. Source-available.</p>
|
||||
<p class="wp-tagline">Network fleet management. MikroTik + SNMP. Self-hosted. Source-available.</p>
|
||||
<div class="wp-header-links">
|
||||
<a href="https://github.com/staack/the-other-dude" rel="noopener">GitHub</a>
|
||||
<a href="docs.html">Documentation</a>
|
||||
@@ -473,14 +475,14 @@
|
||||
<section class="wp-section" id="what-it-does">
|
||||
<h2>What it does</h2>
|
||||
<ul class="wp-list">
|
||||
<li>Monitor device state across your fleet</li>
|
||||
<li>Monitor MikroTik and SNMP devices side by side</li>
|
||||
<li>SNMP polling with auto-detection — add an IP, TOD figures out the rest</li>
|
||||
<li>Push configuration with automatic rollback</li>
|
||||
<li>Track config changes in git</li>
|
||||
<li>Manage firmware versions</li>
|
||||
<li>Bulk device add with shared credential profiles</li>
|
||||
<li>WinBox in the browser</li>
|
||||
<li>VPN overlay for NAT traversal</li>
|
||||
<li>Multi-tenant with row-level security</li>
|
||||
<li>Zero-knowledge authentication (SRP-6a)</li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user