{
  "manifest_version": "1.0.0",
  "template": {
    "id": "07825845-bddf-4fb5-8a40-03cc940a6833",
    "slug": "controlr",
    "name": "controlr",
    "description": "Open-source, self-hostable remote control and remote access.",
    "url": "https://railway.com/deploy/controlr",
    "upstream": {
      "image": "bitbound/controlr"
    }
  },
  "services": [
    {
      "name": "controlr",
      "source": {
        "image": "bitbound/controlr"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "Postgres",
      "source": {
        "image": "ghcr.io/railwayapp-templates/postgres-ssl:17"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql/data",
      "http": false
    },
    {
      "name": "aspire-dashboard",
      "source": {
        "image": "mcr.microsoft.com/dotnet/aspire-dashboard:9.3"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ASPNETCORE_HTTP_PORTS",
      "service": "controlr",
      "description": "Provide a value for ASPNETCORE_HTTP_PORTS.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "ASPNETCORE_ENVIRONMENT",
      "service": "controlr",
      "description": "Provide a value for ASPNETCORE_ENVIRONMENT.",
      "secret": false,
      "strategy": "default",
      "default": "Production"
    },
    {
      "key": "ControlR_POSTGRES_HOST",
      "service": "controlr",
      "description": "Provide a value for ControlR_POSTGRES_HOST.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "ControlR_POSTGRES_USER",
      "service": "controlr",
      "description": "Provide a value for ControlR_POSTGRES_USER.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "ControlR_OTLP_ENDPOINT_URL",
      "service": "controlr",
      "description": "Provide a value for ControlR_OTLP_ENDPOINT_URL.",
      "secret": false,
      "strategy": "default",
      "default": "http://aspire-dashboard:18889"
    },
    {
      "key": "ControlR_POSTGRES_PASSWORD",
      "service": "controlr",
      "description": "Provide a value for ControlR_POSTGRES_PASSWORD.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "ControlR_AppOptions__SmtpPort",
      "service": "controlr",
      "description": "SMTP settings are used to send account confirmation and password reset emails.",
      "secret": false,
      "strategy": "default",
      "default": "587"
    },
    {
      "key": "ControlR_AspireDashboard__Token",
      "service": "controlr",
      "description": "The access token for the Aspire Dashboard, where server logs and telemetry can be viewed. ",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "ControlR_AppOptions__UseHttpLogging",
      "service": "controlr",
      "description": "For debugging.  When enabled, logs will be written for all HTTP requests and responses.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "ControlR_Logging__LogLevel__Default",
      "service": "controlr",
      "description": "Provide a value for ControlR_Logging__LogLevel__Default.",
      "secret": false,
      "strategy": "default",
      "default": "Information"
    },
    {
      "key": "ControlR_AspireDashboard__PublicWebUrl",
      "service": "controlr",
      "description": "The public URL for the Aspire Dashboard's web interface.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "ControlR_AppOptions__EnableNetworkTrust",
      "service": "controlr",
      "description": "Bypasses KnownProxies/KnownIpNetworks checks and trusts all forwarded headers from Railway's proxy servers.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "ControlR_Serilog__MinimumLevel__Default",
      "service": "controlr",
      "description": "Provide a value for ControlR_Serilog__MinimumLevel__Default.",
      "secret": false,
      "strategy": "default",
      "default": "Information"
    },
    {
      "key": "ControlR_AppOptions__DisableEmailSending",
      "service": "controlr",
      "description": "Whether to disable system emails for account creation, password reset, etc.  Note that SMTP ports are blocked on Free and Hobby accounts on Railway.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "ControlR_AppOptions__MaxFileTransferSize",
      "service": "controlr",
      "description": "The maximum file size (in bytes) allowed for the remote file system feature.  Set to -1 for unlimited.",
      "secret": false,
      "strategy": "default",
      "default": "104857600"
    },
    {
      "key": "ControlR_AppOptions__PersistPasskeyLogin",
      "service": "controlr",
      "description": "If enabled, signing in with a passkey will effectively add the \"remember me\" option.",
      "secret": true,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "ControlR_AppOptions__AuthenticatorIssuerName",
      "service": "controlr",
      "description": "Provide a value for ControlR_AppOptions__AuthenticatorIssuerName.",
      "secret": false,
      "strategy": "default",
      "default": "ControlR"
    },
    {
      "key": "ControlR_AppOptions__EnablePublicRegistration",
      "service": "controlr",
      "description": "Provide a value for ControlR_AppOptions__EnablePublicRegistration.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "ControlR_AppOptions__EnableCloudflareProxySupport",
      "service": "controlr",
      "description": "Provide a value for ControlR_AppOptions__EnableCloudflareProxySupport.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "ControlR_AppOptions__RequireUserEmailConfirmation",
      "service": "controlr",
      "description": "Whether users must confirm their email before they can sign in.  Requires working SMTP settings.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "ControlR_AppOptions__SmtpCheckCertificateRevocation",
      "service": "controlr",
      "description": "SMTP settings are used to send account confirmation and password reset emails.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "ControlR_Logging__LogLevel__Microsoft.AspNetCore.HttpLogging",
      "service": "controlr",
      "description": "The log level to use for HttpLogging (when it's enabled).",
      "secret": false,
      "strategy": "default",
      "default": "Information"
    },
    {
      "key": "ControlR_Logging__LogLevel__Microsoft.AspNetCore.HttpOverrides",
      "service": "controlr",
      "description": "Log level for ForwardedHeadersMiddleware, among others.  This will help you detect misconfigurations.",
      "secret": false,
      "strategy": "default",
      "default": "Debug"
    },
    {
      "key": "PGDATA",
      "service": "Postgres",
      "description": "Provide a value for PGDATA.",
      "secret": false,
      "strategy": "default",
      "default": "/var/lib/postgresql/data/pgdata"
    },
    {
      "key": "PGHOST",
      "service": "Postgres",
      "description": "Provide a value for PGHOST.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "PGPORT",
      "service": "Postgres",
      "description": "Provide a value for PGPORT.",
      "secret": false,
      "strategy": "default",
      "default": "5432"
    },
    {
      "key": "PGUSER",
      "service": "Postgres",
      "description": "Provide a value for PGUSER.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGDATABASE",
      "service": "Postgres",
      "description": "Provide a value for PGDATABASE.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGPASSWORD",
      "service": "Postgres",
      "description": "Provide a value for PGPASSWORD.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_DB",
      "service": "Postgres",
      "description": "Provide a value for POSTGRES_DB.",
      "secret": false,
      "strategy": "default",
      "default": "controlr"
    },
    {
      "key": "DATABASE_URL",
      "service": "Postgres",
      "description": "Provide a value for DATABASE_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "POSTGRES_USER",
      "service": "Postgres",
      "description": "Provide a value for POSTGRES_USER.",
      "secret": false,
      "strategy": "default",
      "default": "postgres"
    },
    {
      "key": "SSL_CERT_DAYS",
      "service": "Postgres",
      "description": "Provide a value for SSL_CERT_DAYS.",
      "secret": false,
      "strategy": "default",
      "default": "820"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "Postgres",
      "description": "Provide a value for POSTGRES_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "DATABASE_PUBLIC_URL",
      "service": "Postgres",
      "description": "Provide a value for DATABASE_PUBLIC_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "Postgres",
      "description": "Provide a value for RAILWAY_DEPLOYMENT_DRAINING_SECONDS.",
      "secret": false,
      "strategy": "default",
      "default": "60"
    },
    {
      "key": "ASPNETCORE_URLS",
      "service": "aspire-dashboard",
      "description": "Provide a value for ASPNETCORE_URLS.",
      "secret": false,
      "strategy": "default",
      "default": "http://0.0.0.0:18888"
    },
    {
      "key": "Dashboard__Frontend__PublicUrl",
      "service": "aspire-dashboard",
      "description": "The public URL where the Aspire Dashboard will be accessible via browser.  For example, if you configure Cloudflare to route https://metrics.example.com to the Aspire Dashboard service, that is the URL you'd put here.  Leave this as localhost if you don't want to make it available yet.",
      "secret": false,
      "strategy": "default",
      "default": "http://localhost:18888"
    },
    {
      "key": "Dashboard__Frontend__BrowserToken",
      "service": "aspire-dashboard",
      "description": "An access token that you'll enter in the browser to view the metrics.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "DOTNET_DASHBOARD_OTLP_ENDPOINT_URL",
      "service": "aspire-dashboard",
      "description": "Provide a value for DOTNET_DASHBOARD_OTLP_ENDPOINT_URL.",
      "secret": false,
      "strategy": "default",
      "default": "http://aspire-dashboard:18889"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "controlr"
      }
    },
    "cli": "railway deploy --template controlr",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "07825845-bddf-4fb5-8a40-03cc940a6833",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "24e1ecb9-b32c-4c6c-ad50-9d85709b6611": {
                  "icon": "https://raw.githubusercontent.com/bitbound/ControlR/refs/heads/main/.assets/appicon.png",
                  "name": "controlr",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "bitbound/controlr"
                  },
                  "variables": {
                    "ASPNETCORE_HTTP_PORTS": {
                      "isOptional": false,
                      "defaultValue": "8080"
                    },
                    "ASPNETCORE_ENVIRONMENT": {
                      "isOptional": false,
                      "defaultValue": "Production"
                    },
                    "ControlR_POSTGRES_HOST": {
                      "isOptional": false,
                      "defaultValue": "${{Postgres.PGHOST}}"
                    },
                    "ControlR_POSTGRES_USER": {
                      "isOptional": false,
                      "defaultValue": "${{Postgres.PGUSER}}"
                    },
                    "ControlR_OTLP_ENDPOINT_URL": {
                      "isOptional": false,
                      "defaultValue": "http://aspire-dashboard:18889"
                    },
                    "ControlR_POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "${{Postgres.PGPASSWORD}}"
                    },
                    "ControlR_AppOptions__SmtpHost": {
                      "isOptional": true,
                      "description": "SMTP settings are used to send account confirmation and password reset emails.",
                      "defaultValue": ""
                    },
                    "ControlR_AppOptions__SmtpPort": {
                      "isOptional": true,
                      "description": "SMTP settings are used to send account confirmation and password reset emails.",
                      "defaultValue": "587"
                    },
                    "ControlR_AppOptions__SmtpEmail": {
                      "isOptional": true,
                      "description": "SMTP settings are used to send account confirmation and password reset emails.",
                      "defaultValue": ""
                    },
                    "ControlR_AspireDashboard__Token": {
                      "isOptional": true,
                      "description": "The access token for the Aspire Dashboard, where server logs and telemetry can be viewed. ",
                      "defaultValue": "${{aspire-dashboard.Dashboard__Frontend__BrowserToken}}"
                    },
                    "ControlR_AppOptions__SmtpPassword": {
                      "isOptional": true,
                      "description": "SMTP settings are used to send account confirmation and password reset emails.",
                      "defaultValue": ""
                    },
                    "ControlR_AppOptions__SmtpUserName": {
                      "isOptional": true,
                      "description": "SMTP settings are used to send account confirmation and password reset emails.",
                      "defaultValue": ""
                    },
                    "ControlR_AppOptions__GitHubClientId": {
                      "isOptional": true,
                      "defaultValue": ""
                    },
                    "ControlR_AppOptions__UseHttpLogging": {
                      "isOptional": true,
                      "description": "For debugging.  When enabled, logs will be written for all HTTP requests and responses.",
                      "defaultValue": "false"
                    },
                    "ControlR_Logging__LogLevel__Default": {
                      "isOptional": false,
                      "defaultValue": "Information"
                    },
                    "ControlR_AppOptions__SmtpDisplayName": {
                      "isOptional": true,
                      "description": "SMTP settings are used to send account confirmation and password reset emails.",
                      "defaultValue": ""
                    },
                    "ControlR_AppOptions__SmtpLocalDomain": {
                      "isOptional": true,
                      "description": "SMTP settings are used to send account confirmation and password reset emails.",
                      "defaultValue": ""
                    },
                    "ControlR_AppOptions__MicrosoftClientId": {
                      "isOptional": true,
                      "defaultValue": ""
                    },
                    "ControlR_AspireDashboard__PublicWebUrl": {
                      "isOptional": true,
                      "description": "The public URL for the Aspire Dashboard's web interface.",
                      "defaultValue": "${{aspire-dashboard.Dashboard__Frontend__PublicUrl}}"
                    },
                    "ControlR_AppOptions__EnableNetworkTrust": {
                      "description": "Bypasses KnownProxies/KnownIpNetworks checks and trusts all forwarded headers from Railway's proxy servers.",
                      "defaultValue": "true"
                    },
                    "ControlR_AppOptions__GitHubClientSecret": {
                      "isOptional": true,
                      "defaultValue": ""
                    },
                    "ControlR_AzureMonitor__ConnectionString": {
                      "isOptional": true,
                      "description": "If supplied, server metrics will be sent to the Azure Application Insights resource.",
                      "defaultValue": ""
                    },
                    "ControlR_Serilog__MinimumLevel__Default": {
                      "isOptional": false,
                      "defaultValue": "Information"
                    },
                    "ControlR_AppOptions__DisableEmailSending": {
                      "isOptional": false,
                      "description": "Whether to disable system emails for account creation, password reset, etc.  Note that SMTP ports are blocked on Free and Hobby accounts on Railway.",
                      "defaultValue": "true"
                    },
                    "ControlR_AppOptions__MaxFileTransferSize": {
                      "isOptional": false,
                      "description": "The maximum file size (in bytes) allowed for the remote file system feature.  Set to -1 for unlimited.",
                      "defaultValue": "104857600"
                    },
                    "ControlR_AppOptions__PersistPasskeyLogin": {
                      "isOptional": false,
                      "description": "If enabled, signing in with a passkey will effectively add the \"remember me\" option.",
                      "defaultValue": "false"
                    },
                    "ControlR_AppOptions__MicrosoftClientSecret": {
                      "isOptional": true,
                      "defaultValue": ""
                    },
                    "ControlR_AppOptions__AuthenticatorIssuerName": {
                      "isOptional": false,
                      "defaultValue": "ControlR"
                    },
                    "ControlR_AppOptions__EnablePublicRegistration": {
                      "isOptional": false,
                      "defaultValue": "false"
                    },
                    "ControlR_AppOptions__EnableCloudflareProxySupport": {
                      "isOptional": false,
                      "defaultValue": "true"
                    },
                    "ControlR_AppOptions__RequireUserEmailConfirmation": {
                      "isOptional": true,
                      "description": "Whether users must confirm their email before they can sign in.  Requires working SMTP settings.",
                      "defaultValue": "false"
                    },
                    "ControlR_AppOptions__SmtpCheckCertificateRevocation": {
                      "isOptional": true,
                      "description": "SMTP settings are used to send account confirmation and password reset emails.",
                      "defaultValue": "true"
                    },
                    "ControlR_Logging__LogLevel__Microsoft.AspNetCore.HttpLogging": {
                      "isOptional": true,
                      "description": "The log level to use for HttpLogging (when it's enabled).",
                      "defaultValue": "Information"
                    },
                    "ControlR_Logging__LogLevel__Microsoft.AspNetCore.HttpOverrides": {
                      "description": "Log level for ForwardedHeadersMiddleware, among others.  This will help you detect misconfigurations.",
                      "defaultValue": "Debug"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                },
                "7b680f9d-3e59-439a-b850-6d231a1ad2ab": {
                  "icon": "https://devicons.railway.app/i/postgresql.svg",
                  "name": "Postgres",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/railwayapp-templates/postgres-ssl:17"
                  },
                  "variables": {
                    "PGDATA": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "/var/lib/postgresql/data/pgdata"
                    },
                    "PGHOST": {
                      "isOptional": false,
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "PGPORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "5432"
                    },
                    "PGUSER": {
                      "isOptional": false,
                      "defaultValue": "${{POSTGRES_USER}}"
                    },
                    "PGDATABASE": {
                      "isOptional": false,
                      "defaultValue": "${{POSTGRES_DB}}"
                    },
                    "PGPASSWORD": {
                      "isOptional": false,
                      "defaultValue": "${{POSTGRES_PASSWORD}}"
                    },
                    "POSTGRES_DB": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "controlr"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "defaultValue": "postgresql://${{PGUSER}}:${{POSTGRES_PASSWORD}}@${{RAILWAY_PRIVATE_DOMAIN}}:5432/${{PGDATABASE}}"
                    },
                    "POSTGRES_USER": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "postgres"
                    },
                    "SSL_CERT_DAYS": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "820"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    },
                    "DATABASE_PUBLIC_URL": {
                      "isOptional": false,
                      "defaultValue": "postgresql://${{PGUSER}}:${{POSTGRES_PASSWORD}}@${{RAILWAY_TCP_PROXY_DOMAIN}}:${{RAILWAY_TCP_PROXY_PORT}}/${{PGDATABASE}}"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "60"
                    }
                  },
                  "volumeMounts": {
                    "7b680f9d-3e59-439a-b850-6d231a1ad2ab": {
                      "mountPath": "/var/lib/postgresql/data"
                    }
                  },
                  "haTemplateCode": "postgres-ha",
                  "haConversionConfig": {
                    "edge": {
                      "label": "Reverse Proxy",
                      "options": [
                        2,
                        3,
                        4,
                        5
                      ],
                      "nodeLabel": "HAProxy",
                      "description": "Routes traffic to the primary",
                      "defaultValue": 3
                    },
                    "replica": {
                      "label": "Replicas",
                      "options": [
                        2,
                        3,
                        4,
                        5,
                        6,
                        7
                      ],
                      "nodeLabel": "Postgres",
                      "description": "Streaming replicas for automatic failover",
                      "defaultValue": 2
                    },
                    "internal": {
                      "label": "Coordinator Nodes",
                      "options": [
                        3,
                        5,
                        7,
                        9
                      ],
                      "nodeLabel": "etcd",
                      "defaultValue": 3
                    },
                    "description": "This will convert your Postgres database to an HA cluster with Patroni failover and etcd consensus."
                  }
                },
                "ddca6774-dc6a-4f0b-a774-777133e4da2e": {
                  "icon": null,
                  "name": "aspire-dashboard",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "mcr.microsoft.com/dotnet/aspire-dashboard:9.3"
                  },
                  "variables": {
                    "ASPNETCORE_URLS": {
                      "isOptional": false,
                      "defaultValue": "http://0.0.0.0:18888"
                    },
                    "Dashboard__Frontend__PublicUrl": {
                      "isOptional": true,
                      "description": "The public URL where the Aspire Dashboard will be accessible via browser.  For example, if you configure Cloudflare to route https://metrics.example.com to the Aspire Dashboard service, that is the URL you'd put here.  Leave this as localhost if you don't want to make it available yet.",
                      "defaultValue": "http://localhost:18888"
                    },
                    "Dashboard__Frontend__BrowserToken": {
                      "isOptional": false,
                      "description": "An access token that you'll enter in the browser to view the metrics.",
                      "defaultValue": "{{Dashboard__Frontend__BrowserToken}}"
                    },
                    "DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": {
                      "isOptional": false,
                      "defaultValue": "http://aspire-dashboard:18889"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:18888": {
                        "port": 18888
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "controlr",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 3,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T17:12:37.703Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_6a3da5e20aa34e5a8794",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 59,
    "typical_build_seconds": 0,
    "typical_start_seconds": 20,
    "slowest_service": "controlr"
  }
}
