https://github.com/umbhost/umbhost.greenstack.umbraco.thestarterkit
dotnet new template for Umbraco 17 with the Umbraco Starter Kit on GreenStack
https://github.com/umbhost/umbhost.greenstack.umbraco.thestarterkit
dotnet-new dotnet-template greenstack nuget umbhost umbraco
Last synced: 3 months ago
JSON representation
dotnet new template for Umbraco 17 with the Umbraco Starter Kit on GreenStack
- Host: GitHub
- URL: https://github.com/umbhost/umbhost.greenstack.umbraco.thestarterkit
- Owner: UmbHost
- License: mit
- Created: 2026-04-13T11:51:11.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-13T13:38:09.000Z (3 months ago)
- Last Synced: 2026-04-13T14:09:27.033Z (3 months ago)
- Topics: dotnet-new, dotnet-template, greenstack, nuget, umbhost, umbraco
- Language: PowerShell
- Homepage: https://umbhost.net/gb/sustainable-cloud-hosting/modern-umbraco-hosting
- Size: 57.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UmbHost.GreenStack.Umbraco.TheStarterKit
A dotnet new template for Umbraco 17 with The Starter Kit preconfigured for [GreenStack](https://umbhost.net/sustainable-cloud-hosting/modern-umbraco-hosting) hosting.
## Installation
```bash
dotnet new install UmbHost.GreenStack.Umbraco.TheStarterKit
```
## Usage
```bash
dotnet new greenstack-umbraco-thestarterkit -n MyProject
```
This creates a new Umbraco 17 project with [The Starter Kit](https://marketplace.umbraco.com/package/umbraco.thestarterkit) and:
- Forwarded headers middleware for Traefik proxy
- HTTPS runtime validator removed (SSL terminated by GreenStack)
- Data protection keys persisted to `/app/keys` in production
- Multi-stage Dockerfile exposing port 8080
- Docker launch profile (HTTP)
## Getting started
Follow the [Getting Started with Umbraco 17 on GreenStack](https://umbhost.net/gb/blog/2026/01/getting-started-with-umbraco-17-on-greenstack-with-github) guide.
## Source
The template content comes from [GreenStack.Umbraco.TheStarterKit](https://github.com/UmbHost/GreenStack.Umbraco.TheStarterKit), which is also available as a GitHub template repository.
## GreenStack
- [Purchase GreenStack hosting](https://umbhost.net/sustainable-cloud-hosting/modern-umbraco-hosting)
- [GreenStack documentation](https://my.umbhost.net/knowledgebase/17/GreenStack)
- [GreenStack CI/CD samples](https://github.com/UmbHost/GreenStack.CICD.Samples)
## License
MIT