chore: reduce root cleanup files

This commit is contained in:
Peter Steinberger
2026-05-03 14:38:08 +01:00
parent 8c95664e55
commit 1f1686bc4d
14 changed files with 26 additions and 44 deletions

View File

@@ -45,7 +45,7 @@ read_when:
<Step title="Configure fly.toml">
Edit `fly.toml` to match your app name and requirements.
**Security note:** The default config exposes a public URL. For a hardened deployment with no public IP, see [Private Deployment](#private-deployment-hardened) or use `fly.private.toml`.
**Security note:** The default config exposes a public URL. For a hardened deployment with no public IP, see [Private Deployment](#private-deployment-hardened) or use `deploy/fly.private.toml`.
```toml
app = "my-openclaw" # Your app name
@@ -392,11 +392,11 @@ For a hardened deployment with **no public exposure**, use the private template.
### Setup
Use `fly.private.toml` instead of the standard config:
Use `deploy/fly.private.toml` instead of the standard config:
```bash
# Deploy with private config
fly deploy -c fly.private.toml
fly deploy -c deploy/fly.private.toml
```
Or convert an existing deployment:
@@ -411,7 +411,7 @@ fly ips release <public-ipv6> -a my-openclaw
# Switch to private config so future deploys don't re-allocate public IPs
# (remove [http_service] or deploy with the private template)
fly deploy -c fly.private.toml
fly deploy -c deploy/fly.private.toml
# Allocate private-only IPv6
fly ips allocate-v6 --private -a my-openclaw