An open API service indexing awesome lists of open source software.

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

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