Skip to content

Commit

Permalink
test out embedding videos
Browse files Browse the repository at this point in the history
  • Loading branch information
andie787 committed Aug 21, 2024
1 parent 00328af commit ba47406
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions networking/dynamic-request-routing.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ The content of the `fly-replay` header fields tells Fly Proxy which magic to per
|`state` | Optional arbitrary string to include in the `fly-replay-src` header appended to the request being replayed. |
|`elsewhere` | Boolean. If `true`, the responding Machine will be excluded from the next round of load-balancing. |

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/riCh9Xeuf0s?si=LCAOcK0_WEORBxDl" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe><br/>

### Limitations

Attempting to replay requests larger than 1MB will throw an error. If you need certain requests - like file uploads - to be handled by a specific region, consider the following workarounds.
Expand Down
2 changes: 2 additions & 0 deletions networking/index.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ order: 10

Networking on Fly.io.

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/vU9xcRCX7-U?si=qqCbh2kwa7BN_xsO" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></br>

- **[Connect to an App Service](/docs/networking/app-services/):** An overview of how to connect to your app over the private WireGuard network (6PN), and how to make your app reachable from the internet.

- **[Public networking](/docs/networking/services):** Details about public network services on Fly.io, including allocating IP addresses, finding a Machine's outbound IP, connection handlers, and redirects.
Expand Down
2 changes: 2 additions & 0 deletions reference/tigris.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ nav: firecracker

[Tigris](https://tigrisdata.com) is a globally caching, S3-compatible object storage service built on Fly.io infrastructure.

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/cn2if9oInK0?si=vIAC2HDo4pZg9kAQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe><br/>

Objects in Tigris are stored close to the region where they're written. Then, when requested, objects are cached close to the requesting user. This cache is intelligently managed by Tigris based on global traffic patterns. This behavior offers CDN-like behavior with zero configuration required.

Learn more from their [service overview](https://www.tigrisdata.com/docs/overview/) and [architecture docs](https://www.tigrisdata.com/docs/concepts/architecture/).
Expand Down

0 comments on commit ba47406

Please sign in to comment.