mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-08 05:56:45 +00:00
add blueprints video
This commit is contained in:
@@ -5,6 +5,15 @@ description: "Pangolin Blueprints are declarative configurations that allow you
|
||||
|
||||
Blueprints provide a way to define your Pangolin resources and their configurations in a structured, declarative format. This allows for easier management, version control, and automation of your resource setups.
|
||||
|
||||
<iframe
|
||||
className="w-full aspect-video rounded-xl"
|
||||
src="https://www.youtube.com/embed/lMauwwitSAE?si=k9-TUoandoffMrzV"
|
||||
title="YouTube video player"
|
||||
frameBorder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowFullScreen
|
||||
></iframe>
|
||||
|
||||
## Overview
|
||||
|
||||
Pangolin supports two blueprint formats:
|
||||
@@ -344,4 +353,4 @@ TCP and UDP targets should not include the `method` field as it's only applicabl
|
||||
Authentication is only supported for HTTP resources, not TCP or UDP.
|
||||
|
||||
### "Resource must either be targets-only or have both 'name' and 'protocol' fields"
|
||||
Resources must either contain only the `targets` field (targets-only) or include both `name` and `protocol` for complete resource definitions.
|
||||
Resources must either contain only the `targets` field (targets-only) or include both `name` and `protocol` for complete resource definitions.
|
||||
|
||||
Reference in New Issue
Block a user