{
  "manifest_version": "1.0.0",
  "template": {
    "id": "15004250-8205-4607-899e-60b2b853d361",
    "slug": "MtdjAQ",
    "name": "Dashy",
    "description": "Helps you organize your self-hosted services",
    "url": "https://railway.com/deploy/MtdjAQ",
    "upstream": {
      "image": "lissy93/dashy"
    }
  },
  "services": [
    {
      "name": "Dashy",
      "source": {
        "image": "lissy93/dashy"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/user-data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Dashy",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "DASHY_CONFIG_SOURCE",
      "service": "Dashy",
      "description": "An endpoint to raw text containing the configuration you want to use for Dashy",
      "secret": false,
      "strategy": "default",
      "default": "https://raw.githubusercontent.com/Lissy93/dashy/refs/heads/master/user-data/conf.yml"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "MtdjAQ"
      }
    },
    "cli": "railway deploy --template MtdjAQ",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "15004250-8205-4607-899e-60b2b853d361",
            "serializedConfig": {
              "services": {
                "cb1a9163-d481-4229-8ed1-5ad789e77614": {
                  "icon": "https://camo.githubusercontent.com/cf6a84bca67cbbae997b48531f772de1d10b4f5cab6173d10835339f8ba1ba6e/68747470733a2f2f692e6962622e636f2f796862743643592f64617368792e706e67",
                  "name": "Dashy",
                  "deploy": {
                    "startCommand": "/bin/sh -c 'if [ ! -f /app/user-data/conf.yml ]; then echo \"Config not found in volume, downloading configuration...\" && node -e \"fetch(process.env.DASHY_CONFIG_SOURCE).then(r=>r.text()).then(t=>require(\\\"fs\\\").writeFileSync(\\\"/app/user-data/conf.yml\\\", t))\" && echo \"Configuration has been populated in /app/user-data/conf.yml\" && echo \"Configuration contents:\" && cat /app/user-data/conf.yml; else echo \"Configuration found in volume, continuing with startup...\"; fi && echo \"Starting Dashy...\" && yarn build-and-start'",
                    "healthcheckPath": "/"
                  },
                  "source": {
                    "image": "lissy93/dashy"
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "80"
                    },
                    "DASHY_CONFIG_SOURCE": {
                      "description": "An endpoint to raw text containing the configuration you want to use for Dashy",
                      "defaultValue": "https://raw.githubusercontent.com/Lissy93/dashy/refs/heads/master/user-data/conf.yml"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "cb1a9163-d481-4229-8ed1-5ad789e77614": {
                      "mountPath": "/app/user-data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Dashy",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-19T10:14:38.021Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-19T07:09:18.773Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_571411eaf4284f6d97c8",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
