Articles

Are there delays when deploying to a replicated GreenStack service? Yes, the system will wait 5 minutes between deploying to servers, this is to ensure that your... Can I automatically trigger my GreenStack deployment? Yes, using the Webhook you can trigger a deployment after your CI/CD build has completed... Can I have terminal access to my GreenStack container? Yes, you can launch a terminal session from the service detail page in UmbPanel. GreenStack Starter Azure DevOps Pipelines You can find a starter Azure DevOps Pipelines in our samples GitHub repository linked below; you... GreenStack Starter Dockerfile You will need to add our Dockerfile to your project, we have pre-configured this for our... GreenStack Starter GitHub Actions Workflows You can find a starter GitHub Actions Workflows in our samples GitHub repository linked below;... How do I fix the HTTPS Health Check for GreenStack? The health check must be removed via configuration, through the appsettings.json file,... How do I fix the Runtime mode validator for GreenStack? The UseHttpsValidator must be removed through code. The code to remove the validator can look... How should I configure Examine for GreenStack? When deploying Umbraco to GreenStack, it is important to ensure that not all files are stored in... How to Forward HTTPS headers Our GreenStack platform offloads SSL / HTTPS connections at the loadbalancer, this means that... How to I access my GreenStack persisted files? You can access your files via the GreenStack File Manager found at this URL:... How to persist .NET Data Protection keys There are a number of ways to persist .NET Data Protection keys, this article explains how to... I want to use SQLite or an external database, how do I do this? During the initialization process we automatically add environment variables for your database... Is there FTP or WebDeploy access to GreenStack persisted files? No, please use the GreenStack File Manager found here: https://files.umbpanel.io/web/client you... Is there a Webhook to automatically trigger the release? Yes, you can find your webhook URL within your service details section of UmbPanel. You simply... What Docker registries does GreenStack support? GreenStack supports the below registries: DockerHub Azure Container Registry... Why can't I see my GreenStack logs UmbPanel? Overview If you're unable to see logs in the UmbPanel log viewer, or the log view appears empty,...
« Back