A GitHub template repository for Umbraco 17 with the Clean Starter Kit, preconfigured for GreenStack hosting.
- Umbraco 17 on .NET 10 with the Clean Starter Kit
- 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)
- Dependabot configured for weekly Umbraco updates
- Click "Use this template" on GitHub to create a new repository
- Clone your new repository
- Follow the Getting Started with Umbraco 17 on GreenStack guide
Alternatively, install via dotnet new:
dotnet new install UmbHost.GreenStack.Umbraco.CleanStarterKit
dotnet new greenstack-umbraco-cleanstarterkit -n MyProjectMIT