← Back to PRs

#22939: docs(install): add Scaleway deployment guide

by Destynova2 open 2026-02-21 21:05 View on GitHub →
docs size: XS
## Summary Add a deployment guide for running OpenClaw on Scaleway DEV1-S (2 vCPU, 2 GB RAM) using Podman rootless containers, provisioned via OpenTofu. ## Changes - Add `docs/install/scaleway.md` — full guide following the Hetzner guide format (frontmatter, numbered steps, cost table, persistence table) - Add `install/scaleway` to the "Hosting and deployment" navigation group in `docs/docs.json` ## What the guide covers - Podman rootless pod (5 containers: OpenClaw, Caddy, Chrome, CLI sidecar, Token Guard) - Scaleway Generative APIs for LLM inference (llama-3.1-8b, pay-per-use) - SSO via Pomerium (GitHub OAuth) on Scaleway Serverless Containers - Automatic budget kill switch (serverless function, hourly billing check) - OpenTofu infrastructure-as-code (one `tofu apply` to deploy ~59 resources) - CI/CD via GitHub Actions (auto-rebuild on push) - Cost: ~17 EUR/month ## Test plan - [ ] Verify `docs/install/scaleway.md` renders correctly in Mintlify - [ ] Verify navigation link appears in "Hosting and deployment" group - [ ] Verify all external links are valid 🤖 Generated with [Claude Code](https://claude.ai/code) <!-- greptile_comment --> <h3>Greptile Summary</h3> Added comprehensive deployment guide for running OpenClaw on Scaleway cloud infrastructure. The guide follows the established documentation pattern (similar to hetzner.md and gcp.md) with proper frontmatter, numbered steps, cost breakdown, and persistence tables. It covers Podman rootless containers, OpenTofu infrastructure-as-code, SSO via Pomerium, and automatic budget protection—all deployed with a single `tofu apply` command. The guide references an external deployment repository (`Destynova2/fmj`) that contains the OpenTofu configuration files and automation scripts. **Key additions:** - Complete step-by-step deployment workflow using OpenTofu - Cost table showing ~17 EUR/month breakdown - Persistence table documenting state management - Integration with Scaleway Generative APIs for LLM inference - Budget kill switch for cost protection - CI/CD automation via GitHub Actions <h3>Confidence Score: 5/5</h3> - This PR is safe to merge with minimal risk - The changes are purely documentation additions—no code modifications. The new guide follows established patterns from similar deployment guides (hetzner.md, gcp.md) with consistent frontmatter structure, formatting, and content organization. The navigation change in docs.json correctly places the new guide alphabetically in the "Hosting and deployment" group. All external links point to legitimate resources (Scaleway console, GitHub settings, OpenTofu docs, deployment repo). - No files require special attention <sub>Last reviewed commit: 1483a2d</sub> <!-- greptile_other_comments_section --> <sub>(2/5) Greptile learns from your feedback when you react with thumbs up/down!</sub> <!-- /greptile_comment -->

Most Similar PRs