Our.Umbraco.HeadlessPreview 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Our.Umbraco.HeadlessPreview --version 1.0.3
NuGet\Install-Package Our.Umbraco.HeadlessPreview -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Our.Umbraco.HeadlessPreview" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Our.Umbraco.HeadlessPreview --version 1.0.3
#r "nuget: Our.Umbraco.HeadlessPreview, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Our.Umbraco.HeadlessPreview as a Cake Addin
#addin nuget:?package=Our.Umbraco.HeadlessPreview&version=1.0.3

// Install Our.Umbraco.HeadlessPreview as a Cake Tool
#tool nuget:?package=Our.Umbraco.HeadlessPreview&version=1.0.3

CI-CD NuGet

Our.Umbraco.HeadlessPreview

This package overrides the default Umbraco preview button and lets you configure an alternative preview url.

Installation

Install the NuGet package to get started.

Install the NuGet package

With .NET CLI

dotnet add package Our.Umbraco.HeadlessPreview --version <version>

Using the Package Manager

Install-Package Our.Umbraco.HeadlessPreview -Version <version>

Configuration

The package can be configured using the appsetings.json file or using the UI which will save the configuration in the database.

Setting Default value Description
UseUmbracoHostnames false If set to true the domain from the Culture and Hostnames for the site is used as preview hostname.<br/><br/>If set to false the value from StaticHostname is used.
StaticHostname '' The hostname used for preview if UseUmbracoHostnames is set to false.
Secret '' A secret value passed to the preview site for authentication.

UI

appsettings.json

This is typically the preferred way if you have a multi environment setup as you can use environment specific settings.

"HeadlessPreview": {
    "UseUmbracoHostnames": false,
    "StaticHostname": "https://mysite.com",
    "Secret": "mySecret"
}

Changelog

See new features, fixes and breaking changes in the changelog.

Contributing

Pull requests are very welcome.

Please fork this repository and make a PR when you are ready.

Otherwise you are welcome to open an Issue in our issue tracker.

License

Our.Umbraco.HeadlessPreview is MIT licensed

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.0 391 4/1/2024
2.1.1 8,333 11/1/2023
2.1.0 1,013 9/8/2023
2.0.0 1,261 3/28/2023
1.1.0 209 3/19/2023
1.0.5 234 2/26/2023
1.0.4 231 2/15/2023
1.0.3 213 2/15/2023
1.0.2 229 2/15/2023
1.0.1 220 2/14/2023
1.0.0 219 2/14/2023
1.0.0-alpha4 127 12/30/2022
1.0.0-alpha3 124 12/30/2022
1.0.0-alpha2 130 12/30/2022
1.0.0-alpha1 132 12/30/2022