From 6904a79d1de46cc3ad078271bec8d9a152cd6a96 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 9 Jan 2026 18:21:28 +0100 Subject: [PATCH 1/2] docs: link Hetzner guide from install/platforms --- docs/install/docker.md | 2 ++ docs/platforms/hetzner.md | 1 + docs/platforms/index.md | 5 +++++ 3 files changed, 8 insertions(+) diff --git a/docs/install/docker.md b/docs/install/docker.md index 4db81590d..facb45697 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -51,6 +51,8 @@ It writes config/workspace on the host: - `~/.clawdbot/` - `~/clawd` +Running on a VPS? See [Hetzner (Docker VPS)](/platforms/hetzner). + ### Manual flow (compose) ```bash diff --git a/docs/platforms/hetzner.md b/docs/platforms/hetzner.md index 254a625fc..e8056c105 100644 --- a/docs/platforms/hetzner.md +++ b/docs/platforms/hetzner.md @@ -17,6 +17,7 @@ The Gateway can be accessed via: This guide assumes Ubuntu or Debian on Hetzner. If you are on another Linux VPS, map packages accordingly. +For the generic Docker flow, see [Docker](/install/docker). --- diff --git a/docs/platforms/index.md b/docs/platforms/index.md index 37925df78..80c630cd4 100644 --- a/docs/platforms/index.md +++ b/docs/platforms/index.md @@ -20,6 +20,11 @@ Native companion apps for Windows are also planned; the Gateway is recommended v - Windows: [Windows](/platforms/windows) - Linux: [Linux](/platforms/linux) +## VPS & hosting + +- Hetzner (Docker): [Hetzner](/platforms/hetzner) +- exe.dev (VM + HTTPS proxy): [exe.dev](/platforms/exe-dev) + ## Common links - Install guide: [Getting Started](/start/getting-started) From 37389005fcbe13cb22055e5a1cf8e8d61c83c5ba Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 9 Jan 2026 18:21:53 +0100 Subject: [PATCH 2/2] docs: note hetzner cross-links in changelog (#592) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0731f130d..aee24a525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Control UI: improve mobile responsiveness. (#558) — thanks @carlulsoe - CLI: add `sandbox list` and `sandbox recreate` commands for managing Docker sandbox containers after image/config updates. (#563) — thanks @pasogott - Docs: add Hetzner Docker VPS guide. (#556) — thanks @Iamadig +- Docs: link Hetzner guide from install + platforms docs. (#592) — thanks @steipete - Providers: add Microsoft Teams provider with polling, attachments, and CLI send support. (#404) — thanks @onutc - Slack: honor reply tags + replyToMode while keeping threaded replies in-thread. (#574) — thanks @bolismauro - Discord: avoid category parent overrides for channel allowlists and refactor thread context helpers. (#588) — thanks @steipete