Try free on Pangolin Cloud
Fastest way to get started with Pangolin using the hosted control plane. No credit card required.
View the repository on GitHub to browse the available blueprints and learn more: github.com/fosrl/blueprints
Why this repository exists
When people self-host, the hardest part is often not the app itself, it is the networking, exposure, and access control around it. This repository exists to package those patterns into reusable blueprints so you can:- start from known-good templates for popular services
- avoid repetitive reverse proxy and exposure configuration
- apply secure defaults like SSO-oriented access patterns
- make deployments more consistent across environments
- share and improve blueprints as a community
What you get
Each service blueprint includes pre-defined labels and structure that map to Pangolin resources, so bringing a service up can create and configure its exposure model with minimal dashboard work. Common examples include:- Grafana
- Homepage
- Immich
- Jellyfin
- and more community-contributed services
Quick start
At a high level, getting started looks like this:- Create a Pangolin Cloud account (or use your self-hosted Pangolin) and set up a site.
- Copy your site connector values (
NEWT_IDandNEWT_SECRET) and set your base domain. - Clone the community blueprints repository and configure the root
.env. - Initialize and run a service blueprint.

