Merge pull request #592 from clawdbot/docs/hetzner-followups

This commit is contained in:
Peter Steinberger
2026-01-09 17:31:27 +00:00
committed by GitHub
4 changed files with 9 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
- Control UI: improve mobile responsiveness. (#558) — thanks @carlulsoe - 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 - 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: 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 - 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 - 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 - Discord: avoid category parent overrides for channel allowlists and refactor thread context helpers. (#588) — thanks @steipete

View File

@@ -51,6 +51,8 @@ It writes config/workspace on the host:
- `~/.clawdbot/` - `~/.clawdbot/`
- `~/clawd` - `~/clawd`
Running on a VPS? See [Hetzner (Docker VPS)](/platforms/hetzner).
### Manual flow (compose) ### Manual flow (compose)
```bash ```bash

View File

@@ -17,6 +17,7 @@ The Gateway can be accessed via:
This guide assumes Ubuntu or Debian on Hetzner. This guide assumes Ubuntu or Debian on Hetzner.
If you are on another Linux VPS, map packages accordingly. If you are on another Linux VPS, map packages accordingly.
For the generic Docker flow, see [Docker](/install/docker).
--- ---

View File

@@ -20,6 +20,11 @@ Native companion apps for Windows are also planned; the Gateway is recommended v
- Windows: [Windows](/platforms/windows) - Windows: [Windows](/platforms/windows)
- Linux: [Linux](/platforms/linux) - Linux: [Linux](/platforms/linux)
## VPS & hosting
- Hetzner (Docker): [Hetzner](/platforms/hetzner)
- exe.dev (VM + HTTPS proxy): [exe.dev](/platforms/exe-dev)
## Common links ## Common links
- Install guide: [Getting Started](/start/getting-started) - Install guide: [Getting Started](/start/getting-started)