{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f544ad14-8cd0-4f02-a13b-8365d9cb5d35",
    "slug": "ZHBnkG",
    "name": "Glance",
    "description": "A self-hosted dashboard that puts all your feeds in one place",
    "url": "https://railway.com/deploy/ZHBnkG",
    "upstream": {
      "image": "glanceapp/glance"
    }
  },
  "services": [
    {
      "name": "Glance",
      "source": {
        "image": "glanceapp/glance"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/config",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "GLANCE_CONFIG_SOURCE",
      "service": "Glance",
      "description": "Provide a value for GLANCE_CONFIG_SOURCE.",
      "secret": false,
      "strategy": "default",
      "default": "https://raw.githubusercontent.com/glanceapp/glance/refs/heads/main/docs/glance.yml"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "ZHBnkG"
      }
    },
    "cli": "railway deploy --template ZHBnkG",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f544ad14-8cd0-4f02-a13b-8365d9cb5d35",
            "serializedConfig": {
              "services": {
                "fe4a9952-c539-4b97-85b5-da30ee6034d0": {
                  "icon": "https://raw.githubusercontent.com/glanceapp/glance/refs/heads/main/internal/glance/static/app-icon.png",
                  "name": "Glance",
                  "deploy": {
                    "startCommand": "/bin/sh -c 'if [ ! -f /app/config/glance.yml ]; then echo \"Config not found in volume, downloading configuration...\" && wget -O /app/config/glance.yml $GLANCE_CONFIG_SOURCE && echo \"Configuration has been populated in /app/config/glance.yml\"; else echo \"Configuration found in volume, continuing with startup...\"; fi && echo \"Starting Glance...\" && ./glance --config /app/config/glance.yml'",
                    "healthcheckPath": "/"
                  },
                  "source": {
                    "image": "glanceapp/glance"
                  },
                  "variables": {
                    "GLANCE_CONFIG_SOURCE": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "https://raw.githubusercontent.com/glanceapp/glance/refs/heads/main/docs/glance.yml"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "fe4a9952-c539-4b97-85b5-da30ee6034d0": {
                      "mountPath": "/app/config"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Glance",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T08:59:41.088Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_3b01d6d41e824e5ba292",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 101,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Glance"
  }
}
