diff --git a/docs/website/index.html b/docs/website/index.html index 0a1c1d4..347d4b2 100644 --- a/docs/website/index.html +++ b/docs/website/index.html @@ -107,6 +107,7 @@
Managing MikroTik routers shouldn’t require dozens of WinBox tabs, SSH scripts, and crossed fingers.
-The Other Dude is a modern management platform for MikroTik networks that gives you centralized visibility and control over your entire fleet.
-Designed for operators who run real networks — from small deployments to large distributed infrastructures.
+The Other Dude gives you centralized visibility and control over your entire MikroTik fleet.
+Monitor devices, push configuration safely, and operate your network from a single interface.
With a single interface you can:
@@ -182,58 +183,65 @@ - +Remote configuration changes can be risky. The Other Dude includes a two-phase push system with automatic rollback protection to help prevent accidental lockouts and configuration mistakes.
+Remote configuration changes can be risky.
+The Other Dude includes a two-phase push system with automatic panic-revert protection to help prevent accidental lockouts and configuration mistakes.
The Other Dude is designed for people who operate MikroTik networks in the real world:
If you manage more than a handful of routers, centralized control becomes essential.
The Other Dude was built from the start to support modern infrastructure.
+ ARCHITECTURE +Deploy small or scale to thousands of routers.
+This architecture allows the system to scale horizontally while keeping polling, processing, and the user interface separated.
# Clone the repo
-git clone https://github.com/staack/the-other-dude.git
+ git clone https://github.com/staack/the-other-dude
cd the-other-dude
-
-# Configure
-cp .env.example .env
-
-# Start infrastructure
-docker compose up -d
-
-# Build app images
-docker compose build api && docker compose build poller && docker compose build frontend
-
-# Launch
-docker compose up -d
-
-# Open TOD
-open http://localhost:3000
+docker compose up
The Other Dude is open source and available on GitHub. Run it yourself, contribute improvements, or adapt it for your own infrastructure.
-Less time juggling tools. More time running your network.
+Run it yourself, modify it, or contribute improvements.
+Centralized management for MikroTik networks.
+Less time juggling tools.
More time running your network.