add blueprints video

This commit is contained in:
miloschwartz
2025-09-21 21:51:10 -04:00
parent 02df23579f
commit b81dcd7e0c

View File

@@ -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.