A dotnet new template for Umbraco 17 preconfigured for GreenStack hosting.
dotnet new install UmbHost.GreenStack.Umbracodotnet new greenstack-umbraco -n MyProjectThis creates a new Umbraco 17 project with:
- Forwarded headers middleware for Traefik proxy
- HTTPS runtime validator removed (SSL terminated by GreenStack)
- Data protection keys persisted to
/app/keysin production - Multi-stage Dockerfile exposing port 8080
- Docker launch profile (HTTP)
Follow the Getting Started with Umbraco 17 on GreenStack guide.
The template content comes from GreenStack.Umbraco, which is also available as a GitHub template repository.
MIT