From f7f69b9ee690a3cf20355abaeab984e6fc39a680 Mon Sep 17 00:00:00 2001 From: Kristin Martin Date: Wed, 27 May 2026 11:28:26 -0700 Subject: [PATCH 1/2] add new header image link to private apps guide --- blueprints/private-applications-flycast.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/blueprints/private-applications-flycast.html.md b/blueprints/private-applications-flycast.html.md index f9d04655e0..a727023c35 100644 --- a/blueprints/private-applications-flycast.html.md +++ b/blueprints/private-applications-flycast.html.md @@ -9,6 +9,10 @@ categories: date: 2026-05-19 --- +
+ Illustration by Annie Ruygt of some apps sitting around a campfire +
+ ## Overview A lot of the time your applications are made to be public and shared with the world. Sometimes you need to be more careful. When you deploy your apps on Fly.io, you get a private network for your organization. This lets your applications in other continents contact each other like they were in the same room. From aba7cd58a4ed5988864b3ce6087c6840ecb7ab11 Mon Sep 17 00:00:00 2001 From: Kristin Martin Date: Wed, 27 May 2026 11:29:00 -0700 Subject: [PATCH 2/2] remove new label from open claw guide --- blueprints/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/index.html.md b/blueprints/index.html.md index 7565bec974..db15174a35 100644 --- a/blueprints/index.html.md +++ b/blueprints/index.html.md @@ -11,7 +11,7 @@ A growing library of guides for running, designing, and deploying all kinds of a Guides for the structure your app on Fly.io. Layouts, tradeoffs, moving parts. -- [Deploy OpenClaw on Fly.io](/docs/blueprints/deploy-openclaw/) NEW!! +- [Deploy OpenClaw on Fly.io](/docs/blueprints/deploy-openclaw/) - [Run Hermes Agent on Fly.io](/docs/blueprints/hermes-agent-on-fly-io/) NEW!! - [Deploying Remote MCP Servers](/docs/blueprints/remote-mcp-servers/) - [Resilient apps use multiple Machines](/docs/blueprints/resilient-apps-multiple-machines/)