fix(website): restore MikroTik prominence, add SNMP as feature line item

MikroTik is the product. SNMP is a feature. Restored firmware management
and SRP-6a to feature list. SNMP added as one line, not a replacement.
Titles stay MikroTik-first.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jason Staack
2026-03-22 12:56:22 -05:00
parent 2cc139bc0e
commit 4b0cc056bd

View File

@@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Other Dude — Network Fleet Management</title> <title>The Other Dude — MikroTik 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="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="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="author" content="The Other Dude">
@@ -15,7 +15,7 @@
<!-- Open Graph --> <!-- Open Graph -->
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:title" content="The Other Dude — Network Fleet Management"> <meta property="og:title" content="The Other Dude — MikroTik Fleet Management">
<meta property="og:description" content="Network fleet management for MikroTik and SNMP devices. Self-hosted. Source-available."> <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:url" content="https://theotherdude.net/">
<meta property="og:image" content="https://theotherdude.net/assets/og-image.png"> <meta property="og:image" content="https://theotherdude.net/assets/og-image.png">
@@ -24,7 +24,7 @@
<!-- Twitter Card --> <!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image"> <meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="The Other Dude — Network Fleet Management"> <meta name="twitter:title" content="The Other Dude — MikroTik Fleet Management">
<meta name="twitter:description" content="Network fleet management for MikroTik and SNMP devices. Self-hosted. Source-available."> <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"> <meta name="twitter:image" content="https://theotherdude.net/assets/og-image.png">
@@ -44,13 +44,12 @@
"priceCurrency": "USD" "priceCurrency": "USD"
}, },
"featureList": [ "featureList": [
"Monitor MikroTik and SNMP devices from one dashboard", "Monitor device state across fleet",
"SNMP polling with auto-detection and profile-driven collection",
"Push configuration with automatic rollback", "Push configuration with automatic rollback",
"Track config changes in git", "Track config changes in git",
"Manage firmware versions", "Manage firmware versions",
"WinBox in the browser", "WinBox in the browser",
"Bulk device add with credential profiles", "SNMP device monitoring alongside MikroTik",
"VPN overlay for NAT traversal", "VPN overlay for NAT traversal",
"Multi-tenant with row-level security", "Multi-tenant with row-level security",
"Zero-knowledge authentication (SRP-6a)" "Zero-knowledge authentication (SRP-6a)"
@@ -463,7 +462,7 @@
<div class="container"> <div class="container">
<header class="wp-header"> <header class="wp-header">
<h1>The Other Dude</h1> <h1>The Other Dude</h1>
<p class="wp-tagline">Network fleet management. MikroTik + SNMP. Self-hosted. Source-available.</p> <p class="wp-tagline">MikroTik fleet management. Now with SNMP support. Self-hosted. Source-available.</p>
<div class="wp-header-links"> <div class="wp-header-links">
<a href="https://github.com/staack/the-other-dude" rel="noopener">GitHub</a> <a href="https://github.com/staack/the-other-dude" rel="noopener">GitHub</a>
<a href="docs.html">Documentation</a> <a href="docs.html">Documentation</a>
@@ -475,14 +474,15 @@
<section class="wp-section" id="what-it-does"> <section class="wp-section" id="what-it-does">
<h2>What it does</h2> <h2>What it does</h2>
<ul class="wp-list"> <ul class="wp-list">
<li>Monitor MikroTik and SNMP devices side by side</li> <li>Monitor device state across your fleet</li>
<li>SNMP polling with auto-detection — add an IP, TOD figures out the rest</li>
<li>Push configuration with automatic rollback</li> <li>Push configuration with automatic rollback</li>
<li>Track config changes in git</li> <li>Track config changes in git</li>
<li>Bulk device add with shared credential profiles</li> <li>Manage firmware versions</li>
<li>WinBox in the browser</li> <li>WinBox in the browser</li>
<li>SNMP device monitoring — switches, APs, UPSes alongside your Tiks</li>
<li>VPN overlay for NAT traversal</li> <li>VPN overlay for NAT traversal</li>
<li>Multi-tenant with row-level security</li> <li>Multi-tenant with row-level security</li>
<li>Zero-knowledge authentication (SRP-6a)</li>
</ul> </ul>
</section> </section>
</div> </div>