A dotnet new template for Umbraco 17 with UmBootstrap preconfigured for GreenStack hosting.
dotnet new install UmbHost.GreenStack.Umbraco.UmBootstrapdotnet new greenstack-umbraco-umbootstrap -n MyProjectThis creates a new Umbraco 17 project with UmBootstrap and:
- 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.UmBootstrap, which is also available as a GitHub template repository.
MIT