docs: tighten fly private deployment steps (#2121) (thanks @dguido)
This commit is contained in:
parent
aea8c678e3
commit
e05039b98f
@ -6,6 +6,7 @@ Docs: https://docs.clawd.bot
|
|||||||
Status: unreleased.
|
Status: unreleased.
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
- Docs: add Fly private/hardened deployment guide. (#2121) Thanks @dguido.
|
||||||
- Gateway: warn on hook tokens via query params; document header auth preference. (#2200) Thanks @YuriNachos.
|
- Gateway: warn on hook tokens via query params; document header auth preference. (#2200) Thanks @YuriNachos.
|
||||||
- Doctor: warn on gateway exposure without auth. (#2016) Thanks @Alex-Alaniz.
|
- Doctor: warn on gateway exposure without auth. (#2016) Thanks @Alex-Alaniz.
|
||||||
- Discord: add configurable privileged gateway intents for presences/members. (#2266) Thanks @kentaro.
|
- Discord: add configurable privileged gateway intents for presences/members. (#2266) Thanks @kentaro.
|
||||||
|
|||||||
@ -372,6 +372,10 @@ fly ips list -a my-clawdbot
|
|||||||
fly ips release <public-ipv4> -a my-clawdbot
|
fly ips release <public-ipv4> -a my-clawdbot
|
||||||
fly ips release <public-ipv6> -a my-clawdbot
|
fly ips release <public-ipv6> -a my-clawdbot
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
# Allocate private-only IPv6
|
# Allocate private-only IPv6
|
||||||
fly ips allocate-v6 --private -a my-clawdbot
|
fly ips allocate-v6 --private -a my-clawdbot
|
||||||
```
|
```
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
#
|
#
|
||||||
# See https://fly.io/docs/reference/configuration/
|
# See https://fly.io/docs/reference/configuration/
|
||||||
|
|
||||||
app = "clawdbot"
|
app = "my-clawdbot" # change to your app name
|
||||||
primary_region = "iad" # change to your closest region
|
primary_region = "iad" # change to your closest region
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user