Rewrite Flycast blueprint to drop GPU/Ollama example#2394
Draft
Rewrite Flycast blueprint to drop GPU/Ollama example#2394
Conversation
GPU Machines are deprecated as of 2026-08-01, so the Ollama walkthrough needed to go. Reframed the guide around a generic private HTTP service using the public nginxdemos/hello image and the modern fly launch --flycast flag, so no external example repo is needed. Also swapped the Fly Postgres mention for Managed Postgres and refreshed related reading to drop the GPU/Ollama blog posts.
The link pointed at /docs/reference/services/#ip-addresses, which no longer exists. The relevant content lives at /docs/networking/services/#anycast-ip-addresses.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
GPU Machines are being deprecated on 2026-08-01, and the Flycast blueprint at
blueprints/private-applications-flycast.html.mdwas built almost entirely around an Ollama-on-GPU walkthrough. The Flycast concepts themselves are GPU-independent, so this rewrites the guide rather than removing it.nginxdemos/helloimage, so no external example repo is neededfly launch --no-deploy+fly ips allocate-v6 --private+fly deployflow for the modernfly launch --image ... --flycastdateto todayConceptual sections ("What is Flycast?", "Security note", the public-vs-private framing) are preserved as-is. The shell-Machine demonstration (
nslookup/ping/curl/timeto show wake-on-request) is preserved with the example app renamed toflycast-demo.Opened as Draft for review of the new framing and example choice before merge.