{
  "manifest_version": "1.0.0",
  "template": {
    "id": "0f585069-2c6b-4fe6-8eb5-271205d80b2c",
    "slug": "dashy",
    "name": "Dashy — Open Source Homer & Homarr Alternative on Railway",
    "description": "Self Host Dashy. Open Source Start Page with Widgets & Themes",
    "url": "https://railway.com/deploy/dashy",
    "upstream": {
      "image": "lissy93/dashy:latest"
    }
  },
  "services": [
    {
      "name": "Dashy",
      "source": {
        "image": "lissy93/dashy:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/user-data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "NODE_ENV",
      "service": "Dashy",
      "description": "Application runtime environment mode",
      "secret": false,
      "strategy": "default",
      "default": "production"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "dashy"
      }
    },
    "cli": "railway deploy --template dashy",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "0f585069-2c6b-4fe6-8eb5-271205d80b2c",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "2aa2395d-28cd-4216-8ac9-e5dec3ccb2aa": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/dashy.png",
                  "name": "Dashy",
                  "deploy": {
                    "startCommand": "/bin/sh -c 'test -f /app/user-data/conf.yml || echo cGFnZUluZm86CiAgdGl0bGU6IERhc2h5CnNlY3Rpb25zOiBbXQo= | base64 -d > /app/user-data/conf.yml; yarn start'",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "lissy93/dashy:latest"
                  },
                  "variables": {
                    "NODE_ENV": {
                      "isOptional": false,
                      "description": "Application runtime environment mode",
                      "defaultValue": "production"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "2aa2395d-28cd-4216-8ac9-e5dec3ccb2aa": {
                      "mountPath": "/app/user-data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-13T22:14:35.692Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-13T18:22:04.218Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_9b69f57b00a944d78689",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 32,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Dashy"
  }
}
